cURL
curl --request GET \ --url https://api.tickflow.org/v1/financials/shares \ --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