跳到主要内容

龙虎榜榜单

信息

工具名:get_a_share_special_data_dragon_tiger_list

对应 REST 端点:GET /api/a-share/special-data/dragon-tiger-list

工具描述

查询龙虎榜榜单。board_type 缺省为 allall 为全部榜,org 为机构榜, hot_money 为游资榜。date 可选,格式 YYYY-MM-DD;缺省由服务端取最新可用日期。

参数

参数类型必填默认说明
board_typestringall榜单类型:all 全部 / org 机构榜 / hot_money 游资榜。
datestring最新可用交易日目标交易日,格式 YYYY-MM-DD

调用示例

工具:get_a_share_special_data_dragon_tiger_list
参数:
- board_type: "hot_money"
- date: "2026-07-01"

返回

返回 { timestamp, board_type, trade_date, count, stock_count, stock_items, hot_money_items }。 字段含义见 REST 端点 龙虎榜榜单

{
"timestamp": 1782921600000,
"board_type": "all",
"trade_date": "2026-07-01",
"count": 80,
"stock_count": 75,
"stock_items": [
{
"thscode": "002407.SZ",
"ticker": "002407",
"name": "多氟多",
"net_value": 1786253128.23,
"hot_rank": 2,
"range_days": 3
}
],
"hot_money_items": []
}