消息量价共振
SkillDev toolsQueries the news market reaction snapshot (news volume-price resonance) for a specified A-share stock. Use when the user asks about the resonance between a stock's news and its volume/price, the direction of news reaction, or the reaction stage.
Available today. Use it from your connected AI after setup.
No other account needed.
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/news-reaction-snapshot/SKILL.md and read by ahel’s review.
接口:GET /api/v3/market/data/news-reaction-snapshot
参数:--symbol 必填(带交易所后缀,如 600519.SH,兼容 .XSHG/.XSHE/.BJSE、SH:600000 等写法,响应统一为六位数字加 .SH/.SZ/.BJ);--start-date、--end-date 必填(YYYYMMDD 或 YYYY-MM-DD,与起始日相隔不超过 31 天);--lookback-hours 可选,仅 24 或 48,不传返回两套窗口;--page 默认 1(上限 1000)、--page-size 默认 50(上限 200);支持 --all 自动翻页。
python <RUN_PY> news-reaction-snapshot --symbol 600519.SH --start-date 20260818 --end-date 20260828 --lookback-hours 48 --page 1 --page-size 5
返回 code/message/data 分页信封,快照位于 data.records;每条包含 trade_date、symbol、stock_name、lookback_hours、reaction_direction、reaction_stage、trend_interaction、price_volume_signature、relative_performance、participation_state、event_attention_state、observation_sufficiency、state_summary、confidence、data_insufficient、signal_ambiguous。枚举字段保持英文码,中文解释只出现在 state_summary;接口只读历史成功快照,不重新调用模型,也不预测收益。
Signals
- GitHub stars
- 64
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
news-reaction-snapshot- Source
- github.com/ftshare-lab/ftshare-skill