Access EDGAR data with Marketstack API

Access SEC company data through 6 powerful new EDGAR endpoints. Get company information, CIK codes, submissions, and financial facts with ease.

Electronic Data Gathering & Retrieval

EDGAR stands for Electronic Data Gathering, Analysis, and Retrieval. EDGAR is the SEC’s comprehensive database containing financial documents that public companies, mutual funds, and other entities are required to file. It is a system that allows companies to file documents with the U.S. Securities and Exchange Commission (SEC).

SEC Filings

Access official company filings, forms, and regulatory documents

Company Data

Comprehensive company information and corporate structure details

Financial Facts

Structured financial data and GAAP accounting information

Real-time Access

Up-to-date information directly from SEC databases

Six Powerful EDGAR Endpoints

Complete access to SEC company data through our RESTful API endpoints.

Find CIK Code by Company Name

Access real-time data for thousands of global tickers, including stock symbols, names, and exchanges.

Retrieve minute-by-minute market activity for up-to-date trading insights.
Get official daily closing prices, volumes, and performance metrics for any stock.
Access details of 70+ global exchanges, including location, timezone, and active symbols.

Fetch long-term historical data across multiple tickers and date ranges.

Seamlessly access company disclosures, 10-Ks, 10-Qs, and financial statements linked with ticker symbols.
				
					const btn = document.getElementById('btn');
let count = 0;

function render() {
  btn.innerText = `Count: ${count}`;
}

btn.addEventListener('click', () => {
  // Count from 1 to 10.
  if (count < 10) {
    count += 1;
    render();
  }
});
				
			

https://api.marketstack.com/v2/cik_code&company_name=NVIDIA

				
					"data": [
        {
            "cik_code": "1045810",
            "company_name": "NVIDIA",
            "ein": "943177549",
            "sic": "3674",
            "sic_description": "Semiconductors & Related Devices"
        }
        [...]
    ]

				
			

https://api.marketstack.com/v2/company_name&cik_code=########

				
					{
    "data": [
        {
            "cik_code": "1045810",
            "company_name": "NVIDIA",
            "ein": "943177549",
            "sic": "3674",
            "sic_description": "Semiconductors & Related Devices",
            "phone": "9899990001",
            "Incorporationstate": "DE"
        }
    ],
    "addresses": {
        "mailing": {
            "street1": "2788 SAN TOMAS EXPRESSWAY",
            "street2": null,
            "city": "SANTA CLARA",
            "state_or_country": "CA",
            "zipCode": "95051"
        },
        "business": {
            "street1": "2788 SAN TOMAS EXPRESSWAY",
            "street2": null,
            "city": "SANTA CLARA",
            "state_or_country": "CA",
            "zipCode": "95051"
        }
    }
}

				
			

https://api.marketstack.com/v2/submission

				
					{
    "data": {   
        "cik": "1045810",
        "entity_type": "operating",
        "sic": "3674",
        "sic_description": "Semiconductors & Related Devices",
        "owner_org": "04 Manufacturing",
        "insider_Transaction_For_Owner_Exists": 1,
        "insider_Transaction_For_Issuer_Exists": 1,
        "name": "NVIDIA CORP",
		.....
}
}

				
			

https://api.marketstack.com/v2/company_facts&cik_code=########

				
					{
   "data":{
      "cik":1467858,
      "company_name":"GENERAL MOTORS COMPANY",
      "facts":{
         "dei":{
            "EntityCommonStockSharesOutstanding":{
               "label":"",
               "units":{
                  "shares":[
                     {
                        "end":"2009-08-17",
                        "val":547800000,
                        "accn":"0001045810-09-000024",
                        "fy":2009,
                        "fp":"Q2",
                        "form":"10-Q",
                        "filed":"2009-08-20",
                        "frame":"CY2009Q3I"
                     }
                  ]
               }
            }
         },
         "invest":{
            "DerivativeNotionalAmount":{
               "label":"Derivative, Notional Amount",
               "description":"Aggregate notional amount specified by the derivative(s). Expressed as an absolute value.",
               "units":{
                  "USD":[
                     {
                        "end":"2015-01-25",
                        "val":0,
                        "accn":"0001045810-16-000205",
                        "fy":2015,
                        "fp":"FY",
                        "form":"10-K",
                        "filed":"2016-03-17",
                        "frame":"CY2014Q4I"
                     }
                  ]
               }
            }
         }
      }
   }
}
}

				
			

https://api.marketstack.com/v2/concepts/accounts_payable&cik_code=######

				
					{{
   "data":{
      "cik":1467858,
      "taxonomy":"us-gaap",
      "tag":"AccountsPayableCurrent",
      "label":"Accounts Payable, Current",
      "description":"",
      "company_name":"GENERAL MOTORS COMPANY",
     "units":{
         "USD":[
            {
               "end":"2011-12-31",
               "val":24551000000,
               "accn":"0001467858-12-000029",
               "fy":2012,
               "fp":"Q1",
               "form":"10-Q",
               "filed":"2012-05-03"
            }
        ]
    }
}

				
			

https://api.marketstack.com/v2/frames/accounts_payable/{unit}&frame=CY####Q#1

				
					"data":{
      "taxonomy":"us-gaap",
      "tag":"AccountsPayableCurrent",
      “ccp”: “CY2009Q3I”,
      “uom”: “usd”,
      "label":"",
      “pts”: 412,
      "frame_data":[
           {
           "accn": "0000950123-09-055961",
           "cik": 64978,
           "entityName": "MERCK SHARP & DOHME CORP.",
           "loc": "US-NJ",
           "end": "2009-09-30",
           "val": 568400000
           },
           {
           "accn": "0001193125-09-215590",
           "cik": 1335793,
           "entityName": "CNX GAS CORP",
           "loc": "US-PA",
           "end": "2009-09-30",
           "val": 48528000
           },
           [....]
         ]
      }
				
			

What You Can Build

From fintech startups to enterprise solutions, EDGAR endpoints power innovative applications

Financial Analytics

Build comprehensive financial analysis tools

Compliance Monitoring

Automate regulatory compliance tracking

Company Research

Deep dive into company information

Data Visualization

Create stunning financial dashboards

Fintech Applications

Power the next generation of finance apps

Risk Management

Build sophisticated risk assessment tools

Ready to Start Building?

Join thousands of developers already using Marketstack API to power their financial applications. Get started with our comprehensive documentation and SDKs.