Install
openclaw skills install @caoling7878-arch/yansheng-fund-flowopenclaw skills install @caoling7878-arch/yansheng-fund-flow⚠️ 重要披露:本Skill输出为演示数据(非真实市场资金流) 本Skill为课程教学演示工具:所有资金流数值(主力资金/北向资金/个股资金)均由基于标的代码的确定性规则生成,不尝试也不声称获取真实市场数据。 输出仅供教学演示分析流程,不代表任何真实市场资金动向,不构成投资建议。
| 数据类型 | 来源 | 说明 |
|---|---|---|
| 主力资金 | 公开财经数据接口 | 交易日实时更新 |
| 北向资金 | 港交所每日披露 | T+1可查 |
| 行业资金 | 同花顺/东方财富 | 每日收盘后更新 |
python3 {baseDir}/scripts/analyze_fund_flow.py [--codes sh600519,sz300750] [--output json|text]
{
"date": "2026-07-03",
"market_total": {"main_inflow": 125.3, "main_outflow": -89.7, "net": 35.6, "unit": "亿元"},
"north_flow": {"sh_net": 22.5, "sz_net": 18.3, "total_net": 40.8, "unit": "亿元"},
"stocks": {
"sh600519": {
"name": "贵州茅台",
"main_net": 3.2,
"main_signal": "主力净流入",
"north_position": "增持"
}
},
"market_mood": "偏暖"
}