查询东方财富期货龙虎榜

SkillCommerce & finance

Queries the Eastmoney futures dragon-tiger list panel (long/short rankings by volume/open interest, etc.). Use when the user mentions "东财期货龙虎榜", "期货龙虎榜面板", "期货会员排名", or "eastmoney futures strange". Returns the complete panel array by exchange/variety/contract/trading day, with no pagination.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 查询东方财富期货龙虎榜 skill

What this skill tells your AI

The instructions your AI receives, as published by ftshare-lab/ftshare-skill in ftshare-market-data/sub-skills/eastmoney-futures-strange/SKILL.md and read by ahel’s review.

接口说明

项目说明
接口名称查询东方财富期货龙虎榜
外部接口GET /api/v1/market/data/eastmoney-futures-strange
请求方式GET
适用场景查询指定交易所、品种、合约和交易日的东方财富期货龙虎榜面板,包括占比切片、会员排名和汇总数据

请求参数

参数名类型是否必填描述取值示例备注
exchangestring交易所代码dceshfe/dce/czce/cffex/ine/gfe
varietystring品种名称多晶硅中文名称,URL 编码后传入
contractstring合约代码ps2609小写合约代码
trade_datestring交易日20260721YYYYMMDD

执行方式

python <RUN_PY> eastmoney-futures-strange --exchange dce --variety 多晶硅 --contract ps2609 --trade_date 20260721

<RUN_PY> 为主 SKILL.md 同级的 run.py 绝对路径。

响应结构

返回统一结构 code/message/datadata 为面板数组(不分页)。

{
  "code": 200,
  "message": "success",
  "data": [
    {
      "key": "volume_rank",
      "title": "成交量龙虎榜",
      "slices": null,
      "rows": [{"rank": 1, "member_name": "东证期货(代客)", "value": 24952, "change": -4961}],
      "summary": {"today_total": 175902, "previous_total": 218790, "total_change": -42888}
    }
  ]
}

data 元素字段

字段类型是否可为空说明
keystring面板标识
titlestring面板标题
slicesarray/null饼图切片;每项含 name/value/percent
rowsarray/null排名记录;每项含 rank/member_id/member_name/value/change
summaryobject/null汇总;含 today_total/previous_total/total_change

注意事项

  • 所有参数均为必填,缺一返回 400。
  • 单次返回该合约对应的完整面板数组,不分页。
  • variety 为中文品种名称,调用时通过 URL 编码传入。
  • HTTP 恒为 200,业务错误通过 code/message 携带。

Signals

GitHub stars
64
Forks
13
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
eastmoney-futures-strange
Source
github.com/ftshare-lab/ftshare-skill