---
title: "EDGAR fillings"
method: GET
path: "/edgar_filings/archive"
tags: ["regulatory"]
---

# EDGAR fillings

`GET /edgar_filings/archive`

The EDGAR fillings endpoint provides access to a comprehensive collection of financial documents submitted to the SEC, including real-time and historical forms, filings, and exhibits. Users can retrieve detailed information about company disclosures, financial statements, and regulatory submissions, enabling them to access essential compliance and financial data directly from the SEC's EDGAR system.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string
- `form_type` string
- `filled_from` string
- `filled_to` string
- `page` integer
- `page_size` integer

## Response `200`

- object
  - `meta` object, required — Meta information about the company and listing
    - `symbol` string, required — Ticker of the company
    - `exchange` string, required — Exchange name where the company is listed
    - `mic_code` string, required — Market Identifier Code (MIC) under ISO 10383 standard
    - `type` string, required — Issue type of the stock
  - `values` EdgarFilingValue[], required — List of filings
    - `cik` integer, required — CIK code
    - `filed_at` integer, required — Filing date in UNIX timestamp
    - `files` EdgarFilingFile[] — Filing files
      - `name` string, required — File name
      - `size` integer — File size
      - `type` string, required — File type
      - `url` string, required — File full url
    - `filing_url` string, required — Full URL of the filing
    - `form_type` string, required — Filing form type
    - `ticker` string[], required — Ticker symbols associated with the filing

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

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