行情接口列表

大约 3 分钟

行情类接口负责查询行情相关的功能,目前支持的功能以及对应的行情接口如下表:

注:调用行情接口之前需要先初始化QuoteClient ,初始化行情对象的示例请见快速入门

通用

接口方法功能
grab_quote_permission行情权限抢占
get_quote_permission行情权限查询
get_kline_quota历史行情symbol额度

股票行情

接口方法功能
get_market_status获取市场交易状态
get_trading_calendar获取市场交易日历
get_symbols获取所有证券的代码列表
get_symbol_names获取代码及名称列表
get_timeline获取最新一日的分时数据
get_history_timeline获取历史分时数据
get_quote_real_time获取股票实时行情
get_quote_delay获取股票延迟行情
get_kline获取个股K线数据
get_trade_tick获取逐笔成交数据
get_depth_quote获取深度行情
get_quote_stock_trade获取股票交易需要的信息(每股手数, 价格变动单位等)
get_capital_flow获取股票资金流数据
get_capital_distribution获取股票资金分布
get_stock_broker获取经纪商买卖席位

期货行情

接口方法功能
get_future_exchanges获取期货交易所列表
get_future_contracts获取交易所下的可交易合约
get_future_contract_by_contract_code根据代码获取期货合约
get_current_future_contract查询指定品种的当前合约
get_future_continuous_contracts获取指定品种的连续合约
get_future_trading_date查询指定合约的交易时间
get_future_kline获取期货K线
get_future_tick获取期货逐笔成交
get_future_real_time_quote获取期货最新行情

期权行情

接口方法功能
get_option_expirations获取美股期权过期日
get_option_chain获取期权链
get_option_brief获取期权最新行情
get_option_kline获取期权日K数据
get_option_trade_tick获取期权逐笔成交数据
get_warrant_real_time_quote获取窝轮牛熊实时行情
get_warrant_filter过滤窝轮牛熊
上次编辑于: