Get Latest Revenue for a Company
Returns the latest revenue figures and estimated revenue growth for a single company.
Behaviour
- Growth fields are percentages (
4.05= +4.05%) and can be negative. revenue_typeis the metric the reported figure represents (e.g.Revenue,ARR).- A matched company with no revenue data on file returns
200with every revenue field set tonull. - Returns
404if no company matchescompanyId.
Authorizations
Path Parameters
The Specter company ID.
Response
The revenue figures for the matched company.
Latest revenue figures and estimated revenue growth for a single company. All values are null when the company is matched but has no revenue data on file. Growth figures are percentages (4.05 = +4.05%) and can be negative.
The Specter company ID of the matched company.
"5f3a2b1c4d5e6f7a8b9c0d1e"
The name of the matched company.
"Stripe"
The domain of the matched company.
"stripe.com"
Latest estimated revenue, in USD.
10000000
Latest reported revenue, in USD.
10000000
Date (YYYY-MM-DD) of the latest reported revenue.
"2022-08-19"
The metric the latest reported revenue figure represents (e.g. Revenue, ARR).
"ARR"
1-month growth in estimated revenue, as a percentage.
4.05
3-month growth in estimated revenue, as a percentage.
11.59
6-month growth in estimated revenue, as a percentage.
18.46
1-year growth in estimated revenue, as a percentage.
43.55
2-year growth in estimated revenue, as a percentage.
50