curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106/page/1"
Filings (Data API)
Get Filing Page
Retrieve content for a specific page in a filing.
GET
/
v1
/
filings
/
{exchange}
/
{ticker}
/
{slug}
/
page
/
{page_number}
curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106/page/1"
Overview
Returns the content of a single page within a filing by its 1-based page number. No authentication required.Request
string
required
Stock exchange code (e.g.
NASDAQ).string
required
Company ticker symbol (e.g.
AAPL).string
required
Filing slug, typically the SEC accession number (e.g.
0000320193-23-000106).integer
required
1-based page number.
curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106/page/1"
Response
{
"page_number": 1,
"width": 612,
"height": 792,
"content": "..."
}