latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

regulatory

EDGAR fillings

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.

get/edgar_filings/archive

Query parameters

symbolstring

The ticker symbol of an instrument for which data is requested

figistring

Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.

isinstring

Filter by international securities identification number (ISIN). ISIN access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

cusipstring

The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

exchangestring

Filter by exchange name

mic_codestring

Filter by market identifier code (MIC) under ISO 10383 standard

countrystring

Filter by country name or alpha code, e.g., United States or US

form_typestring

Filter by form types, example 8-K, EX-1.1

filled_fromstring

Filter by filled date from

filled_tostring

Filter by filled date to

pageinteger

Page number

page_sizeinteger

Number of records in response

Response

Example response

{
  "meta": {
    "symbol": "AAPL",
    "exchange": "NASDAQ",
    "mic_code": "XNGS",
    "type": "Common Stock"
  },
  "values": [
    {
      "cik": 1711463,
      "filed_at": 1726617600,
      "files": [
        {
          "name": "primary_doc.html",
          "size": 2980,
          "type": "144",
          "url": "https://www.sec.gov/Archives/edgar/data/1711463/000197185724000581/primary_doc.xml"
        }
      ],
      "filing_url": "https://www.sec.gov/Archives/edgar/data/1711463/0001971857-24-000581-index.htm",
      "form_type": "144",
      "ticker": [
        "AAPL"
      ]
    }
  ]
}