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
SignalAPI NameDescriptionData Type
Company's domaindomainCompany's domain.DOMAIN
Company namecompany_nameCompany name.COMPANY
Company's investorsinvestorsList of all company's investors from all funding rounds.TEXT
Number of advisorsnumber_of_advisorsNumber of the company's listed advisors. If the advisor's data is unavailable, returned value is 'null'.NUMERIC
Number of company's news eventsnum_newsNumber of news appearances, articles, or events related to the company.NUMERIC
Names and job titles of current advisorscurrent_advisorsList of advisors to the company, including advisor names and job titles. If the advisor's data is unavailable, returned value is 'null'.TEXT
IPO value, US dollarsipo_size_usdAmount of money raised in the IPO. If the company didn't go public or the data is unavailable, returned value is 'null'.NUMERIC
IPO dateipo_dateDate the company's IPO was announced, formatted YYYY-MM-DD. If the company didn't go public or the data is unavailable, returned value is 'null'.DATETIME
Company had IPOis_ipoTrue if the company has gone public.BOOLEAN
First funding round: number of investorsnumber_of_investors_for_first_funding_roundNumber of investors in the company's first funding round. If the company didn't have a funding round or data is unavailable, returned value is 'null'.NUMERIC
First funding round: size, US dollarsfirst_funding_round_value_usdAmount of money raised in the first funding round, displayed in US dollars. If the company didn't have a funding round or data is unavailable, returned value is 'null'.NUMERIC
First funding round: detailsfirst_funding_round_typeType of capital raised in the company's first funding round (e.g., seed, venture, angel, round A). If the company didn't have a funding round or data is unavailable, returned value is 'null'.TEXT
First funding round: datefirst_funding_round_dateDate the company's first funding round was announced, formatted YYYY-MM-DD. If the company didn't have a funding round or data is unavailable, returned value is 'null'.DATETIME
Number of funding roundsnumber_of_funding_roundsNumber of funding rounds listed for the company.NUMERIC
Details of company's acquisition by other companyacquired_byInformation about the company's acquisition, including acquiring party, acquisition price in US dollars, and acquisition date (YYYY-MM-DD). If no acquisition occurred or data is unavailable, returned value is 'null'.TEXT
Change trend of company's funding round sizelatest_funding_increase_in_percentsPercent change in funding round size between the most recent round and the previous one. Calculation: 100 * ((previous funding round size - last funding round size) / last funding round size).NUMERIC
Most recent funding round: datelast_funding_round_dateDate the company's most recent funding round was announced, formatted YYYY-MM-DD. If the company didn't have a funding round or data is unavailable, returned value is 'null'.DATETIME
Most recent funding round: size, US dollarslast_funding_round_value_usdAmount of money raised in the most recent funding round, displayed in US dollars. If the company didn't have a funding round or data is unavailable, returned value is 'null'.NUMERIC
Most recent funding round: detailslast_funding_round_typeType of capital raised in the company's most recent funding round (e.g., seed, venture, angel, round A). If the company didn't have a funding round or data is unavailable, returned value is 'null'.TEXT
Most recent funding round: number of investorsnumber_of_investors_for_last_funding_roundNumber of investors in the company's last funding round. If the company didn't have a funding round or data is unavailable, returned value is 'null'.NUMERIC
List of all funding roundsfunding_rounds_infoList of all funding rounds, including announcement date (YYYY-MM-DD), lead investors, currency raised, value raised, and value in US dollars. If the company didn't have a funding round or data is unavailable, returned value is 'null'.TEXT
Total funding value, US dollarsknown_funding_total_valueTotal amount raised in all company funding rounds, displayed in US dollars. Calculated using all available data.NUMERIC

📌 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!