eastmoney-us-stock-list
Solid查询东方财富美股列表。Use when user asks for 美股列表、东财美股股票清单或美股代码。
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
# 东方财富美股列表
接口:`GET /api/v1/market/data/eastmoney-us-stock-list`。获取东方财富美股最新快照,支持刷新和分页。
## 调用示例
```bash
python <RUN_PY> eastmoney-us-stock-list --page 1 --page-size 5
python <RUN_PY> eastmoney-us-stock-list --refresh --page 1 --page-size 10
python <RUN_PY> eastmoney-us-stock-list --all
```
## 参数
- `--refresh`:刷新列表缓存,可选。
- `--page`:页码,从 1 开始,默认 1。
- `--page-size`:每页数量,可选。
- `--all`:自动翻页并合并全部记录。
响应为 `code/message/data` 信封,分页记录位于 `data.records`,字段包括 `secid`、`market`、`code`、`name`、`market_value_usd`、`latest_price`、`change_pct`、`volume`、`amount`、`pe_ttm`。数值字段按字符串返回;`secid` 示例为 `105.ADV`。
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-rank
查询东方财富股票排名。接口:GET /api/v1/market/data/eastmoney-rank。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab 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-all-board-daily-ohlc
分页查询东方财富全部板块历史日线 OHLC(板块代码/名称/市场/日期/开高低收/成交量/成交额/振幅/涨跌幅/涨跌额/换手率)。用户提到「东财全板块日线」「全部板块 OHLC」「eastmoney all board daily ohlc」时使用。结果按板块代码、日期排序,分页返回;起止日期同时给定时跨度不得超过 3 个自然日,page_size 最大 200,支持 --all 翻页。
63 Updated today
FTShare-Lab