基金行业配置巨潮
临时获取巨潮基金行业配置数据,默认不入库。
临时请求巨潮基金行业配置专题统计,按报告期返回,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
date | string | 否 | 报告期日期,YYYYMMDD 或 YYYY-MM-DD;通常为季末日期,默认 20210630。 | "20210630" |
limit | integer | 否 | 最多返回行数,默认 100,最大 1000。 | 100 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
industry_code | string | 证监会行业编码。 |
industry_name | string | 证监会行业名称。 |
report_date | date | 报告期,格式 YYYYMMDD。 |
fund_count | number | 基金覆盖家数,单位:只。 |
industry_scale | number | 行业规模,金额单位/口径沿用巨潮源端。 |
net_asset_pct | number | 占净资产比例,源端百分比数值口径。 |
调用示例
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_code | industry_name | report_date | fund_count | industry_scale | net_asset_pct |
|---|---|---|---|---|---|
| A | 农、林、牧、渔业 | 20210630 | 3164.0 | 227.13 | 0.1 |
生成时间:2026-07-06T16:54:55+00:00