Skip to main content
GET
Cash Flow Statement
Retrieve cash flow statement data for a given stock symbol. Returns operating, investing, and financing cash flows sourced from LSEG Datastream.

Query Parameters

Response

Returns an array of period objects with the full cash flow breakdown:
All monetary values are in the company’s reporting currency. The currency field indicates which currency. Negative values indicate cash outflows. Fields with null values are not applicable for the given company.

Key Fields

Example

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

symbol
string
required

Stock symbol (e.g., AAPL.O, 0700.HK). Ticker shorthand like AAPL is also accepted.

limit
integer
default:4

Number of periods to return

freq
enum<integer>
default:1

1 for Annual, 2 for Quarterly

Available options:
1,
2

Response

Cash flow data retrieved successfully

ric
string

Reuters Instrument Code

perenddt
string<date>

Period end date

stmtdt
string<date>
sourcedt
string<date>
pertypecode
integer

1 for Annual, 2 for Quarterly

currency
string

Reporting currency

unitsconvtocode
string

Unit scale (e.g., M for millions)

net_income_starting_line
number | null

Net income used as starting point

depreciation_depletion
number | null
non_cash_items
number | null
changes_in_working_capital
number | null
cash_from_operating_activities
number | null

Cash from core business operations

capital_expenditures
number | null

Spending on PP&E

cash_from_investing_activities
number | null

Net cash from investment activities

total_cash_dividends_paid
number | null
issuance_retirement_of_stock_net
number | null
issuance_retirement_of_debt_net
number | null
cash_from_financing_activities
number | null

Net cash from debt and equity transactions

net_change_in_cash
number | null

Total change in cash for the period

net_cash_beginning_balance
number | null
net_cash_ending_balance
number | null