</>

基金分类行情新浪财经

临时获取新浪财经基金分类行情数据,默认不入库。

临时请求新浪基金分类行情 JSONP,默认不入库。

输入参数

参数类型必填说明默认值
categorystring基金分类:封闭式基金、ETF基金、LOF基金;默认 LOF基金。"LOF基金"
pageinteger页码,默认 1。1
limitinteger最多返回行数,默认 100,最大 5000。100

返回字段

字段类型说明
instrument_idstringAxData 统一基金代码。
fund_codestring六位基金代码。
sina_symbolstring新浪带市场前缀代码,例如 sh510050。
exchangestring交易所代码:SSE、SZSE、BSE。
fund_typestring基金分类:封闭式基金、ETF基金、LOF基金。
namestring基金简称。
latest_pricenumber最新价,单位:元。
changenumber涨跌额,单位:元。
change_pctnumber涨跌幅,源端百分比数值口径。
bidnumber买入价,单位:元。
asknumber卖出价,单位:元。
prev_closenumber昨收,单位:元。
opennumber今开,单位:元。
highnumber最高价,单位:元。
lownumber最低价,单位:元。
volumenumber成交量,单位/口径沿用新浪源端。
amountnumber成交额,金额单位/口径沿用新浪源端。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "fund_etf_category_sina",
    category='ETF基金',
    limit=1,
    page=1,
)

HTTP API

POST /v1/request/fund_etf_category_sina
Content-Type: application/json

{
  "params": {
    "category": "ETF基金",
    "page": 1,
    "limit": 1
  }
}

真实样例快照

展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。

请求参数

{
  "category": "ETF基金",
  "page": 1,
  "limit": 1
}

响应样例

instrument_idfund_codesina_symbolexchangefund_typenamelatest_pricechangechange_pctbidaskprev_closeopenhighlowvolumeamount
159998.SZ159998sz159998SZSEETF基金计算机ETF天弘1.020.0060.5921.021.0231.0141.0051.0371.00587332200.089463567.0

生成时间:2026-07-06T16:54:55+00:00