Authentication
Use a dashboard-generated API key on every request: Authorization: Bearer YOUR_API_KEY.
API reference
Access funding rounds, company enrichment, signals, investors, and categories from one API. Browse endpoints from the left sidebar to open a dedicated page per endpoint.
Use a dashboard-generated API key on every request: Authorization: Bearer YOUR_API_KEY.
Per-minute burst limits, monthly quota, and page-size caps are enforced by plan.
https://latestrounds.com/api/v1
0. Need a no-signup test key?
Open the dedicated Public test endpoint page from the sidebar.
1. Generate your API key
Create a key in your API dashboard. Share this key only with your server-side code.
2. Send your first request
Pass your key as a bearer token in the Authorization header.
curl -s "https://latestrounds.com/api/v1/funding?country=US&from=2026-03-01&limit=10" \
-H "Authorization: Bearer YOUR_API_KEY"3. Explore endpoint docs
Use the left sidebar to open each endpoint page for request examples, parameter tables, and response schema details.