Funding Rounds
Funding rounds represent investment events, including details about the amount raised, investors, and investment stage.
Core Funding Fields
Field Name |
Type |
Description |
---|---|---|
|
integer |
Unique AlphaLens funding round identifier |
|
integer |
ID of the organization that raised funding |
|
string |
Source of the funding data |
Investment Details
Field Name |
Type |
Description |
---|---|---|
|
date |
Date when funding was raised |
|
integer |
Amount raised in USD (null if undisclosed) |
|
string |
Funding stage (e.g., "Seed", "Series A", "Series B") |
|
integer |
Company valuation after funding (null if unknown) |
|
array[string] |
Source URLs and references for the funding round |
Investor Information
Field Name |
Type |
Description |
---|---|---|
|
array[object] |
List of investors in this round |
Investor Object Structure
{
"id": "integer",
"name": "string",
"type": "ORGANIZATION|PERSON",
"is_lead": "boolean",
"logo_url": "string",
"avatar_url": "string",
"url": "string"
}
Investment Intelligence: Funding round data includes comprehensive investor details with lead investor identification and rich organizational context. The investor ID can be used to identy the investor organization or person.