Funding Dataset API
Last updated
Last updated
This API endpoint allows users to access real-time and historical startup funding deals data. Users can search data using various parameters- dateType
,startDate
,endDate
,date
,companyDomain
,companyName
,companyIndustry
,companyLocation
,companyType
,companyTicker
,fundingRound
,dealAmount
, valuation
, investor
and currency
. Users can limit the number of records returned using the limit
parameter. All the parameters are optional. The API key has to be passed in HTTP header with the name x-api-key
. NOTE:The startup funding data is typically available for VC funded private companies. The funding data is not available for public companies, non VC funded private companies, government departments, hospitals,universities and other organizations.
Intellizence API key for authenticating the request.
Choose the date type used to filter records.The default value is 'ANNOUNCED'. To get the daily update of records created or modified, 'LAST-MODIFIED' is recommended.
ANNOUNCED
Possible values: The start date (YYYY-MM-DD) from which funding data is needed. The Intellizence Startup Funding Dataset contains data beginning from 2020-01-01.
2025-03-03
The end date (YYYY-MM-DD) up to which funding data is needed.
2025-03-03
Exact date (YYYY-MM-DD) for which the funding data is needed.
2025-03-03
The name(s) of the company for which the funding data is needed. Partial name matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
Anthropic
The website domain(s) of the company for which the funding data is needed. Partial website domain matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
www.anthropic.com
The industry or industries of companies for which funding data is needed. The industries are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided as an array.
technology
Possible values: The location of the company headquarters for which funding data is needed. The location can be city or state/province or country. Multiple values can be provided either as a comma-separated string or as an array.
San Francisco,California,United States of America
The type of company or organization for which funding data is needed. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
Private
Possible values: Company Ticker if it's a public company.
[]
The funding round for which data is needed. Multiple values can be provided either as a comma-separated string or as an array.
Series E
Possible values: Filter the records by funding deal amount. Pass the currency
whenver dealAmount
is used. If currency
is not provided along with dealAmount
, all the records that matches the deal amount of any currency will be returned. The allowed operators are >, >=, <, <=,=,!=, (MinimumValue),(Maximum Value). Examples: >1000000, >=1000000, <1000000, <=1000000,=1000000,!=1000000, (1000000,400000)
^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
Filter records based on company valuation. Valuation data is not available for all records and is typically provided only for companies with valuations in the billion-dollar range. The allowed operators are >, >=, <, <=,=,!=, (MinimumValue),(Maximum Value). Examples: >1000000, >=1000000, <1000000, <=1000000,=1000000,!=1000000, 1000000,400000
^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
Name of the investor(s) who invested in this round. Partial name matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
Lightspeed Venture Partners
The currency of the deal transaction.
USD
Possible values: The maximum number of records to be returned.
1