10-K Sections

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

Plain-text content of specific sections from SEC filings. Currently supports the Risk Factors and Business sections, providing clean, structured text extracted directly from the filing.

Use Cases: NLP pipelines, text extraction, research automation, topic analysis, building summaries or similarity models.

Plan
Recency
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Plan Recencyloading..
Plan
History
All history
All history
All history
All history
Plan Historyloading..
Query Parameters
cik
string
SEC Central Index Key (10 digits, zero-padded).
ticker
string
Stock ticker symbol for the company.
section
enum (string)
Standardized section identifier from the filing (e.g. 'business', 'risk_factors', 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'.
period_end
string
Period end date that the filing relates to (formatted as YYYY-MM-DD). Value must be formatted 'yyyy-mm-dd'.
limit
integer
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '9999'.
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 'period_end' 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.
cik
string
optional
SEC Central Index Key (10 digits, zero-padded).
filing_date
string
optional
Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
filing_url
string
optional
SEC URL source for the full filing.
period_end
string
optional
Period end date that the filing relates to (formatted as YYYY-MM-DD).
section
string
optional
Standardized section identifier from the filing (e.g. 'business', 'risk_factors', etc.).
text
string
optional
Full raw text content of the section, including headers and formatting.
ticker
string
optional
Stock ticker symbol for the company.
status
enum (OK)
The status of this request's response.
Code Examples
loading...
Query URL
GET
loading...
Run query unavailable
Create account or sign in to Massive
Scroll to see updated query response
Response Object
loading...
Did you find this page helpful?
Do you still need help with something?