SEC Filings API

Tradefeeds provides customers with real-time SEC filings API of more than 20 000 publicly traded companies listed on the NYSE, NASDAQ and other stock exchanges. SEC filings API is available in a JSON format.  You can also obtain data on the SEC filings from downloadable excel and CVS files. 

Tradefeeds has an internal database of 19+ million SEC filings that date back from 1994, the founding year of the U.S. Securities and Exchange Commission. Data on SEC filings API is updated on a daily basis.

Types of SEC Filings in API Database

The API database contains all 200+ types of SEC filings. Companies’ filings submitted to the EDGAR system are financial statements and reports that receive a particular form name and form description by the U.S. Security and Exchange Commission. SEC filings are arranged around six key groupings: annual fillings (Form 10-K), quarterly filings (Form 10-Q), current reports (8-K), proxy filings (DEF14A), registration statements (Form 424B2), Section 16 filings (Form4) and slightly more. Customers predominantly look for APIs for these six groupings of SEC filings.They are also interested in other common types of SEC filings such as: Form 6-K, Forms 3 and 5, Form S-1, Form S-3, Form S-8 , Form 20-F, Form 40-F , Schedule 13, Form 144.  SEC filings data of different companies are searchable by stock ticker symbols and form types in the API URL Path field. The SEC Filings API database is set up in such a way that companies’ filings are arranged according to their company names, stock ticker symbols, ISIN and CIK numbers.

 

 

Applications of SEC Filings API

SEC filings API is widely used in web applications. Developers build products for investors, financial analysts and traders to keep them informed with the overall financial performance and value of a number of publicly traded companies traded on NYSE, Nasdaq and other stock exchanges.

ready to start?

Get our API key in an instant! 

Developer Documentation

SEC EDGAR filings are accessbible in a JSON format. Below you can find some input and output examples. Key filtering API parameters for the JSON REST APIs are also provided.

ObjectsDescription
stock_ticker_symbolthe ticker symbol of the stocks of a company for which you get an output
exchange

the stock exchange on which securities are traded

stock_isin_identifierInternational Securities Identification Number
date_fromset the date from which you want to get output
date_toset the date till you want to get output
  
  
SDKs and Devkits
Get SEC Filings API in any programming language: Javascript, JQuery, VueJS, Angular, JAVA, PHP, NodeJS, Python, Go, Ruby, C#, R, Strest, Rust, Swift and Scala
REST JSON and XML
Use the key filtering parameters such as stock ticker symbol, ISIN identifier or form type to search SEC filings data. Obtain the response output in a JSON or XML format
Excel and CSV Files
In case you do not want SEC filings data retrieved in programming languages, then you can request to have it in either excel or csv files. All you need to do is to simply inform us.

				
					https://data.tradefeeds.com/api/v1/secfilings
    ?key=YOUR-KEY
        &stock_ticker_symbol=AAPL&year=2021

{
    "status": {
        "message": "Success"
    },
    "results": [
        {
        "basics": {
            "name": "Apple Inc",
            "stock_ticker_symbol": "AAPL"
            "isin_identifier": "US0378331005"
            "exchange": "nasdaq"
            },
        "output": {
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"
            },
            {
            "form_type": "8K"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"
            },
            {
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"

            },
        }
    ]
}
				
			

				
					https://data.tradefeeds.com/api/v1/secfilings
    ?key=YOUR-KEY
        &isin_identifier=US0378331005&year=2021

{
    "status": {
        "message": "Success"
    },
    "results": [
        {
        "basics": {
            "name": "Apple Inc",
            "stock_ticker_symbol": "AAPL"
            "isin_identifier": "US0378331005"
            "exchange": "nasdaq"
            },
        "output": {
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"
            },
            {
            "form_type": "8K"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"
            },
            {
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"
            },
        }
    ]
}
				
			

				
					https://data.tradefeeds.com/api/v1/secfilings
    ?key=YOUR-KEY
        &isin_identifier=US0378331005&form_type=10-Q

{
    "status": {
        "message": "Success"
    },
    "results": [
        {
        "basics": {
            "name": "Apple Inc",
            "stock_ticker_symbol": "AAPL"
            "isin_identifier": "US0378331005"
            "exchange": "nasdaq"
            },
        "output": {
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-04-29"
            "reporting_date": "2021-03-27"
            },
            {            
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2021-01-29"
            "reporting_date": "2020-12-27"
            },
            {            
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2020-09-29"
            "reporting_date": "2020-08-27"
            },
            {            
            "form_type": "10-Q"
            "title": "Quarterly Report [Sections 13 or 15(d)]"
            "link": "https://www.sec.gov/ix?doc=/Archives/edgar/data/0000320193/000032019321000056/aapl-20210327.htm"
            "filing_date": "2020-05-29"
            "reporting_date": "2020-04-27"
            },
        }
    ]
}