Funding and acquisitions for public and private companies

Endpoint: POST /businesses/funding_and_acquisition/enrich

Description

The Funding and Acquisitions Enrichment endpoint provides detailed insights into funding rounds, acquisitions, and IPOs for over 300,000 private and public companies. This data helps users track investment trends, company growth, and market positioning.

The dataset includes up to 10 of the most recent transactions per company, updated quarterly, and covers key funding details such as investors, deal values, and company valuations.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves funding history, acquisitions, and IPO-related data.
  • Output: A structured response with investment details, key investors, and historical funding rounds.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/funding-acquisitions/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
  • Monitor funding rounds to identify fast-growing companies and emerging market leaders.
  • Leverage acquisition data to track industry consolidation and M&A trends.
  • Use IPO insights to evaluate newly public companies for investment and competitive analysis.
  • Cross-reference funding data with firmographics and financial metrics for deeper insights into company growth and financial health.
Funding and Acquisition Output Signal
Field NameDescriptionData Type
domainDomain name associated with the companyOptional[DataTypes.Domain]
company_nameOfficial name of the companyOptional[DataTypes.OrganizationName]
investorsList of investors who have funded the companyOptional[List[str]]
number_of_advisorsTotal number of advisors for the companyOptional[int]
num_of_newsNumber of news articles related to company fundingOptional[int]
current_advisorsList of current advisors and their job rolesOptional[List[Dict[str, str]]]
ipo_size_usdInitial Public Offering (IPO) size in USDOptional[str]
ipo_dateDate when the company went public (IPO)Optional[datetime]
is_ipoIndicates whether the company has gone publicOptional[bool]
number_of_investors _for_first_funding_roundNumber of investors in the first funding roundOptional[int]
first_funding_round_value_usdValue of the first funding round in USDOptional[float]
first_funding_round_typeType of first funding round (e.g., Seed, Series A)Optional[str]
first_funding_round_dateDate of the first funding roundOptional[datetime]
number_of_funding_roundsTotal number of funding rounds the company has undergoneOptional[int]
acquired_byName of the acquiring company, if applicableOptional[str]
latest_funding_increase_ in_percentsPercentage increase in the latest funding roundOptional[str]
last_funding_round_dateDate of the last funding roundOptional[datetime]
last_funding_round_value_usdValue of the last funding round in USDOptional[str]
last_funding_round_typeType of last funding round (e.g., Series C, Debt Financing)Optional[str]
number_of_investors_ for_last_funding_roundNumber of investors in the last funding roundOptional[int]
funding_rounds_infoDetailed breakdown of all funding roundsOptional[List[Dict[str, Any]]]
known_funding_total_valueTotal known funding value of the companyOptional[float]

📌 For additional enrichment options, explore related API endpoints below.


Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793
Language
Credentials
Click Try It! to start a request and see the response here!