/api/v1/filings/{ticker}$0.01SEC filing history for a company: 10-K, 10-Q, 8-K, Form 4, and more
List a company's recent SEC EDGAR filings sourced directly from the SEC: form type, filing and report dates, the 8-K item codes, and a direct link to each primary document. Filter to a single form with `?type=10-K` (also 10-Q, 8-K, 4, etc.) and cap with `?limit=`. Use as the index into a company's disclosures before fetching or summarizing a specific filing.
GET /api/v1/filings/AAPL
interface FilingsResponse {
ticker: string;
data: {
cik: string;
company: string;
count: number;
filings: Array<{
form: string;
accession: string;
filing_date: string;
report_date: string;
description: string;
items: unknown[];
primary_document: string;
url: string;
}>;
};
source: string;
as_of: string;
}Example response (click to expand)
{
"ticker": "AAPL",
"data": {
"cik": "0000320193",
"company": "Apple Inc.",
"count": 20,
"filings": [
{
"form": "4",
"accession": "0001140361-26-023363",
"filing_date": "2026-05-29",
"report_date": "2026-05-27",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023363/form4.xml"
},
{
"form": "SD",
"accession": "0001140361-26-023149",
"filing_date": "2026-05-28",
"report_date": null,
"description": "SD",
"items": [],
"primary_document": "ef20073373_sd.htm",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126023149/ef20073373_sd.htm"
},
{
"form": "144",
"accession": "0001921094-26-000555",
"filing_date": "2026-05-27",
"report_date": null,
"description": null,
"items": [],
"primary_document": "primary_doc.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000555/primary_doc.xml"
},
{
"form": "4",
"accession": "0001140361-26-020871",
"filing_date": "2026-05-12",
"report_date": "2026-05-08",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020871/form4.xml"
},
{
"form": "4",
"accession": "0001140361-26-020298",
"filing_date": "2026-05-08",
"report_date": "2026-05-06",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126020298/form4.xml"
},
{
"form": "144",
"accession": "0001921094-26-000446",
"filing_date": "2026-05-06",
"report_date": null,
"description": null,
"items": [],
"primary_document": "primary_doc.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000192109426000446/primary_doc.xml"
},
{
"form": "144",
"accession": "0001950047-26-004044",
"filing_date": "2026-05-05",
"report_date": null,
"description": null,
"items": [],
"primary_document": "primary_doc.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000195004726004044/primary_doc.xml"
},
{
"form": "10-Q",
"accession": "0000320193-26-000013",
"filing_date": "2026-05-01",
"report_date": "2026-03-28",
"description": "10-Q",
"items": [],
"primary_document": "aapl-20260328.htm",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/aapl-20260328.htm"
},
{
"form": "8-K",
"accession": "0000320193-26-000011",
"filing_date": "2026-04-30",
"report_date": "2026-04-30",
"description": "8-K",
"items": [
"2.02",
"9.01"
],
"primary_document": "aapl-20260430.htm",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000011/aapl-20260430.htm"
},
{
"form": "SCHEDULE 13G",
"accession": "0002100119-26-000139",
"filing_date": "2026-04-29",
"report_date": null,
"description": null,
"items": [],
"primary_document": "primary_doc.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000210011926000139/primary_doc.xml"
},
{
"form": "4",
"accession": "0001140361-26-017175",
"filing_date": "2026-04-27",
"report_date": "2026-04-23",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126017175/form4.xml"
},
{
"form": "144",
"accession": "0001950047-26-003721",
"filing_date": "2026-04-23",
"report_date": null,
"description": null,
"items": [],
"primary_document": "primary_doc.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000195004726003721/primary_doc.xml"
},
{
"form": "8-K",
"accession": "0001140361-26-015711",
"filing_date": "2026-04-20",
"report_date": "2026-04-17",
"description": "8-K",
"items": [
"5.02"
],
"primary_document": "ef20071035_8k.htm",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126015711/ef20071035_8k.htm"
},
{
"form": "4",
"accession": "0001140361-26-015421",
"filing_date": "2026-04-17",
"report_date": "2026-04-15",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126015421/form4.xml"
},
{
"form": "4",
"accession": "0001140361-26-015420",
"filing_date": "2026-04-17",
"report_date": "2026-04-15",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126015420/form4.xml"
},
{
"form": "4",
"accession": "0001140361-26-013192",
"filing_date": "2026-04-03",
"report_date": "2026-04-01",
"description": "FORM 4",
"items": [],
"primary_document": "form4.xml",
"url": "https://www.sec.gov/Archives/edgar/data/320193/000114036126013192/form4.xml"
},
{
"form": "4",
"accession": "0001140361-26-013191",
"filing_date": "2026-04-03",
"report_date": "2026-04-01",
"description": "FORM 4",
"items": [],
"primar
… (truncated — call the endpoint for the full response)