eastmoney-sector-flow
Solid查询东方财富板块资金流(行业/概念/地域日资金流)。用户问东财板块资金流、板块主力净流入、行业/概念/地域资金流向、BK 板块代码资金流、超大单大单净流入时使用。
AI & Automation 63 stars
13 forks Updated today MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 东方财富板块资金流
## 1. 接口描述
| 项目 | 说明 |
|------|------|
| 接口名称 | 东方财富板块资金流(get_eastmoney_sector_flow) |
| 外部接口 | `GET /api/v1/market/data/eastmoney-sector-flow` |
| 请求方式 | GET(query 参数) |
| 适用场景 | 获取东方财富板块(行业/概念/地域)日资金流,含主力/超大单/大单/中单/小单净流入及净占比;支持按板块代码、板块类型、行业层级、交易日或日期区间过滤 |
## 2. 请求参数
| 参数名 | 类型 | 是否必填 | 描述 | 取值示例 | 备注 |
|--------|------|----------|------|----------|------|
| board_code | string | 否 | 板块代码 | BK0488 | 东财板块代码,BK 开头 |
| board_type | string | 否 | 板块类型 | industry | industry(行业)/ concept(概念)/ regional(地域) |
| board_level | int | 否 | 行业层级 | 2 | 1=一级、2=二级、3=三级;不传返回全部层级,仅匹配 industry |
| trade_date | string | 否 | 交易日 | 20260623 | YYYYMMDD |
| start_date | string | 否 | 区间起始日 | 20260601 | YYYYMMDD |
| end_date | string | 否 | 区间结束日 | 20260630 | YYYYMMDD |
| page | int | 否 | 页码 | 1 | 从 1 开始,默认 1 |
| page_size | int | 否 | 每页条数 | 50 | 默认 50,最大 500 |
## 3. 响应说明
外层固定为 `code` / `message` / `data`。`data` 为分页对象:`pageNum` / `pageSize` / `total` / `pages` / `records`。
records 元素核心字段:`board_code`、`board_name`、`board_type`(industry/concept/regional)、`board_level`(industry 为 1/2/3,concept/regional 为 0)、`trade_date`(YYYYMMDD),以及 `main_net`/`main_pct`、`super_large_net`/`super_large_pct`、`large_net`/`large_pct`、`medium_net`/`medium_pct`、`small_net`/`small_pct`(净流入单位亿元,净占比单位 %)。
## 4. 调用方式
```bash
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...
Details
- Author
- FTShare-Lab
- Repository
- FTShare-Lab/FTShare-skill
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
eastmoney-all-board-daily-ohlc
分页查询东方财富全部板块历史日线 OHLC(板块代码/名称/市场/日期/开高低收/成交量/成交额/振幅/涨跌幅/涨跌额/换手率)。用户提到「东财全板块日线」「全部板块 OHLC」「eastmoney all board daily ohlc」时使用。结果按板块代码、日期排序,分页返回;起止日期同时给定时跨度不得超过 3 个自然日,page_size 最大 200,支持 --all 翻页。
63 Updated today
FTShare-Lab AI & Automation Solid
eastmoney-stock-flow
查询东方财富个股资金流。接口:GET /api/v1/market/data/eastmoney-stock-flow。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab AI & Automation Solid
eastmoney-dapan-flow
查询东方财富大盘资金流。接口:GET /api/v1/market/data/eastmoney-dapan-flow。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab