Funding funnel
Funding Analytics
Funding funnel
Cross-tabulates companies by total capital raised (9 buckets) against a chosen dimension.
Response format:
rows: Array of{ label, buckets: [count_per_bucket] }(one per dimension value)bucket_labels: Dollar-range labels for the 9 bucketsbucket_group_labels: Human-friendly stage names (Pre-Seed through Unicorn)total_per_bucket: Column totals across all dimensionsgrand_total: Total companies across all buckets
Buckets: 1-4M, 15-40M, 100-250M, 1-2B, $2B+
GET
Funding funnel
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Query Parameters
Dimension to cross-tabulate against funding buckets
Available options:
sector, country, continent, city, region, technology, business_model, income_stream, client_focus, investor_type Example:
"sector"
Max dimension values (1-50, default 15)
Example:
"15"
Filter expression: and(key[op]:value,...). Same syntax as /api/analytics/aggregate/:source
Example:
"sector[eq]:Fintech"