{
"domain": "www.sse.com.cn",
"url": "https://www.sse.com.cn/market/view/",
"title": "市场总览",
"summary": "上交所市场总览。",
"method": "GET",
"endpoint": "https://query.sse.com.cn/commonQuery.do",
"headers": {
"Referer": "https://www.sse.com.cn/market/view/"
},
"params": {
"sqlId": {
"value": "COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L",
"description": "数据查询标识"
},
"PRODUCT_NAME": {
"value": "股票,主板,科创板"
}
},
"confidence": 0.85,
"auto_discovered": true,
"last_verified": "2026-03-14",
"caveats": [
"需要 Referer header",
"返回 JSONP 格式,需去掉回调函数包装"
],
"action_steps_template": {
"description": "在浏览器中回放到指定日期的操作步骤。将 {{date}} 替换为 YYYY-MM-DD 格式的目标日期。",
"steps": [
{
"type": "exec_js",
"code": "document.querySelector('.js_date input').value = '{{date}}'",
"wait": 0
},
{
"type": "exec_js",
"code": "marketGeneralPicture.setactivityStarParams()",
"wait": 3000
}
],
"example": [
{
"type": "exec_js",
"code": "document.querySelector('.js_date input').value = '2026-03-24'",
"wait": 0
},
{
"type": "exec_js",
"code": "marketGeneralPicture.setactivityStarParams()",
"wait": 3000
}
]
}
}
上交所市场总览。
| Parameter | Description |
|---|---|
| sqlId | = COMMON_SSE_SJ_GPSJ_GPSJZM_TJSJ_L 数据查询标识 |
| PRODUCT_NAME | = 股票,主板,科创板 |
在浏览器中回放到指定日期的操作步骤。将 {{date}} 替换为 YYYY-MM-DD 格式的目标日期。
[
{
"type": "exec_js",
"code": "document.querySelector('.js_date input').value = '{{date}}'",
"wait": 0
},
{
"type": "exec_js",
"code": "marketGeneralPicture.setactivityStarParams()",
"wait": 3000
}
]
Example (date = 2025-03-10):
[
{
"type": "exec_js",
"code": "document.querySelector('.js_date input').value = '2026-03-24'",
"wait": 0
},
{
"type": "exec_js",
"code": "marketGeneralPicture.setactivityStarParams()",
"wait": 3000
}
]