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
Example response
[
{
"symbol": "symbol",
"cik": "cik",
"form": "form",
"accessNumber": "accessNumber",
"reportUrl": "reportUrl",
"filedDate": "filedDate",
"acceptedDate": "acceptedDate",
"filingUrl": "filingUrl"
}
]