Financings

Access company financings, including capital structure information.

Financing properties

PropertyTypeDescription
idstringThe UUID of the main parent financing, prefixed with "group-". Individual financings are available in the capital_structure field, each containing a UUID.
namestringThe parent name of the class of stock represented in the financing (e.g. Series B)
amount_raisednumber (nullable)The amount raised for the round including all sub-rounds
amount_raised_is_calculatedbooleanWhether any of the financings in this group have its amount raised derived from calculating the share count and price per share
valuationnumber (nullable)The post-money valuation of the company implied by the financing
announced_attimestamp (nullable)The date and time the financing was announced publicly
filing_dateISO8601 date string (nullable)The date the financing was filed. For the date of the financing first look at filing_date, and then fall back on announced_at.
exit_typestring (nullable)The type of exit the financing is associated with. Possible values:

- ipo
- spac
- m_and_a
- direct_listing
- defunct
exited_attimestampWhen the exit occurred

Financing permissions are required to view basic company financing data. Please reach out to [email protected] if you have questions about your permissions.


Premium Financing properties

The following properties are additional properties on the financing summary above. The following require capital structure permissions.

PropertyTypeDescription
ppsstring (nullable)Original issue price per share, with 2 to 6 decimal places. Null when the price is unknown.
pps_is_calculatedbooleanTrue when pps was derived from amount raised divided by shares authorized rather than stated in a filing
pps_sourcestringWhere the pps was found. Possible values:

- coi (Certificate of incorporation)
- nport (A public fund mark)
- community (Sourced from the broker community)
announced_urlstringThe url of the financing announcement
investorsarray of objectsThe investors in the round. Objects specify whether the name of the investor and whether they led the round. Example:
[{ "is_lead": true, "name": "Accel" }]
capital_structurearray of objectsAn array of Capital Structure objects (see below)

Capital Structure properties

Capital structure objects contain information about each individual financing that belongs to the group. This includes child rounds, terms for each financing, and more.

PropertyTypeDescription
idUUIDThe UUID of the financing round
namestringThe name of the class of stock represented in the financing (e.g. Series B, Series B-1)
cusipstring (nullable)CUSIP identifier for the class when one has been assigned
shares_authorizednumber (nullable)Number of shares authorized for the class
ppsstring (nullable)Original issue price per share, with 2 to 6 decimal places. Null when the price is unknown.
pps_is_calculatedbooleanTrue when pps was derived from amount raised divided by shares authorized rather than stated in a filing
pps_sourcestringWhere the pps was found. Possible values:

- coi (Certificate of incorporation)
- nport (Fund mark)
- community (Sourced from the broker community)
original_conversion_ppsstring (nullable)Conversion price per share at the time the class was issued. When null, it can be assumed it equals the pps.
current_conversion_ppsstring (nullable)Conversion price per share as stated in the most recent certificate of incorporation, reflecting any anti-dilution adjustments. Null when it has not been restated.
senioritynumber (nullable)Liquidation preference rank, where 1 is paid first. Classes with the same value are paid pro rata. Null when the class has not been analyzed.
liquidation_multipliernumberMultiple of the original issue price returned before junior classes are paid. Defaults to 1.0.
is_participatingbooleanTrue when the class shares in remaining proceeds after its liquidation preference is paid
participation_cap_multipliernumber (nullable)Maximum total return as a multiple of the original issue price for a participating class. Null when there is no cap or the class is not participating.
base_conversion_rationumberNumber of common shares received per preferred share on conversion, before anti-dilution adjustments. Defaults to 1.0.
anti_dilution_typestring (nullable)Protection applied when a later round is priced lower. One of:

- broad_based_weighted_average
- narrow_based_weighted_average
- full_ratchet Null when no protection is specified.
dividend_typestring (nullable)How dividends accrue. One of:

- non_cumulative
- cumulative
- compounding Null when the class has no dividend terms.
dividend_asset_typestring (nullable)What dividends are paid in. One of cash or any. Present only when dividend_type is set.
dividend_percentagenumber (nullable)Annual dividend rate as a percentage of the original issue price, such as 6.0 for 6%.
voting_multipliernumberVotes per share relative to common stock. Defaults to 1.
has_board_voting_rightsbooleanTrue when the class elects one or more board seats on its own.
has_redemption_rightsbooleanTrue when holders can require the company to repurchase the shares.
created_attimestampTime the financing was created
updated_attimestampLast time the financing was updated

Capital structure permissions are required to view these premium financing properties. Please reach out to [email protected] if you have questions about your permissions.