---
title: "SEC Filings"
method: GET
path: "/stock/filings"
tags: ["Default"]
---

# SEC Filings

`GET /stock/filings`

List company's filing. Limit to 250 documents at a time. This data is available for bulk download on <a href="https://www.kaggle.com/finnhub/sec-filings" target="_blank">Kaggle SEC Filings database</a>.

## Query parameters

- `symbol` string
- `cik` string
- `accessNumber` string
- `form` string
- `from` string, date
- `to` string, date

## Response `200`

successful operation

- Filing[]
  - `accessNumber` string — Access number.
  - `symbol` string — Symbol.
  - `cik` string — CIK.
  - `form` string — Form type.
  - `filedDate` string — Filed date <code>%Y-%m-%d %H:%M:%S</code>.
  - `acceptedDate` string — Accepted date <code>%Y-%m-%d %H:%M:%S</code>.
  - `reportUrl` string — Report's URL.
  - `filingUrl` string — Filing's URL.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/versions/415b27331384/schema)
