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.
Retrieve parsed plain-text content from the core Items sections of Form 8-K current reports. These disclose major material events such as acquisitions, leadership changes, material contracts, and other significant developments in AI-ready format.
Use Cases: Real-time event detection and alerts, event-driven trading strategies, automated news digestion, M&A tracking, and corporate action timelines.
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..
Plan HistoryNot applicable to this endpoint
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