Skip to Content
数据接口库市场接口资金流与列表板块资金流向汇总

板块资金流向汇总

沪深板块资金流向汇总;维度:地域 / 行业 / 概念。

HTTP 方法与路径GET /api/v1/market/sector-flow/summary

入参

Path

| 路径参数 | 无 |

Query

参数类型必填说明
dimensionstringregion 地域 · industry 行业(默认)· concept 概念

响应

响应外壳:成功时 JSON 含 successdata、可选 message,见 统一响应体

响应示例

对应请求 GET /api/v1/market/sector-flow/summary?dimension=industry。字段以线上为准。

{ "success": true, "data": { "total": 496, "diff": [ { "code": "BK1033", "marketId": 90, "name": "电池", "mainNetInflowNetAmount": 6151021568 }, "..." ] } }

请求示例

curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/market/sector-flow/summary?dimension=industry"
Last updated on