Skip to main content
GET
/
api
/
v3
/
fundamentals
/
cash-flow
Get Cash Flow V3
curl --request GET \
  --url https://api.example.com/api/v3/fundamentals/cash-flow \
  --header 'Key: <api-key>'
{
  "ok": "true",
  "data": []
}
{
  "ok": "true",
  "data": []
}

Authorizations

Key
string
header
required

Query Parameters

symbols
string
required

Comma separated list of symbols (e.g., AAPL, MSFT)

from
string

Start date for query in YYYY-MM-DD format. Supports: YYYY-MM-DD, YTD (year-to-date), 1MONTH/1m/1M (1 month ago)

to
string

End date for query in YYYY-MM-DD format. Returns data up to and including this date.

date
string

Report type filter. Values: TTM (trailing twelve months), A (as reported), R (restated), P (preliminary)

Response

Cash flow statement data