The complete list of 8-K disclosure classifications used in the 8-K disclosures
The complete list of 8-K disclosure classifications used in the 8-K disclosures endpoint. Can't find what you're looking for? POST feedback to /feedback, no charge.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
630 msmedian answer time
$0.01listed price per call
$0.01price it asked us
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/taxonomies/vX/disclosures
| Category | Market data |
|---|---|
| Provider host | agent.massive.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 630 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 200,
"sort": "taxonomy.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": {
"limit": {
"default": 200,
"description": "Limit the maximum number of results returned. Defaults to '200' if not specified. The maximum allowed limit is '1000'.",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"primary_category": {
"description": "Top-level disclosure category.",
"type": "string"
},
"primary_category.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"primary_category.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"primary_category.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"primary_category.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"primary_category.lte": {
"description": "Filter less than or equal to the value.",
"type": "string"
},
"secondary_category": {
"description": "Mid-level disclosure category.",
"type": "string"
},
"secondary_category.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"secondary_category.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"secondary_category.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"secondary_category.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"secondary_category.lte": {
"description": "Filter less than or equal to the value.",
"type": "string"
},
"sort": {
"default": "taxonomy.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 'taxonomy' if not specified. The sort order defaults to 'desc' if not specified.",
"type": "string"
},
"taxonomy": {
"description": "Taxonomy version that defines this classification (e.g., '1.0').",
"type": "string"
},
"taxonomy.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"taxonomy.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"taxonomy.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"taxonomy.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"taxonomy.lte": {
"description": "Filter less than or equal to the value.",
"type": "string"
},
"tertiary_category": {
"description": "Most specific disclosure category.",
"type": "string"
},
"tertiary_category.any_of": {
"description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list.",
"type": "string"
},
"tertiary_category.gt": {
"description": "Filter greater than the value.",
"type": "string"
},
"tertiary_category.gte": {
"description": "Filter greater than or equal to the value.",
"type": "string"
},
"tertiary_category.lt": {
"description": "Filter less than the value.",
"type": "string"
},
"tertiary_category.lte": {
"description": "Filter less than or equal to the value.",
"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"
}