</>

新浪中金所沪深300期权实时新浪财经

临时获取新浪财经新浪中金所沪深300期权实时数据,默认不入库。

临时请求新浪中金所沪深300指数期权单合约月份实时链,默认不入库。

输入参数

参数类型必填说明默认值
symbolstring中金所沪深300期权合约月份代码,例如 io2607;默认 io2607。"io2607"
limitinteger最多返回行权价档位数,默认 100,最大 200。100

返回字段

字段类型说明
contract_codestring合约月份代码,例如 io2607。
product_codestring中金所期权品种代码,例如 io。
underlying_namestring期权标的指数名称,例如 沪深300指数。
exercise_pricenumber行权价,单位:指数点。
call_symbolstring看涨期权完整合约代码。
call_bid_volumenumber看涨买量。
call_bid_pricenumber看涨买价,单位:点。
call_latest_pricenumber看涨最新价,单位:点。
call_ask_pricenumber看涨卖价,单位:点。
call_ask_volumenumber看涨卖量。
call_open_interestnumber看涨持仓量。
call_changenumber看涨涨跌,单位/口径沿用新浪源端。
put_symbolstring看跌期权完整合约代码。
put_bid_volumenumber看跌买量。
put_bid_pricenumber看跌买价,单位:点。
put_latest_pricenumber看跌最新价,单位:点。
put_ask_pricenumber看跌卖价,单位:点。
put_ask_volumenumber看跌卖量。
put_open_interestnumber看跌持仓量。
put_changenumber看跌涨跌,单位/口径沿用新浪源端。
exchangestring交易所代码,固定为 CFFEX。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "option_cffex_hs300_spot_sina",
    limit=1,
    symbol='io2607',
)

HTTP API

POST /v1/request/option_cffex_hs300_spot_sina
Content-Type: application/json

{
  "params": {
    "symbol": "io2607",
    "limit": 1
  }
}

真实样例快照

展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。

请求参数

{
  "symbol": "io2607",
  "limit": 1
}

响应样例

contract_codeproduct_codeunderlying_nameexercise_pricecall_symbolcall_bid_volumecall_bid_pricecall_latest_pricecall_ask_pricecall_ask_volumecall_open_interestcall_changeput_symbolput_bid_volumeput_bid_priceput_latest_priceput_ask_priceput_ask_volumeput_open_interestput_changeexchange
io2607io沪深300指数4200.0io2607C42001.0605.8626.0627.81.083.05.89io2607P42007.01.21.21.45.0818.0-50.0CFFEX

生成时间:2026-07-06T16:54:55+00:00