A 股状态变更
SkillDev tools查询 A 股状态变更记录。Use when user asks about 上市、退市、暂停上市或股票状态变更。
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 A 股状态变更 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/ashare-status-change/SKILL.md and read by ahel’s review.
接口:GET /api/v1/market/data/stk-status-change。支持代码、变更日期和变更类型任意组合过滤,不分页。
python <RUN_PY> ashare-status-change --trade-code 600848.SH
python <RUN_PY> ashare-status-change --trade-code 600848.SH --change-type 上市
python <RUN_PY> ashare-status-change --change-date 20240101
--trade-code:可选,支持逗号分隔多个.SZ/.SH代码。--change-date:可选,精确日期过滤,格式YYYYMMDD。--change-type:可选,精确类型过滤,如上市、退市、暂停上市。
成功响应为 code/message/data,记录包括 trade_code、name、change_date、change_type、change_details,按代码升序、日期降序返回。
Signals
- GitHub stars
- 64
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ashare-status-change- Source
- github.com/ftshare-lab/ftshare-skill