龙虎榜营业部上榜统计新浪财经
临时获取新浪财经龙虎榜营业部上榜统计数据,默认不入库。
临时请求新浪龙虎榜营业部统计单页,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
symbol | string | 否 | 统计窗口天数:5、10、30、60;默认 5。 | "5" |
page | integer | 否 | 页码,默认 1。 | 1 |
limit | integer | 否 | 当前页最多返回行数,默认 40,最大 1000。 | 40 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
recent_days | integer | 统计窗口天数:5、10、30、60。 |
page | integer | 源端页码。 |
rank | integer | 当前页内序号,从 1 开始。 |
brokerage_name | string | 营业部名称。 |
list_count | integer | 上榜次数。 |
buy_amount_10k_yuan | number | 累积购买额,单位:万元。 |
buy_seat_count | integer | 买入席位数。 |
sell_amount_10k_yuan | number | 累积卖出额,单位:万元。 |
sell_seat_count | integer | 卖出席位数。 |
top_buy_stocks | string | 买入前三股票,源端逗号分隔文本。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"stock_lhb_yytj_sina",
limit=1,
page=1,
symbol='5',
)
HTTP API
POST /v1/request/stock_lhb_yytj_sina
Content-Type: application/json
{
"params": {
"symbol": "5",
"page": 1,
"limit": 1
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"symbol": "5",
"page": 1,
"limit": 1
}
响应样例
| recent_days | page | rank | brokerage_name | list_count | buy_amount_10k_yuan | buy_seat_count | sell_amount_10k_yuan | sell_seat_count | top_buy_stocks |
|---|---|---|---|---|---|---|---|---|---|
| 5 | 1 | 1 | 招商证券股份有限公司深圳建安路证券营业部 | 1 | 0.0 | 0 | 15.12 | 1 | 国华退 |
生成时间:2026-07-06T16:54:55+00:00