sifting/io
GET/fnd/stocks/:ticker/filings/:accession

Single filing detail

One filing's metadata plus the full file manifest from its EDGAR archive folder.

Parameters

Parameter
tickerrequiredstring · path
Ticker symbol (case-insensitive).
accessionrequiredstring · path
Accession number, accepts dashed (0000320193-26-000013) or undashed (000032019326000013).

Example

request · shell
curl -H "X-API-Key: $KEY" \
  "https://api.sifting.io/v1/fnd/stocks/AAPL/filings/0000320193-26-000013"
200OKapplication/json
{  "accession": "0000320193-26-000013",  "form": "10-Q",  "filed_at": "2026-05-01",  "period_end": "2026-03-28",  "accepted_at": "2026-05-01T16:30:21Z",  "primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/aapl-20260328.htm",  "description": "Form 10-Q",  "has_xbrl": true,  "ticker": "AAPL",  "cik": "0000320193",  "archive_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000013/",  "files": ["aapl-20260328.htm", "aapl-20260328.xsd", "Financial_Report.xlsx", "..."]}
Loading runner…
First load only

More in SEC filings

See all