Skip to main content

eastmoney-futures-position

东方财富期货持仓。调用 /api/v1/market/data/eastmoney-futures-position,所有请求必须设置 FTSHARE_API_KEY。

Zur Installation springen

Quellinformationen

Repository
FTShare-Lab/FTShare-skill
Letzte Quellaktivität
16. September 2026 um 12:43
Erkannte Sprache von SKILL.md
Chinesisch
Sterne
64
Forks
13

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
eastmoney-futures-position
description
东方财富期货持仓。调用 /api/v1/market/data/eastmoney-futures-position,所有请求必须设置 FTSHARE_API_KEY。
# 东方财富期货持仓 外部接口:`GET /api/v1/market/data/eastmoney-futures-position`。 支持源接口文档列出的查询参数,handler 将参数作为 query 发送,并以 JSON 输出响应。所有请求必须设置环境变量 `FTSHARE_API_KEY`;缺失凭据时不会发起请求。 ## 调用示例 ```bash python <RUN_PY> eastmoney-futures-position --page 1 --page-size 5 ```
Auf GitHub ansehen