ashare-status-change
Solid查询 A 股状态变更记录。Use when user asks about 上市、退市、暂停上市或股票状态变更。
AI & Automation 63 stars
13 forks Updated today MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# A 股状态变更
接口:`GET /api/v1/market/data/stk-status-change`。支持代码、变更日期和变更类型任意组合过滤,不分页。
```bash
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`,按代码升序、日期降序返回。
Details
- Author
- FTShare-Lab
- Repository
- FTShare-Lab/FTShare-skill
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
ashare-code-change
查询 A 股代码变更历史。Use when user asks about 股票代码变更、改名换码、代码迁移或北交所升板代码历史。
63 Updated today
FTShare-Lab AI & Automation Solid
ashare-news-sentiment-factors
查询指定 A 股的新闻情绪因子。必填 --trade-code;可选 --start-date、--end-date、--page、--page-size。接口:GET /api/v3/market/data/ashare-news-sentiment-factors。
63 Updated today
FTShare-Lab Testing & QA Listed
ashare-rating-factor-snapshot
查询指定 A 股的 Top-K 相关公司。用户询问股票相关性、相关公司排名或相关性评分时使用。
63 Updated today
FTShare-Lab