SEC 8-K filing disclosure categorization
SEC 8-K filing disclosure categorization. A single 8-K filing can produce multiple rows when it covers multiple disclosure types — each row represents one tagged disclosure within the filing, classified into primary, secondary, and tertiary categories with a supporting text excerpt. The full classification list is available at /stocks/taxonomies/vX/disclosures. Can't find what you're looking for? POST feedback to /feedback, no charge.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://agent.massive.com/stocks/filings/8-K/vX/disclosures
| Category | Market data |
|---|---|
| Provider host | agent.massive.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 9 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 100,
"sort": "filing_date.desc"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"cik": {
"description": "SEC Central Index Key of the filer (10 digits, zero-padded).",
"type": "string"
},
"cik.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"filing_date": {
"description": "Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).",
"type": "string"
},
"filing_date.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"filing_date.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"filing_date.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"filing_date.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"filing_date.lte": {
"description": "Filter less than or equal to the value.",
"type": "string"
},
"limit": {
"default": 100,
"description": "Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '1000'.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"sort": {
"default": "filing_date.desc",
"description": "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.",
"type": "string"
},
"tertiary_category": {
"description": "Most specific disclosure category (e.g., 'quarterly_results'). Filtering on this column must use an exact match. See the full taxonomy at /stocks/taxonomies/vX/disclosures.",
"type": "string"
},
"tickers": {
"description": "Filter for arrays that contain the value.",
"type": "string"
},
"tickers.all_of": {
"description": "Filter for arrays that contain all of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"tickers.any_of": {
"description": "Filter for arrays that contain any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}