Overview
Returns a list of all pages within a specific SEC filing. 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/pages"
Response
{
"pages": [
{
"page_number": 1,
"width": 612,
"height": 792
},
{
"page_number": 2,
"width": 612,
"height": 792
}
]
}