Cash Flow Statements
Get cash flow statements for a ticker.
π Overview
The cash flow statemenet API provides a companyβs cash inflows and outflows over a specific period.
Cash flow statements are divided into three sections: operating activities, investing activities, and financing activities.
You can filter the data by ticker
, period
, limit
, and cik
.
The period
parameter can be set to annual
, quarterly
, or ttm
(trailing twelve months). The limit
parameter is used to specify the number of statements to return.
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/cash-flow-statements/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 cash flow statements.
annual
, quarterly
, ttm
The maximum number of cash flow statements to return.
The Central Index Key (CIK) of the company.