Skip to main content
GET
Get SEC filings
The SEC filing index for one company — a list of filings, not their contents. Each entry carries cik, accession_number, filing_type, report_date, filing_date, ticker and url. Accepts ticker or cik, narrows by filing_type, and caps with limit. Use it to find which filing you want and to get its accession_number. To read the text inside one, use get_financial_filings_items.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cik
string

The Central Index Key (CIK) of the company.

ticker
string

The ticker symbol.

filing_type
enum<string>[]

Filter by one or more filing types. Repeat the query parameter to pass multiple values (e.g. filing_type=10-Q&filing_type=10-K).

Available options:
10-K,
10-Q,
8-K,
20-F,
6-K
limit
integer
default:10

The maximum number of filings to return (default: 10).

Required range: x >= 1

Response

SEC filings response

filings
object[]