abnormal-trading-overview
Solid查询龙虎榜总览。接口:GET /api/v1/market/data/abnormal-trading-overview。所有请求必须设置 FTSHARE_API_KEY。
API & Backend 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/abnormal-trading-overview`。参数和响应以 `ftshare-doc/api-doc/股票数据/打板专题数据/龙虎榜总览.md` 为准。
请求必须从环境变量 `FTSHARE_API_KEY` 读取凭据,并通过请求头发送 `FTSHARE_API_KEY` 和 `Content-Type: application/json`;缺少凭据时不会发起请求。
## 调用示例
```bash
python <RUN_PY> abnormal-trading-overview --page 1 --symbol 600519.SH
```
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
abnormal-trading-details
查询龙虎榜明细。接口:GET /api/v1/market/data/abnormal-trading-details。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab AI & Automation Solid
auction-results
查询集合竞价结果。接口:GET /api/v2/market/data/auction-results。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab Testing & QA Solid
daec-market-snapshot
查询市场行情快照。接口:GET /api/v1/market/data/daec/market/snapshot。所有请求必须设置 FTSHARE_API_KEY。
63 Updated today
FTShare-Lab