新浪中金所中证1000期权合约列表新浪财经
临时获取新浪财经新浪中金所中证1000期权合约列表数据,默认不入库。
临时请求新浪中金所中证1000指数期权合约月份列表,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
limit | integer | 否 | 最多返回合约月份数,默认 20,最大 200。 | 20 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
sequence | integer | 源端顺序,从 1 开始;第一项通常为主力合约月份。 |
product_code | string | 中金所期权品种代码,例如 io。 |
underlying_name | string | 期权标的指数名称,例如 沪深300指数。 |
contract_code | string | 合约月份代码,例如 io2607。 |
expire_month | date | 合约月份,格式 YYYYMM。 |
is_main | boolean | 是否为源端列表第一项。 |
exchange | string | 交易所代码,固定为 CFFEX。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"option_cffex_zz1000_list_sina",
limit=1,
)
HTTP API
POST /v1/request/option_cffex_zz1000_list_sina
Content-Type: application/json
{
"params": {
"limit": 1
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"limit": 1
}
响应样例
| sequence | product_code | underlying_name | contract_code | expire_month | is_main | exchange |
|---|---|---|---|---|---|---|
| 1 | mo | 中证1000指数 | mo2607 | 202607 | True | CFFEX |
生成时间:2026-07-06T16:54:55+00:00