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

# GET /stocks/filings/vX/index

`GET /stocks/filings/vX/index`

SEC EDGAR master index providing metadata for all SEC filings including form types, filing dates, and direct links to source documents.

## Query parameters

- `cik` string
- `cik.any_of` string
- `cik.gt` string
- `cik.gte` string
- `cik.lt` string
- `cik.lte` string
- `ticker` string
- `ticker.any_of` string
- `ticker.gt` string
- `ticker.gte` string
- `ticker.lt` string
- `ticker.lte` string
- `form_type` string
- `form_type.any_of` string
- `form_type.gt` string
- `form_type.gte` string
- `form_type.lt` string
- `form_type.lte` string
- `filing_date` string
- `filing_date.gt` string
- `filing_date.gte` string
- `filing_date.lt` string
- `filing_date.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.
    - `accession_number` string — SEC accession number uniquely identifying the filing (e.g., '0000320193-24-000123').
    - `cik` string — SEC Central Index Key (CIK) identifying the filing entity.
    - `filing_date` string, date — Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
    - `filing_url` string — Direct URL to the filing on the SEC EDGAR website.
    - `form_type` string — SEC form type (e.g., '10-K', '10-Q', '8-K', 'S-1', '4', etc.).
    - `issuer_name` string — Name of the company or entity that submitted the filing.
    - `ticker` string — Stock ticker symbol for the filing entity, if available.
  - `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)
