---
title: "GET /stocks/filings/vX/risk-factors"
method: GET
path: "/stocks/filings/vX/risk-factors"
tags: ["reference"]
---

# GET /stocks/filings/vX/risk-factors

`GET /stocks/filings/vX/risk-factors`

The risk factors identified in companies' 10K filings.

## Query parameters

- `filing_date` string
- `filing_date.any_of` string
- `filing_date.gt` string
- `filing_date.gte` string
- `filing_date.lt` string
- `filing_date.lte` string
- `ticker` string
- `ticker.any_of` string
- `ticker.gt` string
- `ticker.gte` string
- `ticker.lt` string
- `ticker.lte` string
- `cik` string
- `cik.any_of` string
- `cik.gt` string
- `cik.gte` string
- `cik.lt` string
- `cik.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `cik` string — SEC Central Index Key (10 digits, zero-padded).
    - `filing_date` string — Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
    - `primary_category` string — Top-level risk category
    - `secondary_category` string — Mid-level risk category
    - `supporting_text` string — Snippet of text to support the given label
    - `tertiary_category` string — Most specific risk classification
    - `ticker` string — Stock ticker symbol for the company.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
