Enrich Financials

Get a company's financial information, including the estimated annual revenue range. Returns 404 without charging when no category data is available.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idstringOptional
linkedinIDstringOptional
linkedinNumIDstringOptional
linkedinURLstringOptional

LinkedIn URL, accepts company URLs like linkedin.com/company/google or linkedin.com/company/1441

facebookIDstringOptional
twitterIDstringOptional
crunchbaseIDstringOptional
pitchbookIDstringOptional
producthuntIDstringOptional
dealroomIDstringOptional
goldenIDstringOptional
angellistIDstringOptional
wellfoundIDstringOptional
websitestringOptional
requirelist of stringsOptional

Each requested top-level response field must be non-empty; otherwise returns 404 without charging.

Response

This endpoint returns an object.
financingStatusstringOptional
ownershipStatusstringOptional
ipoDatedatetimeOptional
latestDealTypestringOptional
latestDealDatedatetimeOptional
latestDealAmountdoubleOptional
investmentCountintegerOptional
leadInvestmentCountintegerOptional
investorCountintegerOptional
leadInvestorCountintegerOptional
participatedLeadInvestorFundingRoundListlist of objectsOptional
participatedInvestorFundingRoundListlist of objectsOptional
totalFundingdoubleOptional
fundingRoundListlist of objectsOptional
acquisitionCountintegerOptional
marketCapdoubleOptional
lastRoundValuationdoubleOptional
outstandingSharesdoubleOptional
sharePricedoubleOptional
sharePriceHistoricalmap from strings to doublesOptional

This object represents a historical metric. It is a map of Unix timestamps (in milliseconds) to the value of the metric at that time.

revenueobjectOptional

Aviato’s modelled estimate of a company’s annual revenue (USD). This is a derived estimate, not a reported figure — treat low and high as the range the true value most likely falls in, and use confidence to decide how much weight to give it. Absent for companies where there wasn’t enough signal to produce an estimate.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Company Not Found Error
429
Rate Limit Error