Funding Rounds

Funding rounds represent investment events, including details about the amount raised, investors, and investment stage.

Core Funding Fields

Field Name

Type

Description

id

integer

Unique AlphaLens funding round identifier

organization_id

integer

ID of the organization that raised funding

data_source

string

Source of the funding data

Investment Details

Field Name

Type

Description

raised_date

date

Date when funding was raised

raised_amount_usd

integer

Amount raised in USD (null if undisclosed)

investment_stage

string

Funding stage (e.g., "Seed", "Series A", "Series B")

post_money_valuation_usd

integer

Company valuation after funding (null if unknown)

references

array[string]

Source URLs and references for the funding round

Investor Information

Field Name

Type

Description

investors

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.