跳到主要内容

基金区间收益

信息

工具名:get_fund_performance_returns

对应 REST 端点:GET /api/fund/performance/returns

工具描述

查询基金近一月、近三月、近半年、近一年、近三年、近五年、今年以来和成立以来收益率。 收益率为百分数原值,如 8.88 表示 8.88%

参数

参数类型必填默认说明
fund_typeenumotc(场外基金)/ exchange(ETF、LOF)/ reits
thscodestring完整基金 thscode,必须保留市场后缀。

调用示例

工具:get_fund_performance_returns
参数:
- fund_type: "exchange"
- thscode: "510300.SH"

返回

返回 { timestamp, item: [FundReturnsItem, ...] }。字段含义见 REST 端点 基金区间收益