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

# Get SEC filings

`GET /filings`

Get SEC filings for a company.

## Query parameters

- `cik` string
- `ticker` string
- `filing_type` string[]
- `limit` integer

## Response `200`

SEC filings response

- FilingsResponse
  - `filings` Filing[]
    - `cik` integer — The Central Index Key (CIK) of the company.
    - `accession_number` string — The accession number of the filing.
    - `filing_type` string — The type of the SEC filing (e.g., 10-Q, 8-K).
    - `report_date` string, date — The date of the report.
    - `filing_date` string, date — The date the filing was submitted to the SEC.
    - `ticker` string — The ticker symbol.
    - `url` string, uri — The URL of the SEC filing.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

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