---
title: "Discover Financing Events"
method: GET
path: "/discover/financing_events"
tags: ["Financing Events Dataset"]
---

# Discover Financing Events

`GET /discover/financing_events`

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

## Query parameters

- `financing_types_normalized` string[]
- `company_location` string
- `page` integer
- `limit` integer

## Response `200`

Request was successfully processed.

- FinancingEventsDataset — Financing Events Dataset is the funding category from News Events extended into its own standalone dataset that includes information about Venture Capital rounds and Private Equity investments, grants, loans and other types of investments. <br><br> The Financing Events Dataset includes fields such as Financing Type, Investors, Investment Amount, Investment Date, Source URL, and other Financing Event information.
  - `data` FinancingEvent[], required — unresolved $ref
  - `included` CompanyLite[], required — Contains objects referenced in property `relationships`. — unresolved $ref
  - `meta` object — Meta information about `FinancingEventsDataset` object.
    - `schema_version` string, required — Represents schema version of objects.
    - `record_state` 'active', required — Represents record state of objects.
    - `count` integer — Total number of results. <br> **NOTE**: Only included in API responses when the request parameter `page` is provided, for performance reasons.

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Authentication credentials are invalid or API subscription is not activated.
- `402` — Exceeded the monthly request limit.
- `403` — Request rate over limit.
- `404` — Record not found.
- `422` — Provided data failed to validate.
- `429` — Too many requests.
- `500` — Internal server error.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/predictleads/apis/predictleads-api-reference.md) · [All operations](https://skmtc.dev/predictleads/apis/predictleads-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/predictleads/predictleads-api-reference/revisions/a56831a1efd4/schema)
