Items
Get SEC filing items for a company.
👋 Overview
The Items endpoint allows you to extract specific sections (called items) from a given 10-K or 10-Q filing.
This lets you easily extract data from a filing without having to parse the entire document.
All you need to provide is the filing_type
and the year
of the filing. If you want to extract a specific set of items, then you can pass in multiple item
parameters (example below)
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
💻 Example (get specific items)
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
The type of filing.
10-K
, 10-Q
The year of the filing.
The quarter of the filing if 10-Q.
The item to get.
Item-1
, Item-1A
, Item-1B
, Item-2
, Item-3
, Item-4
, Item-5
, Item-6
, Item-7
, Item-7A
, Item-8
, Item-9
, Item-9A
, Item-9B
, Item-10
, Item-11
, Item-12
, Item-13
, Item-14
, Item-15
, Item-16
Response
SEC filing items response
The response is of type object
.