跳到主要内容

财务指标数据

信息

工具名:get_a_share_financials_indicators

对应 REST 端点:GET /api/a-share/financials/indicators

工具描述

获取单只 A 股在指定报告期的财务指标数据,一次返回成长、盈利、偿债、营运、现金流五类能力下的指标 ID 与本期值。

report 格式为 yyyy-1yyyy-2yyyy-3yyyy-4,其中 1 一季报、2 中报、3 三季报、4 年报。

参数

参数类型必填默认说明
thscodestring300033.SZ单只标的 thscode,含交易所后缀。
reportstring2025-1报告期,格式见上方说明。

调用示例

工具:get_a_share_financials_indicators
参数:
- thscode: "300033.SZ"
- report: "2025-1"

返回

返回 { thscode, report, abilities }abilities[]growthprofitabilitysolvencyoperationcash-flow 顺序排列;每个能力块的 indicators[] 仅含 index_id / value

index_id 使用 REST 文档列出的接口契约字段名;valuestring | null。服务端保留数据源原始数值字符串,不承诺固定小数位;上游空值或缺失值标准化为 null。百分比类指标按百分数值表达,周转率、比率、倍数类指标按指标名称对应单位解释。

字段含义见 REST 端点 财务指标数据