Skip to main content
GET
/
v1
/
filings
/
{exchange}
/
{ticker}
/
{slug}
/
page
/
{page_number}
curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106/page/1"

Documentation Index

Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Returns the content of a single page within a filing by its 1-based page number. No authentication required.

Request

exchange
string
required
Stock exchange code (e.g. NASDAQ).
ticker
string
required
Company ticker symbol (e.g. AAPL).
slug
string
required
Filing slug, typically the SEC accession number (e.g. 0000320193-23-000106).
page_number
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": "..."
}