> ## Documentation Index
> Fetch the complete documentation index at: https://developers.explorium.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Funding and acquisitions for public and private companies

## 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.

<AccordionGroup>
  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="Funding and Acquisition Output Signal">
    | SignalAPI                                         | Name                                              | Description                                                                                                                                                                                                                                                                                                                            | Data Type |
    | :------------------------------------------------ | :------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------- |
    | domain                                            | Company's domain                                  | Company's domain                                                                                                                                                                                                                                                                                                                       | string    |
    | company\_name                                     | Company name                                      | Company name                                                                                                                                                                                                                                                                                                                           | string    |
    | investors                                         | Company's investors                               | List of all company's investors from all funding rounds.                                                                                                                                                                                                                                                                               | array     |
    | number\_of\_advisors                              | Number of advisors                                | Number of the company''s listed advisors. If the advisor''s data is unavailable, returned value is 'null'.                                                                                                                                                                                                                             | integer   |
    | num\_of\_news                                     | Number of company's news events                   | Selected company's number of listed news appearances, articles, or events.                                                                                                                                                                                                                                                             | integer   |
    | current\_advisors                                 | Names and job titles of current advisors          | List of advisors to the company. Includes the advisor name and job title. If the advisor's data is unavailable, returned value is 'null'.                                                                                                                                                                                              | array     |
    | ipo\_size\_usd                                    | IPO value, US dollars                             | Amount of money raised in the IPO. If the company didn't go public or the data is unavailable, returned value is 'null'.                                                                                                                                                                                                               | string    |
    | ipo\_date                                         | IPO date                                          | Date the selected 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  |
    | is\_ipo                                           | Company had IPO                                   | True if the company has gone public.                                                                                                                                                                                                                                                                                                   | boolean   |
    | number\_of\_investors\_for\_first\_funding\_round | First funding round: number of investors          | Number of investors involved in the company's first funding round. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                                                                                   | integer   |
    | first\_funding\_round\_value\_usd                 | First funding round: size                         | Amount of money raised in first funding round, displayed in US dollars (e.g. how many US dollars were raised by the selected company in a funding round). If the company didn't have founding round, or the data is unavailable, returned value is 'null'.                                                                             | float     |
    | first\_funding\_round\_type                       | First funding round: details                      | Type of capital raised during the selected company's first funding round. E.g seed, venture, angel, round A, and more. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                               | string    |
    | first\_funding\_round\_date                       | First funding round: date                         | Date the selected company's first funding round was announced, formatted YYYY-MM-DD. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                                                                 | datetime  |
    | number\_of\_funding\_rounds                       | Number of funding rounds                          | Number of funding rounds listed for the company.                                                                                                                                                                                                                                                                                       | integer   |
    | acquired\_by                                      | Details of company's acquisition by other company | Additional information regarding the company's acquisition by another party, including: name of other party, price of acquisition in US dollars, and date of acquisition formatted YYYY-MM-DD. If acquisitions were not made or data is unavailable, returned value is 'null'.                                                         | string    |
    | latest\_funding\_increase\_in\_percents           | Change trend of company's funding round size      | Percent change in funding round size between the most recent funding round and the one that preceded it. Calculation: 100 \* (( previous funding round size - last funding round size) / last funding round size)                                                                                                                      | string    |
    | last\_funding\_round\_date                        | Most recent funding round: date                   | Date the selected company''s last funding round was announced, formatted YYYY-MM-DD. If the company didn''t have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                                                                | datetime  |
    | last\_funding\_round\_value\_usd                  | Most recent funding round: size, US dollars       | Amount of money raised in the selected company's most recent funding round, displayed in US dollars. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                                                 | string    |
    | last\_funding\_round\_type                        | Most recent funding round: details                | Type of capital raised during the selected company's most recent funding round. E.g seed, venture, angel, round A, and more. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                         | string    |
    | number\_of\_investors\_for\_last\_funding\_round  | Most recent funding round: number of investors    | Number of investors involved in the company's last funding round. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'.                                                                                                                                                                    | integer   |
    | funding\_rounds\_info                             | List of all funding rounds                        | List of all of the company's funding round events, including: announcement date formatted YYYY-MM-DD, names of lead investors, currency of the money raised, value of the money raised, and value of the money raised in US dollars. If the company didn't have a funding round, or the data is unavailable, returned value is 'null'. | array     |
    | known\_funding\_total\_value                      | Total funding value, US dollars                   | Total amount of money raised in all of the company's funding rounds. Calculated using all available data, displayed in US dollars.                                                                                                                                                                                                     | float     |
  </Accordion>
</AccordionGroup>

<Icon icon="thumbtack" iconType="solid" color="red" /> For additional enrichment options, explore related API endpoints below.

## Body Params - Try Me Example

```
business_id: 8adce3ca1cef0c986b22310e369a0793
```


## OpenAPI

````yaml post /v1/businesses/funding_and_acquisition/enrich
openapi: 3.1.0
info:
  title: Partner Service
  version: 0.2.349
servers:
  - url: https://api.explorium.ai
    description: AgentSource Server
security: []
paths:
  /v1/businesses/funding_and_acquisition/enrich:
    post:
      tags:
        - BusinessEnrichments
      summary: Funding And Acquisition
      operationId: businesses_funding_and_acquisition_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/BusinessesEnrichResponse_FundingAndAcquisitionOutputSchema_
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
        - APIKeyHeader: []
        - APIKeyHeader: []
components:
  schemas:
    BusinessesEnrichRequest:
      properties:
        request_context:
          type: object
          title: Request Context
          example: null
          nullable: true
        parameters:
          type: object
          title: Parameters
          nullable: true
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
      additionalProperties: false
      type: object
      required:
        - business_id
      title: BusinessesEnrichRequest
    BusinessesEnrichResponse_FundingAndAcquisitionOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
            - $ref: '#/components/schemas/FundingAndAcquisitionOutputSchema'
            - items:
                $ref: '#/components/schemas/FundingAndAcquisitionOutputSchema'
              type: array
          title: Data
        entity_id:
          anyOf:
            - type: string
              pattern: ^[a-f0-9]{32}$
            - type: string
              pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
        - response_context
      title: BusinessesEnrichResponse[FundingAndAcquisitionOutputSchema]
      description: 'This is base response model for all responses in partner service. '
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
          title: Detail
      type: object
      title: HTTPValidationError
    ResponseContext:
      properties:
        correlation_id:
          type: string
          title: Correlation Id
        request_status:
          $ref: '#/components/schemas/RequestStatus'
        time_took_in_seconds:
          type: number
          title: Time Took In Seconds
      type: object
      required:
        - correlation_id
        - request_status
        - time_took_in_seconds
      title: ResponseContext
    FundingAndAcquisitionOutputSchema:
      properties:
        domain:
          type: string
          maxLength: 2048
          pattern: >-
            ^(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?)$
          title: Domain
        company_name:
          type: string
          maxLength: 256
          title: Company Name
        investors:
          items:
            type: string
          type: array
          title: Investors
        number_of_advisors:
          type: integer
          title: Number Of Advisors
        num_of_news:
          type: integer
          title: Num Of News
        current_advisors:
          items:
            additionalProperties:
              type: string
            type: object
          type: array
          title: Current Advisors
        ipo_size_usd:
          type: string
          title: Ipo Size Usd
        ipo_date:
          type: string
          format: date-time
          title: Ipo Date
        is_ipo:
          type: boolean
          title: Is Ipo
        number_of_investors_for_first_funding_round:
          type: integer
          title: Number Of Investors For First Funding Round
        first_funding_round_value_usd:
          type: number
          title: First Funding Round Value Usd
        first_funding_round_type:
          type: string
          title: First Funding Round Type
        first_funding_round_date:
          type: string
          format: date-time
          title: First Funding Round Date
        number_of_funding_rounds:
          type: integer
          title: Number Of Funding Rounds
        acquired_by:
          type: string
          title: Acquired By
        latest_funding_increase_in_percents:
          type: string
          title: Latest Funding Increase In Percents
        last_funding_round_date:
          type: string
          format: date-time
          title: Last Funding Round Date
        last_funding_round_value_usd:
          type: string
          title: Last Funding Round Value Usd
        last_funding_round_type:
          type: string
          title: Last Funding Round Type
        number_of_investors_for_last_funding_round:
          type: integer
          title: Number Of Investors For Last Funding Round
        funding_rounds_info:
          items:
            type: object
          type: array
          title: Funding Rounds Info
        known_funding_total_value:
          type: number
          title: Known Funding Total Value
      type: object
      title: FundingAndAcquisitionOutputSchema
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
          title: Location
        msg:
          type: string
          title: Message
        type:
          type: string
          title: Error Type
      type: object
      required:
        - loc
        - msg
        - type
      title: ValidationError
    RequestStatus:
      type: string
      enum:
        - success
        - miss
        - failure
      title: RequestStatus
      description: >-
        The `RequestStatus` class is an enumeration that defines the possible
        statuses of a request.


        This enum is used to indicate whether a request was successful, missed,
        or failed. It ensures

        consistent handling of request statuses across the application.


        Attributes:
            SUCCESS: Indicates that the request was successfully processed.
            MISS: Indicates that the request did not find any matching data.
            FAILURE: Indicates that the request encountered an error or failure.
  securitySchemes:
    APIKeyHeader:
      type: apiKey
      in: header
      name: api_key

````