行情接口列表

大约 4 分钟

行情接口列表

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

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

通用

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

股票行情

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

期货行情

接口方法功能
get_future_exchanges获取期货交易所列表
get_future_contracts获取交易所下的可交易合约
get_future_contract根据代码获取期货合约
get_current_future_contract查询指定品种的当前合约
get_all_future_contracts查询指定品种的所有合约
get_future_trading_times查询指定合约的交易时间
get_future_bars获取期货K线
get_future_bars_by_page分页获取期货K线
get_future_trade_ticks获取期货逐笔成交
get_future_brief获取期货最新行情

期权行情

接口方法功能
get_option_expirations获取美股期权过期日
get_option_chain获取期权链
get_option_briefs获取期权实时行情
get_option_bars获取期权日K数据
get_option_trade_ticks获取期权逐笔成交数据
get_option_depth获取期权的深度行情
get_option_symbols获取港股期权的代码

基金行情

接口方法功能
get_fund_symbols获取基金代码列表
get_fund_contracts获取基金合约信息
get_fund_quote获取基金最新行情
get_fund_history_quote获取基金历史行情

轮证

接口方法功能
get_warrant_filter轮证筛选器
get_warrant_briefs获取窝轮牛熊证实时行情

选股器

接口功能
market_scanner选股器
上次编辑于: