Expand description
行情 REST API 路由
所有行情相关接口通过 proto_request 适配到现有 handler。
Constants§
- REST_
SHARED_ CONN - v1.4.90 P0-B: REST 全 endpoint 共享 conn_id(替代之前每次请求
next_conn_id()自增 → 永久泄漏 sub-quota 直到耗尽 4000 上限)。
Functions§
- get_
basic_ qot - get_
broker - POST /api/broker — 获取经纪队列
- get_
capital_ distribution - POST /api/capital-distribution — 获取资金分布
- get_
capital_ flow - POST /api/capital-flow — 获取资金流向
- get_
code_ change - POST /api/code-change — 代码变更
- get_
company_ executive_ background - POST /api/company-executive-background — 获取公司高管背景
- get_
company_ executives - POST /api/company-executives — 获取公司高管信息
- get_
company_ operational_ efficiency - POST /api/company-operational-efficiency — 获取公司经营效率
- get_
company_ profile - POST /api/company-profile — 获取公司详情标签
- get_
corporate_ actions_ buybacks - POST /api/corporate-actions-buybacks — 获取回购记录
- get_
corporate_ actions_ dividends - POST /api/corporate-actions-dividends — 获取分红派息
- get_
corporate_ actions_ stock_ splits - POST /api/corporate-actions-stock-splits — 获取拆合股
- get_
daily_ short_ volume - POST /api/daily-short-volume — 获取每日卖空成交
- get_
derivative_ unusual - POST /api/derivative-unusual — 获取衍生品异动
- get_
financial_ unusual - POST /api/financial-unusual — 获取财务异动
- get_
financials_ earnings_ price_ history - POST /api/financials-earnings-price-history — 获取财报日前后股价历史
- get_
financials_ earnings_ price_ move - POST /api/financials-earnings-price-move — 获取财报日前后价格表现
- get_
financials_ revenue_ breakdown - POST /api/financials-revenue-breakdown — 获取主营构成
- get_
financials_ statements - POST /api/financials-statements — 获取财务报表
- get_
future_ info - POST /api/future-info — 获取期货信息
- get_
holding_ change - POST /api/holding-change — 持股变动
- get_
insider_ holder_ list - POST /api/insider-holder-list — 获取内部人持股列表
- get_
insider_ trade_ list - POST /api/insider-trade-list — 获取内部人交易列表
- get_
ipo_ list - POST /api/ipo-list — 获取IPO列表
- get_kl
- POST /api/kline — 获取K线数据
- get_
market_ state - POST /api/market-state — 获取市场状态
- get_
option_ chain - POST /api/option-chain — 获取期权链
- get_
option_ exercise_ probability - POST /api/option-exercise-probability — 获取期权行权概率
- get_
option_ expiration_ date - POST /api/option-expiration-date — 期权到期日
- get_
option_ quote - POST /api/option-quote — 获取单腿/组合期权实时行情
- get_
option_ strategy - POST /api/option-strategy — 获取组合期权策略列表
- get_
option_ strategy_ analysis - POST /api/option-strategy-analysis — 获取组合期权策略分析
- get_
option_ strategy_ spread - POST /api/option-strategy-spread — 获取组合期权有效价差
- get_
option_ volatility - POST /api/option-volatility — 获取期权波动率分析
- get_
order_ book - POST /api/orderbook — 获取摆盘
- get_
owner_ plate - POST /api/owner-plate — 获取所属板块
- get_
plate_ security - POST /api/plate-security — 获取板块内股票
- get_
plate_ set - get_
price_ reminder - POST /api/price-reminder — 查询到价提醒
- get_
reference - POST /api/reference — 获取关联数据
- get_
research_ analyst_ consensus - POST /api/research-analyst-consensus — 获取分析师评级概述
- get_
research_ morningstar_ report - POST /api/research-morningstar-report — 获取晨星研究报告
- get_
research_ rating_ summary - POST /api/research-rating-summary — 获取评级汇总
- get_
risk_ free_ rate - v1.4.98 T2-2: 无风险利率 (期权定价).
- get_rt
- POST /api/rt — 获取分时数据
- get_
shareholders_ holder_ detail - POST /api/shareholders-holder-detail — 获取股东持股明细
- get_
shareholders_ holding_ changes - POST /api/shareholders-holding-changes — 获取股东持股变动
- get_
shareholders_ institutional - POST /api/shareholders-institutional — 获取机构持股统计
- get_
shareholders_ overview - POST /api/shareholders-overview — 获取持股统计
- get_
short_ interest - POST /api/short-interest — 获取空头持仓
- get_
snapshot - get_
spread_ table - v1.4.98 T2-1: 摆盘步长 SpreadTable (cmd 6503).
- get_
static_ info - POST /api/static-info — 获取静态信息
- get_
sub_ info - GET /api/sub-info — 查询订阅
- get_
suspend - POST /api/suspend — 获取停牌日(对齐 py-futu-api
get_suspend) - get_
technical_ unusual - POST /api/technical-unusual — 获取技术指标异动
- get_
ticker - POST /api/ticker — 获取逐笔
- get_
ticker_ statistic - v1.4.98 T2-3: 逐笔统计 TickerStatistic (cmd 6365).
- get_
ticker_ statistic_ detail - v1.4.106 codex 0500 ζ23-redo: 逐笔统计 Detail (cmd 6366).
- get_
top_ ten_ buy_ sell_ brokers - POST /api/top-ten-buy-sell-brokers — 获取十大买卖经纪商
- get_
used_ quota - POST /api/used-quota — 当前 daemon 已用订阅额度与历史 K 线额度
- get_
user_ security - POST /api/user-security — 获取自选股
- get_
valuation_ detail - POST /api/valuation-detail — 获取个股/指数估值详情
- get_
valuation_ plate_ stock_ list - POST /api/valuation-plate-stock-list — 获取板块/指数成分股估值
- get_
warrant - POST /api/warrant — 获取窝轮
- list_
plates - v1.4.74 A2 BUG-013 fix: POST /api/list-plates — 列板块
- modify_
user_ security - POST /api/modify-user-security — 修改自选
- option_
screen - POST /api/option-screen — 获取期权筛选结果
- query_
subscription - v1.4.74 A2 BUG-013 fix: POST /api/query-subscription — 查订阅状态
- request_
history_ kl - POST /api/history-kline — 请求历史K线
- request_
history_ kl_ quota - POST /api/history-kl-quota — 历史 K 线配额
- request_
rehab - POST /api/rehab — 请求复权因子(对齐 py-futu-api
get_rehab) - request_
trading_ days - POST /api/trading-days — 查询交易日(对齐 py-futu-api
request_trading_days) - set_
price_ reminder - POST /api/set-price-reminder — 设置到价提醒
- stock_
filter - POST /api/stock-filter — 条件选股
- stock_
screen - POST /api/stock-screen — 获取股票筛选结果
- subscribe
- unsubscribe
- POST /api/unsubscribe-all — 反订阅(或 unsub_all)
- warrant_
screen - POST /api/warrant-screen — 获取窝轮筛选结果