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

Overview

Returns metadata for a single SEC filing identified by exchange, ticker, and slug. 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).
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"
}