v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

SEC Filings

List company's filing. Limit to 250 documents at a time. This data is available for bulk download on <a href="https://www.kaggle.com/finnhub/sec-filings" target="_blank">Kaggle SEC Filings database</a>.

get/stock/filings

Query parameters

symbolstring

Symbol. Leave <code>symbol</code>,<code>cik</code> and <code>accessNumber</code> empty to list latest filings.

cikstring

CIK.

accessNumberstring

Access number of a specific report you want to retrieve data from.

formstring

Filter by form. You can use this value <code>NT 10-K</code> to find non-timely filings for a company.

fromstring date

From date: 2023-03-15.

tostring date

To date: 2023-03-16.

Response

successful operation

accessNumberstring

Access number.

symbolstring

Symbol.

cikstring

CIK.

formstring

Form type.

filedDatestring

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

acceptedDatestring

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

reportUrlstring

Report's URL.

filingUrlstring

Filing's URL.

Example response

[
  {
    "symbol": "symbol",
    "cik": "cik",
    "form": "form",
    "accessNumber": "accessNumber",
    "reportUrl": "reportUrl",
    "filedDate": "filedDate",
    "acceptedDate": "acceptedDate",
    "filingUrl": "filingUrl"
  }
]