---
title: "International Filings"
method: GET
path: "/stock/international-filings"
tags: ["Default"]
---

# International Filings

`GET /stock/international-filings`

List filings for international companies. Limit to 500 documents at a time. These are the documents we use to source our fundamental data. Enterprise clients who need access to the full filings for global markets should contact us for the access.

## Query parameters

- `symbol` string
- `country` string
- `from` string, date
- `to` string, date

## Response `200`

successful operation

- InternationalFiling[]
  - `symbol` string — Symbol.
  - `companyName` string — Company name.
  - `filedDate` string — Filed date <code>%Y-%m-%d %H:%M:%S</code>.
  - `category` string — Category.
  - `title` string — Document's title.
  - `description` string — Document's description.
  - `url` string — Url.
  - `language` string — Language.
  - `country` string — Country.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
