cURL
curl --request GET \ --url https://api.tickflow.org/v1/financials/income \ --header 'x-api-key: <api-key>'
{ "data": {} }
获取指定标的的利润表数据,包含营收、利润、费用、EPS 等核心字段。
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