SEC Filings
Filing by accession number
Returns a single SEC filing identified by its accession number. The filing must be within your subscription tier's historical data limit.
The documents array contains slide/exhibit image filenames (JPG, PNG, GIF, PDF) extracted from the filing. To build a document URL, replace the filename at the end of the filing url with the document filename.
get/api/filings/search-by-accession-number
Query parameters
accessionNumberstring required
The SEC accession number (e.g. 0000320193-23-000106)
Response
The SEC filing
Example response
{
"type": "8-K",
"accessionNumber": "0000320193-23-000106",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/aapl-20230930.htm",
"dateFiled": "2023-11-02",
"xbrl": true,
"periodEndDate": "2023-09-30",
"documents": [
"g230399ex99_2p1g1.jpg",
"g230399ex99_2p2g1.jpg"
],
"title": "APPLE INC ANNUAL REPORT 2023",
"items": [
"1",
"1A",
"7",
"7A",
"8"
],
"events": [
"earnings",
"financial_exhibits"
]
}