Cash Flow Statements
Retrieve cash flow statement history using ticker or CIK, timeframe, fiscal-year filters, and limit.
Endpoint
GET /statements/cash_flow
Test request
/statements/cash_flow?ticker=AAPL&start=2024&end=2024&timeframe=quarterly&limit=4
Send a request to view the response.
Query Parameters
ticker: required whencikis not providedcik: optional SEC CIKstart: optional fiscal-year lower boundend: optional fiscal-year upper boundtimeframe: optionalannual,quarterly, orttmlimit: optional row limit
Response
Typical fields include:
cash_from_operationscapexcash_from_investingcash_from_financingdebt_issueddebt_repaidshare_repurchasesdividends_paidstock_based_compensationfree_cash_flow
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/statements/cash_flow?ticker=AAPL&timeframe=quarterly&limit=4"
Related Endpoints
Next step
Run this endpoint with your own API key
Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.