SEC Filings
Filings
Get SEC filings for a company.
GET
👋 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 a GET
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
ticker
to filter the data. - Execute the API request.
Note: You must include either the 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.
Response
200 - application/json