东方财富板块资金流

SkillDev tools

查询东方财富板块资金流(行业/概念/地域日资金流)。用户问东财板块资金流、板块主力净流入、行业/概念/地域资金流向、BK 板块代码资金流、超大单大单净流入时使用。

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 东方财富板块资金流 skill

What this skill tells your AI

The instructions your AI receives, as published by ftshare-lab/ftshare-skill in ftshare-market-data/sub-skills/eastmoney-sector-flow/SKILL.md and read by ahel’s review.

1. 接口描述

项目说明
接口名称东方财富板块资金流(get_eastmoney_sector_flow)
外部接口GET /api/v1/market/data/eastmoney-sector-flow
请求方式GET(query 参数)
适用场景获取东方财富板块(行业/概念/地域)日资金流,含主力/超大单/大单/中单/小单净流入及净占比;支持按板块代码、板块类型、行业层级、交易日或日期区间过滤

2. 请求参数

参数名类型是否必填描述取值示例备注
board_codestring板块代码BK0488东财板块代码,BK 开头
board_typestring板块类型industryindustry(行业)/ concept(概念)/ regional(地域)
board_levelint行业层级21=一级、2=二级、3=三级;不传返回全部层级,仅匹配 industry
trade_datestring交易日20260623YYYYMMDD
start_datestring区间起始日20260601YYYYMMDD
end_datestring区间结束日20260630YYYYMMDD
pageint页码1从 1 开始,默认 1
page_sizeint每页条数50默认 50,最大 500

3. 响应说明

外层固定为 code / message / datadata 为分页对象:pageNum / pageSize / total / pages / records

records 元素核心字段:board_codeboard_nameboard_type(industry/concept/regional)、board_level(industry 为 1/2/3,concept/regional 为 0)、trade_date(YYYYMMDD),以及 main_net/main_pctsuper_large_net/super_large_pctlarge_net/large_pctmedium_net/medium_pctsmall_net/small_pct(净流入单位亿元,净占比单位 %)。

4. 调用方式

python <RUN_PY> eastmoney-sector-flow --board-type industry --board-level 2 --page 1 --page-size 5
python <RUN_PY> eastmoney-sector-flow --board-code BK0488 --trade-date 20260623
python <RUN_PY> eastmoney-sector-flow --board-type concept --start-date 20260601 --end-date 20260630

<RUN_PY> 为主 SKILL.md 同级 run.py 的绝对路径。输出 JSON;HTTP 错误输出到 stderr 并以非零状态退出。

5. 注意事项

  • 请求参数为 board_code / board_type / board_level(原 sector_code / sector_type / sector_level 已更名,不再使用旧参数名)。
  • 概念和地域板块的层级为 0,传入 board_level 时不会匹配 concept/regional 数据。
  • trade_datestart_dateend_date 可同时使用,按全部条件过滤。

Signals

GitHub stars
64
Forks
13
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
eastmoney-sector-flow
Source
github.com/ftshare-lab/ftshare-skill