Overview
Returns metadata for a single SEC filing identified by exchange, ticker, and slug. No authentication required.
Request
Stock exchange code (e.g. NASDAQ).
Company ticker symbol (e.g. AAPL).
Filing slug, typically the SEC accession number (e.g. 0000320193-23-000106).
curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106"
Response
{
"exchange": "NASDAQ",
"ticker": "AAPL",
"slug": "0000320193-23-000106",
"type": "10-K",
"filed_at": "2023-11-03"
}