ashare-interactions
Solid查询e互动。接口:GET /api/v2/market/data/ashare-interactions。所有请求必须设置 FTSHARE_API_KEY。
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
# e互动
接口:GET `/api/v2/market/data/ashare-interactions`。参数和响应以 `ftshare-doc/api-doc/股票数据/特色数据/e互动.md` 为准。
请求必须从环境变量 `FTSHARE_API_KEY` 读取凭据,并通过请求头发送 `FTSHARE_API_KEY` 和 `Content-Type: application/json`;缺少凭据时不会发起请求。
## 调用示例
```bash
python <RUN_PY> ashare-interactions --start_date 20260828 --end_date 20260828 --page 1 --page_size 5
```
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-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 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