SEC EDGAR Index

GET
/stocks/filings/vX/index
This endpoint is free to use during the early-access beta period. Features may change or move to different plans later.

Retrieve the master index of all SEC EDGAR filings, including form types, filing dates, CIKs, tickers, issuer names, accession numbers, and direct links to original documents on SEC.gov. This serves as the central discovery layer for the entire EDGAR database, allowing powerful filtering and sorting without manual website searches.

Use Cases: Automated filing discovery and monitoring, regulatory compliance alerts, due diligence pipelines, competitive intelligence, and historical disclosure research.

Plan Accessloading..
Updated daily
Updated daily
Updated daily
Updated daily
Plan Recencyloading..
Plan HistoryNot applicable to this endpoint
Query Parameters
cik
string
SEC Central Index Key (CIK) identifying the filing entity.
ticker
string
Stock ticker symbol for the filing entity, if available.
form_type
string
SEC form type (e.g., '10-K', '10-Q', '8-K', 'S-1', '4', etc.).
filing_date
string
Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted 'yyyy-mm-dd'.
limit
integer
Limit the maximum number of results returned. Defaults to '1000' if not specified. The maximum allowed limit is '50000'.
sort
string
A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'filing_date' if not specified. The sort order defaults to 'desc' if not specified.
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page.
request_id
string
A request id assigned by the server.
results
array (object)
The results for this request.
accession_number
string
optional
SEC accession number uniquely identifying the filing (e.g., '0000320193-24-000123').
cik
string
optional
SEC Central Index Key (CIK) identifying the filing entity.
filing_date
string
optional
Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
filing_url
string
optional
Direct URL to the filing on the SEC EDGAR website.
form_type
string
optional
SEC form type (e.g., '10-K', '10-Q', '8-K', 'S-1', '4', etc.).
issuer_name
string
optional
Name of the company or entity that submitted the filing.
ticker
string
optional
Stock ticker symbol for the filing entity, if available.
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
loading...
Run query unavailable
Create account or sign in to Massive
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?