跳到主要内容

基金资讯列表

信息

工具名:get_fund_news_article_list

对应 REST 端点:GET /api/fund/news/article-list

工具描述

游标分页查询单只基金的资讯文章。上游不提供可靠的总记录数,因此响应不返回 total;是否翻页结束以 has_more 为准。

参数

参数类型必填默认说明
fund_typestring基金类型。
thscodestring完整基金 thscode。
limitinteger返回条数。
offsetstring不透明翻页游标。

调用示例

工具:get_fund_news_article_list
参数:
- fund_type: "exchange"
- thscode: "510300.SH"
- limit: 20

返回

返回 { timestamp, limit, offset, has_more, item[] },不包含 total;是否继续翻页以 has_more 为准。字段见 基金资讯列表