cURL
curl --request GET \ --url https://api.tickflow.org/v1/financials/balance-sheet \ --header 'x-api-key: <api-key>'
{ "data": {} }
获取指定标的的资产负债表数据,包含资产、负债、权益核心科目。
Documentation IndexFetch the complete documentation index at: https://docs.tickflow.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tickflow.org/llms.txt
Use this file to discover all available pages before exploring further.
逗号分隔的标的代码,如 "600519.SH,000001.SZ"
起始日期过滤(可选,YYYY-MM-DD),筛选 period_end >= start_date
截止日期过滤(可选,YYYY-MM-DD),筛选 period_end <= end_date
仅返回最新一期(默认 false)
查询成功
资产负债表响应
Show child attributes