{
  "domain": "www.sse.com.cn",
  "url": "https://www.sse.com.cn/market/bonddata/livelybond/",
  "title": "活跃债券",
  "summary": "上交所活跃债券。",
  "method": "GET",
  "endpoint": "https://query.sse.com.cn/commonQuery.do",
  "headers": {
    "Referer": "https://www.sse.com.cn/market/bonddata/livelybond/"
  },
  "params": {
    "sqlId": {
      "value": "COMMON_SSE_CP_ZQ_ZQLB_JBXX_C",
      "description": "数据查询标识"
    },
    "isPagination": {
      "value": "true"
    },
    "pageHelp.pageSize": {
      "value": "25"
    },
    "pageHelp.pageNo": {
      "value": "1"
    },
    "pageHelp.beginPage": {
      "value": "1"
    },
    "pageHelp.cacheSize": {
      "value": "1"
    },
    "pageHelp.endPage": {
      "value": "1"
    }
  },
  "confidence": 0.85,
  "auto_discovered": true,
  "last_verified": "2026-03-14",
  "caveats": [
    "需要 Referer header",
    "返回 JSONP 格式,需去掉回调函数包装"
  ],
  "action_steps_template": {
    "description": "调用 livelybond.setlivelybondParams() 刷新页面数据。",
    "steps": [
      {
        "type": "exec_js",
        "code": "livelybond.setlivelybondParams()",
        "wait": 3000
      }
    ],
    "example": [
      {
        "type": "exec_js",
        "code": "livelybond.setlivelybondParams()",
        "wait": 3000
      }
    ]
  }
}

活跃债券

https://www.sse.com.cn/market/bonddata/livelybond/ 85% confidence verified: 2026-03-14

上交所活跃债券。

API Endpoint

GET https://query.sse.com.cn/commonQuery.do
ParameterDescription
sqlId= COMMON_SSE_CP_ZQ_ZQLB_JBXX_C 数据查询标识

Notes

⚠ 需要 Referer header
⚠ 返回 JSONP 格式,需去掉回调函数包装

Action Steps Template

调用 livelybond.setlivelybondParams() 刷新页面数据。

[
  {
    "type": "exec_js",
    "code": "livelybond.setlivelybondParams()",
    "wait": 3000
  }
]

Example (date = 2025-03-10):

[
  {
    "type": "exec_js",
    "code": "livelybond.setlivelybondParams()",
    "wait": 3000
  }
]
Copy raw JSON for agent
VeriGlow Agent Map — crowdsourced web data maps for AI agents