Financing Events Dataset

Discover Financing Events

Returns a list of Financing Events, optionally filtered by normalized financing type and company's location, ordered by updated date.

get/discover/financing_events

Query parameters

financing_types_normalizedstring[]

One or more valid normalized financing types as a comma-separated string (e.g. param=val1,val2) or as array parameters (e.g. param[]=val1&param[]=val2).

company_locationstring
Example:United States

The response will include only results in the given country name or state name/abbreviation.

pageinteger

Page number of shown items. <br> NOTE: If the parameter is not provided, the meta property count will be omitted from response for performance reasons.

limitinteger

Limit the number of shown items per page.

Response

Request was successfully processed.

dataFinancingEvent[] required— unresolved $ref
includedCompanyLite[] required— unresolved $ref

Contains objects referenced in property relationships.

Example response

{
  "data": [
    {
      "id": "b6eb4fdc-3e7b-4c52-910e-1d303a71671d",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2019-01-01",
        "found_at": "2024-04-26T14:47:54+02:00",
        "categories": [
          "pre_seed",
          "venture"
        ],
        "financing_type": "Pre Seed",
        "financing_type_normalized": "pre_seed",
        "amount": "$150,000",
        "amount_normalized": 150000,
        "source_urls": [
          "https://www.signatureblock.co/articles/why-they-invested-deel"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": [
            {
              "id": "152eda52-bac0-59ce-b4f8-a3c50aa2fc92",
              "type": "company"
            }
          ]
        }
      }
    },
    {
      "id": "b04fed8a-d44a-474e-ac88-d214fadd1a8d",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2021-10-18",
        "found_at": "2021-12-07T01:00:00+01:00",
        "categories": [
          "series",
          "series_d"
        ],
        "financing_type": "Series D",
        "financing_type_normalized": "series_d",
        "amount": "$425 million",
        "amount_normalized": 425000000,
        "source_urls": [
          "https://moneyphobia.in/deel-review-all-you-need-to-know-about-payroll-and-hr-management"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": []
        }
      }
    },
    {
      "id": "ec1260a9-7f86-49e8-9186-17866de6908f",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2022-03-22",
        "found_at": "2022-05-11T02:20:44+02:00",
        "categories": [
          "series",
          "series_d1"
        ],
        "financing_type": "Series D1",
        "financing_type_normalized": "series_d1",
        "amount": "$50 million",
        "amount_normalized": 50000000,
        "source_urls": [
          "https://www.cbinsights.com/research/deel-competitors-globalization-partners-multiplier-omnipresent-oyster-panther-papaya-global-remote-velocity-global-skuad/"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": []
        }
      }
    },
    {
      "id": "70cc6b2e-9b5c-4a34-bcf8-ffb279615d7d",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2020-05-01",
        "found_at": "2022-10-28T14:11:13+02:00",
        "categories": [
          "series",
          "series_a"
        ],
        "financing_type": "Series A",
        "financing_type_normalized": "series_a",
        "amount": "$14 million",
        "amount_normalized": 14000000,
        "source_urls": [
          "https://foundr.com/articles/building-a-business/alex-bouaziz-deel"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": []
        }
      }
    },
    {
      "id": "4a1e3acd-81b9-45af-a3e9-ca12912a024e",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2021-04-01",
        "found_at": "2022-11-21T23:00:00+01:00",
        "categories": [
          "series",
          "series_c"
        ],
        "financing_type": "Series C",
        "financing_type_normalized": "series_c",
        "amount": "$156 million",
        "amount_normalized": 156000000,
        "source_urls": [
          "https://hrnxt.com/news/investment/acquisition/hr-company-deel-completes-paygroup-acquisition/52733/2022/11/22/"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": []
        }
      }
    },
    {
      "id": "235b3639-4744-483a-a9ba-68f8007cf5a8",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2019-07-01",
        "found_at": "2024-04-26T14:47:54+02:00",
        "categories": [
          "seed",
          "venture"
        ],
        "financing_type": "Seed",
        "financing_type_normalized": "seed",
        "amount": "$3.85 million",
        "amount_normalized": 3850000,
        "source_urls": [
          "https://www.signatureblock.co/articles/why-they-invested-deel"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": []
        }
      }
    },
    {
      "id": "54f60e55-93fe-4520-86b6-c07ea61828c6",
      "type": "financing_event",
      "attributes": {
        "effective_date": "2025-10-17",
        "found_at": "2025-10-17T06:00:00+02:00",
        "categories": [
          "series",
          "series_e"
        ],
        "financing_type": "Series E",
        "financing_type_normalized": "series_e",
        "amount": "US$300 million",
        "amount_normalized": 300000000,
        "source_urls": [
          "https://www.finsmes.com/2025/10/deel-raises-300m-in-series-e-funding-at-17-3-billion-valuation.html",
          "https://www.fintechfutures.com/fintech/fintech-futures-top-five-news-stories-of-the-week-24-october-2025",
          "https://www.hrkatha.com/funding/deel-gets-300-million-in-series-e-funding"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": [
            {
              "id": "277ff67e-f0c4-5710-917c-662b61deadc0",
              "type": "company"
            },
            {
              "id": "4de1fb75-c571-5c33-9c6d-e22a94b50f61",
              "type": "company"
            },
            {
              "id": "543b475c-77b4-528e-8663-752c13a41c63",
              "type": "company"
            },
            {
              "id": "90d283eb-f9a6-5d96-a9d5-6f355bd2af4f",
              "type": "company"
            }
          ]
        }
      }
    },
    {
      "id": "7ab76514-f705-4da9-a2d0-27cf2f5d6eff",
      "type": "financing_event",
      "attributes": {
        "effective_date": null,
        "found_at": "2020-09-12T03:00:00+02:00",
        "categories": [
          "series",
          "series_b"
        ],
        "financing_type": "Series B",
        "financing_type_normalized": "series_b",
        "amount": "$30 million",
        "amount_normalized": 30000000,
        "source_urls": [
          "https://pulse2.com/deel-raises-30-million-funding/"
        ]
      },
      "relationships": {
        "company": {
          "data": {
            "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
            "type": "company"
          }
        },
        "investors": {
          "data": []
        }
      }
    }
  ],
  "included": [
    {
      "id": "152eda52-bac0-59ce-b4f8-a3c50aa2fc92",
      "type": "company",
      "attributes": {
        "domain": "ycombinator.com",
        "company_name": "Y Combinator",
        "ticker": null
      }
    },
    {
      "id": "574c1ebd-e0cc-5bf6-a542-f832291fdfee",
      "type": "company",
      "attributes": {
        "domain": "deel.com",
        "company_name": "Deel",
        "ticker": null
      }
    },
    {
      "id": "277ff67e-f0c4-5710-917c-662b61deadc0",
      "type": "company",
      "attributes": {
        "domain": "ribbitcap.com",
        "company_name": "Ribbit Corporation",
        "ticker": null
      }
    },
    {
      "id": "4de1fb75-c571-5c33-9c6d-e22a94b50f61",
      "type": "company",
      "attributes": {
        "domain": "coatue.com",
        "company_name": "Coatue",
        "ticker": null
      }
    },
    {
      "id": "543b475c-77b4-528e-8663-752c13a41c63",
      "type": "company",
      "attributes": {
        "domain": "a16z.com",
        "company_name": "A16z",
        "ticker": null
      }
    },
    {
      "id": "90d283eb-f9a6-5d96-a9d5-6f355bd2af4f",
      "type": "company",
      "attributes": {
        "domain": "greenbayventures.com",
        "company_name": "Green Bay Ventures",
        "ticker": null
      }
    }
  ],
  "meta": {
    "schema_version": "3.0",
    "record_state": "active"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.