Disclosure Categories
GET
/stocks/taxonomies/vX/disclosures
This endpoint is free to use during the early-access beta period. Features may change or move to different plans later.
Access the full standardized hierarchical taxonomy used to classify disclosures in SEC Form 8-K filings. It includes primary, secondary, and tertiary categories with detailed descriptions, providing the controlled vocabulary that powers the 8-K disclosures endpoint.
Use Cases: Event-classification models, category-level analytics and dashboards, cross-company comparisons, building category-aware filters, and thematic monitoring of corporate disclosures.
Plan Accessloading..
Stocks BasicFree
Updated as needed
Stocks Starter$29/mo
Updated as needed
Stocks Developer$79/mo
Updated as needed
Stocks Advanced$199/mo
Updated as needed
Stocks BasicFree
Updated as needed
Stocks Starter$29/mo
Updated as needed
Stocks Developer$79/mo
Updated as needed
Stocks Advanced$199/mo
Updated as needed
Plan Recencyloading..
Plan HistoryNot applicable to this endpoint
Query Parameters
taxonomy
string
Taxonomy version that defines this classification (e.g., '1.0').
primary_category
string
Top-level disclosure category.
secondary_category
string
Mid-level disclosure category.
tertiary_category
string
Most specific disclosure category.
limit
integer
Limit the maximum number of results returned. Defaults to '200' if not specified. The maximum allowed limit is '999'.
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 'taxonomy' 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.
description
string
optional
Detailed explanation of what the disclosure category covers, including typical examples.
primary_category
string
optional
Top-level disclosure category.
secondary_category
string
optional
Mid-level disclosure category.
taxonomy
string
Taxonomy version that defines this classification (e.g., '1.0').
tertiary_category
string
optional
Most specific disclosure category.
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