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
,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
.
Intellizence API Key for authenticating the request.
Choose the date type used to filter records.The default value is 'ANNOUNCED'.
ANNOUNCED
Possible values: The start date(YYYY-MM-DD) from which funding data is needed. The data in the Intellizence Startup Funding Dataset is available starting from 2020-01-01.
2024-03-27
The end date(YYYY-MM-DD) up to which funding data is needed.
2024-03-27
Specific date(YYYY-MM-DD) for which the funding data is needed.
2024-03-27
The name of the company for which the funding data is needed. Partial name matches are supported.
Anthropic
The website domain of the company for which the funding data is needed. Partial matches are supported.
www.anthropic.com
The industry of companies for which funding data is needed.
technology
Possible values: The HeadQuarters location of companies for which funding data is needed. The location can be City or State/Province or Country.
San Francisco,California,United States of America
The type of companies for which funding data is needed. The startup funding data is typically available for Private companies.
Private
Possible values: The funding round for which data is needed.
Series D
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
=2750000000
Pattern: ^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
Filter the records by valuation amount. The allowed operators are >, >=, <, <=,=,!=, (MinimumValue),(Maximum Value). Examples: >1000000, >=1000000, <1000000, <=1000000,=1000000,!=1000000, 1000000,400000
=1000000000
Pattern: ^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
Name or unique identifier of an investor. Use this field to filter fundraising rounds by a specific investor.
softbank
The currency of the deal transaction.
USD
Possible values: The maximum number of records to be returned.
100