Cash Flow Statement
Quarterly/annual cash flow statement. Three sections: operating, investing, and financing activities.
GET /v2/financials/cash-flowcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/financials/cash-flow?symbol=600519.SH&limit=4"
Parameters
Name
Type
Required
Description
symbol
string
No
Stock code, e.g. 000001.SZ
start_date
string
No
Start date (YYYYMMDD)
end_date
string
No
End date (YYYYMMDD)
period
string
No
Report period YYYYMMDD, e.g. 20231231
ann_date
string
No
Announcement date YYYYMMDD
f_ann_date
string
No
Actual announcement date YYYYMMDD
report_type
string
No
Report type
comp_type
string
No
Company type: 1 general / 2 bank / 3 insurance / 4 securities
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Key Response Fields
Field
Description
n_cashflow_act
Net operating cash flow
n_cashflow_inv_act
Net investing cash flow
n_cash_flows_fnc_act
Net financing cash flow
free_cashflow
Free cash flow
c_cash_equ_end_period
Cash at period end
Esc