Install
openclaw skills install a-stock-daily-report-cn获取 A 股市场日报,包括大盘指数、热门板块和龙头股。使用东方财富 API,无需 API Key。
openclaw skills install a-stock-daily-report-cn获取 A 股市场每日表现报告,包括大盘指数、热门板块排行及板块龙头股。
✅ 使用场景:
❌ 不使用场景:
python3 scripts/a_stock_daily_report.py
直接请求:
📈 A 股市场日报
📅 2026 年 03 月 10 日
【大盘指数】
上证指数:4098.59 点 (+1.00%)
深证成指:14239.30 点 (-0.83%)
创业板指:3281.94 点 (-0.81%)
【🔥 今日最热板块 Top 10】
1. CPO 概念:6518.76 (+6.66%)
2. 光通信模块:3082.79 (+5.69%)
3. F5G 概念:4316.67 (+4.86%)
...
pip install requests
http://push2.eastmoney.com/api/qt/stock/get
参数:secid=1.000001 (上证指数)
http://push2.eastmoney.com/api/qt/clist/get
参数:fs=m:90+t:3 (概念板块)
http://push2.eastmoney.com/api/qt/clist/get
参数:fs=b:BK1128 (具体板块代码)
v1.0.0 - 初始版本