Retrieve financing events for companies in the portfolio. Returns all financing rounds if no filters are applied. Can be filtered by company ID or financing ID to get specific rounds. Each financing event includes stage, pre-money valuation, round size, fully diluted shares, closing date, and co-investor information.
Permissions:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Options for fetching financing events.
Filter by company IDs.
["pvYe", "a2Ne"]Filter by financing event IDs.
["pvYe", "a2Ne"]Sort results by a field. Prefix with '-' for descending order, '+' or no prefix for ascending.
closing_date, +closing_date, -closing_date, round_size, +round_size, -round_size "-closing_date"
Filter by whether the financing event is a crypto financing event.
false
Filter financing events by co-investor name and role.
OK
The ID of the company this financing event belongs to.
"pvYe"
The name of the financing round.
"Series A"
The pre-money valuation of the company at the time of the financing round.
{ "currency": "USD", "value": "20000000" }The total size of the financing round.
{ "currency": "USD", "value": "5000000" }The fully diluted share count at the time of the financing round.
"1000000"
The closing date of the financing round.
"2030-01-01"
The list of co-investors in the financing round.
{ "is_lead": true, "name": "Investor 1" }{ "is_lead": false, "name": "Investor 2" }The name of the company this financing event belongs to.
"Acme Corp"
The ID of the financing.
"a2Ne"
Whether this is a crypto financing event.
false