eastmoney-shareholder-changes
Solid查询东方财富股东增减持。Use when user asks about 股东增持、股东减持或东方财富股东变动。
AI & Automation 63 stars
13 forks Updated today MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 东方财富股东增减持
接口:`GET /api/v1/market/data/holder/stock-ggcg-em`。通过 `symbol` 筛选全部、股东增持或股东减持,返回分页明细。
```bash
python <RUN_PY> eastmoney-shareholder-changes --symbol 全部 --page 1 --page-size 20
python <RUN_PY> eastmoney-shareholder-changes --symbol 股东减持 --all
```
- `--symbol`:可选,`全部`、`股东增持` 或 `股东减持`,默认全部。
- `--page`:页码,默认 1。
- `--page-size`:每页条数,默认 50,最大 200。
- `--all`:自动翻页合并全部记录。
响应为 `code/message/data`,记录位于 `data.records`,包括 `stock_code`、`stock_name`、`holder_name`、变动数量/比例、变动后持股及起止日期、公告日期等字段。
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
eastmoney-stock-flow
查询东方财富个股资金流。接口:GET /api/v1/market/data/eastmoney-stock-flow。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab AI & Automation Solid
eastmoney-us-stock-list
查询东方财富美股列表。Use when user asks for 美股列表、东财美股股票清单或美股代码。
63 Updated today
FTShare-Lab AI & Automation Solid
eastmoney-all-board-daily-ohlc
分页查询东方财富全部板块历史日线 OHLC(板块代码/名称/市场/日期/开高低收/成交量/成交额/振幅/涨跌幅/涨跌额/换手率)。用户提到「东财全板块日线」「全部板块 OHLC」「eastmoney all board daily ohlc」时使用。结果按板块代码、日期排序,分页返回;起止日期同时给定时跨度不得超过 3 个自然日,page_size 最大 200,支持 --all 翻页。
63 Updated today
FTShare-Lab