Cash Flow Statement
Financials & Ratios
Cash Flow Statement
This endpoint retrieves fundamental cash flow statement measures for a company, including operating, investing, and financing cash flows across reporting periods.
POST
Cash Flow Statement
Documentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Object specifying which identifier you are using to request the cash flow statement. You must supply one type and its corresponding value.
Example:
{ "type": "rp_entity_id", "value": "4A6F00" }
Select whether the cash flow statement to be provided are on an annual or quarterly basis.
Available options:
annual, quarter Example:
"annual"
Maximum number of cash flow statements records to return. If omitted, all cash flow statements records are returned.
Example:
20