A股行业资金流向/板块主力资金分析

SkillDev tools

A-share industry fund flow / sector main capital analysis. Triggered when the user says "行业资金流", "sector fund flow", "板块资金", "哪个行业有资金流入", or "资金流去哪个行业". Quantitatively analyzes fund flows across industries. Supports formal and brief styles.

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 A股行业资金流向/板块主力资金分析 skill

What this skill tells your AI

The instructions your AI receives, as published by aifinlab/finclaw in skills/a-share-sector-fund-flow/SKILL.md and read by ahel’s review.

数据源

SCRIPTS="$SKILLS_ROOT/cn-stock-data/scripts"
python "$SCRIPTS/cn_stock_data.py" kline --code [CODE] --freq daily --start [日期]
python "$SCRIPTS/cn_stock_data.py" quote --code [CODE]
python "$SCRIPTS/cn_stock_data.py" finance --code [CODE]

Workflow

Step 1: 获取各行业资金流向数据

Step 2: 标准化处理

按行业市值归一化资金流入(每万亿市值净流入)

Step 3: 资金流动量

  • 近5日均值 vs 近20日均值
  • 排名变化追踪

Step 4: 输出

维度formalbrief
行业排名全行业资金流表Top/Bottom 5
动量分析资金流动量排名加速流入板块
默认风格:brief。

关键规则

  1. 单日资金流噪音大——至少用3-5日平均
  2. 主力资金定义各平台不统一——注意口径差异
  3. 资金流入≠涨——可能是高位承接
  4. 行业轮动往往资金先行、股价后动
  5. 融资余额变化是行业资金流的辅助指标

使用示例

示例 1: 基本使用

# 调用 skill
result = run_skill({
    "param1": "value1",
    "param2": "value2"
})

示例 2: 命令行使用

python scripts/run_skill.py --input data.json

Signals

GitHub stars
241
Forks
38
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
a-share-sector-fund-flow
Source
github.com/aifinlab/finclaw