Skip to main content
POST
Get financing events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Options for fetching financing events.

company_ids
string[] | null

Filter by company IDs.

Example:
financing_ids
string[] | null

Filter by financing event IDs.

Example:
sort_by
enum<string> | null

Sort results by a field. Prefix with '-' for descending order, '+' or no prefix for ascending.

Available options:
closing_date,
+closing_date,
-closing_date,
round_size,
+round_size,
-round_size
Example:

"-closing_date"

is_crypto
boolean | null

Filter by whether the financing event is a crypto financing event.

Example:

false

co_investors
CoInvestorFilter · object[] | null

Filter financing events by co-investor name and role.

Response

200 - application/json

OK

company_id
string
required

The ID of the company this financing event belongs to.

Example:

"pvYe"

name
string
required

The name of the financing round.

Example:

"Series A"

pre_money_valuation
MoneyAmount · object | null
required

The pre-money valuation of the company at the time of the financing round.

Example:
round_size
MoneyAmount · object | null
required

The total size of the financing round.

Example:
fully_diluted_shares
required

The fully diluted share count at the time of the financing round.

Example:

"1000000"

closing_date
string<date>
required

The closing date of the financing round.

Example:

"2030-01-01"

co_investors
CoInvestor · object[]
required

The list of co-investors in the financing round.

Examples:
company_name
string
required

The name of the company this financing event belongs to.

Example:

"Acme Corp"

id
string | null

The ID of the financing.

Example:

"a2Ne"

is_crypto
boolean
default:false

Whether this is a crypto financing event.

Example:

false

liquidation_multiple

The liquidation multiple (e.g., 1.00, 1.50, 2.00).

Example:

"1.50"

cap_multiple

The cap multiple for capped participating preferences.

Example:

"3.00"

seniority_position
enum<string> | null

The seniority position: SENIOR_TO_ALL or PARI_PASSU.

Available options:
SENIOR_TO_ALL,
PARI_PASSU,
PARI_PASSU_ALL_PREVIOUS
Example:

"SENIOR_TO_ALL"

participation_type
enum<string> | null

The participation type: NON_PARTICIPATING, FULLY_PARTICIPATING, or CAPPED_PARTICIPATING.

Available options:
NON_PARTICIPATING,
FULLY_PARTICIPATING,
CAPPED_PARTICIPATING
Example:

"NON_PARTICIPATING"

pari_passu_rounds
PariPassuRound · object[] | null

Financing rounds that share equal seniority in the same pari passu group.

Example: