👋 Overview
The Filings endpoint allows you to fetch a list of filings for a given company. The endpoint returns all of the filings that the company has filed with the SEC. This includes 10-Ks, 10-Qs, 8-Ks, and more. We have SEC filings for 10,000+ public companies. To get started, please create an account and grab your API key at financialdatasets.ai. You will use the API key to authenticate your API requests.📊 Available Tickers
You can fetch a list of available tickers with aGET request to:
https://api.financialdatasets.ai/filings/tickers/
🚀 Getting Started
There are only 3 steps for making a successful API call:- Add your API key to the header of the request as X-API-KEY.
- Add query params like tickerto filter the data.
- Execute the API request.
ticker in your query params.
💻 Example
Filings
Authorizations
API key for authentication.
Query Parameters
The Central Index Key (CIK) of the company.
The ticker symbol.
The type of filing.
Available options: 
10-K, 10-Q, 8-K, 4, 144 Response
SEC filings response