All Financial Statements
Get all financial statements for a ticker.
👋 Overview
This endpoint aggregates all financial statements for a ticker into a single API call.
So, instead of calling 3 endpoints to get income statements, balance sheets, and cash flow statements, you can call this endpoint once and get all financial statements in one go.
The endpoint returns the following financial statements:
Any data that you receive from our API is yours to keep. You may save the data to minimize repeat API calls.
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/financials/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
,period
andlimit
to filter the data. - Execute the API request.
Note: ticker
and period
are required. Alternatively, you can use cik
instead of ticker
as a company identifier in your request. By default, limit
is 4
.
💻 Example
Authorizations
API key for authentication.
Query Parameters
The ticker symbol.
The time period of the financial statements.
annual
, quarterly
, ttm
The maximum number of financial statements to return.
The Central Index Key (CIK) of the company.