8-K Text
GET
/stocks/filings/8-K/vX/text
This endpoint is free to use during the early-access beta period. Features may change or move to different plans later.
Parsed text content from SEC 8-K filings in plain AI-ready format. 8-K filings are "current reports" that public companies must file with the SEC to announce major events that shareholders should know about, such as acquisitions, leadership changes, or material agreements. The text returned is limited to that in the "Items" sections of the 8-K filings, excluding frontmatter and other boilerplate.
Plan Accessloading..
Stocks BasicFree
Updated daily
Stocks Starter$29/mo
Updated daily
Stocks Developer$79/mo
Updated daily
Stocks Advanced$199/mo
Updated daily
Stocks BasicFree
Updated daily
Stocks Starter$29/mo
Updated daily
Stocks Developer$79/mo
Updated daily
Stocks Advanced$199/mo
Updated daily
Plan Recencyloading..
Stocks BasicFree
2 years
Stocks Starter$29/mo
All history
Stocks Developer$79/mo
All history
Stocks Advanced$199/mo
All history
Stocks BasicFree
2 years
Stocks Starter$29/mo
All history
Stocks Developer$79/mo
All history
Stocks Advanced$199/mo
All history
Plan Historyloading..
Query Parameters
cik
string
SEC Central Index Key (10 digits, zero-padded).
ticker
string
Stock ticker symbol for the company.
form_type
string
SEC form type (e.g., '8-K', '8-K/A' for amendments).
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 '10' if not specified. The maximum allowed limit is '99'.
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., '0000004962-25-000002').
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.
form_type
string
optional
SEC form type (e.g., '8-K', '8-K/A' for amendments).
items_text
string
optional
Parsed text content from the 8-K filing, including item numbers and descriptions.
ticker
string
optional
Stock ticker symbol for the company.
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