跳到主要内容

基金历史业绩指标

信息

工具名:get_fund_performance_indicators_historical

对应 REST 端点:GET /api/fund/performance/indicators-historical

工具描述

查询基金 RSI、唐奇安通道与跟踪指数估值分位序列。指标周期固定为 DAY_1,响应 data 仅包含 timestampitem,不返回顶层 thscodeinterval

参数

参数类型必填默认说明
fund_typestring基金类型。
thscodestring完整基金 thscode。
startinteger起始时间,毫秒 Unix 时间戳。
endinteger结束时间,毫秒 Unix 时间戳。

startend 必须同时提供;遗漏任一参数都会导致请求参数校验失败。

调用示例

工具:get_fund_performance_indicators_historical
参数:
- fund_type: "exchange"
- thscode: "510300.SH"
- start: 1735689600000
- end: 1767225599000

返回

返回 { timestamp, item[] }timestamp 保留明确的上游数据时间;固定周期 DAY_1 不作为顶层字段返回,也不返回顶层 thscodeinterval。字段见 基金历史业绩指标