ashare-status-change

Solid

查询 A 股状态变更记录。Use when user asks about 上市、退市、暂停上市或股票状态变更。

AI & Automation 63 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
27
Issue Health 10%
50
License 10%
100
Description 5%
100

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