Risk Categories
GET
/stocks/taxonomies/vX/risk-factors
This endpoint is part of an early-access beta program. Features may change or move to different plans later.
The full taxonomy used to classify risk factors in the Risk Factors API. This includes the complete set of standardized categories applied across filings.
Use Cases: Building classifiers, mapping models to risk categories, UI filters, category-level analytics.
Plan Accessloading..
Plan
Recency
Updated as needed
Updated as needed
Updated as needed
Updated as needed
Updated as needed
Plan Recencyloading..
Plan HistoryNot applicable to this endpoint
Query Parameters
taxonomy
number
Version identifier (e.g., '1.0', '1.1') for the taxonomy Value must be a floating point number.
primary_category
string
Top-level risk category
secondary_category
string
Mid-level risk category
tertiary_category
string
Most specific risk classification
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 this risk category encompasses, including specific examples and potential impacts
primary_category
string
optional
Top-level risk category
secondary_category
string
optional
Mid-level risk category
taxonomy
number
Version identifier (e.g., '1.0', '1.1') for the taxonomy
tertiary_category
string
optional
Most specific risk classification
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