Timeseries — yearly metric aggregation
Returns aggregated yearly values for a single metric across filtered entities.
Metrics: employees, revenue, valuation, ebitda, vc_funding
Aggregations: sum (default), avg, median, count
Entity filters: Use the filter parameter with the same syntax as /api/aggregate/:source.
Filters apply to entity-level fields (e.g. hq_country, total_funding_usd).
Documentation Index
Fetch the complete documentation index at: https://developers.beta.dealroom.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Auth0 JWT access token. Paste a token obtained from your preferred OAuth2 flow. For machine-to-machine use, the OAuth2 client_credentials scheme below can mint a token directly from your client_id / client_secret inside the Swagger UI Authorize dialog.
Query Parameters
Metric to aggregate across years
employees, revenue, valuation, ebitda, vc_funding "revenue"
Aggregation function to apply (default: sum)
sum, avg, median, count "sum"
Minimum year (inclusive)
^\d+$"2018"
Maximum year (inclusive)
^\d+$"2024"
Entity filter expression: key[op]:value. Same syntax as /api/aggregate/:source
"total_funding_usd[gte]:1000000"