</>

基金行业配置巨潮

临时获取巨潮基金行业配置数据,默认不入库。

临时请求巨潮基金行业配置专题统计,按报告期返回,默认不入库。

输入参数

参数类型必填说明默认值
datestring报告期日期,YYYYMMDD 或 YYYY-MM-DD;通常为季末日期,默认 20210630。"20210630"
limitinteger最多返回行数,默认 100,最大 1000。100

返回字段

字段类型说明
industry_codestring证监会行业编码。
industry_namestring证监会行业名称。
report_datedate报告期,格式 YYYYMMDD。
fund_countnumber基金覆盖家数,单位:只。
industry_scalenumber行业规模,金额单位/口径沿用巨潮源端。
net_asset_pctnumber占净资产比例,源端百分比数值口径。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "fund_report_industry_allocation_cninfo",
    date='20210630',
    limit=1,
)

HTTP API

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

{
  "params": {
    "date": "20210630",
    "limit": 1
  }
}

真实样例快照

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

请求参数

{
  "date": "20210630",
  "limit": 1
}

响应样例

industry_codeindustry_namereport_datefund_countindustry_scalenet_asset_pct
A农、林、牧、渔业202106303164.0227.130.1

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