v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

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.

get/stock/international-filings

Query parameters

symbolstring

Symbol. Leave empty to list latest filings.

countrystring

Filter by country using country's 2-letter code.

fromstring date

From date: 2023-01-15.

tostring date

To date: 2023-12-16.

Response

successful operation

symbolstring

Symbol.

companyNamestring

Company name.

filedDatestring

Filed date <code>%Y-%m-%d %H:%M:%S</code>.

categorystring

Category.

titlestring

Document's title.

descriptionstring

Document's description.

urlstring

Url.

languagestring

Language.

countrystring

Country.

Example response

[
  {
    "symbol": "symbol",
    "country": "country",
    "companyName": "companyName",
    "description": "description",
    "language": "language",
    "category": "category",
    "title": "title",
    "filedDate": "filedDate",
    "url": "url"
  }
]