VeriGlow
veri-glow.com/www.sse.com.cn/market/funddata/volumn/lofvolumn/
Data Internals Reports
Agent Map

Listed Open-End Fund (LOF) Scale

上海证券交易所 · 基金数据 · 上市开放式基金(LOF)规模
2 data functions Dynamic — JS rendered No auth Table: 20 rows × 4 cols
This page displays 上市开放式基金(LOF)规模 data from the Shanghai Stock Exchange. Data is loaded dynamically via JSONP from query.sse.com.cn/commonQuery.do (sqlId: COMMON_SSE_SJ_JJSJ_JJGM_LOFGMTJ_L). Returns a table with columns: 交易日期, 基金代码, 基金扩位简称, 基金规模(万份).

View original page →

Available Data

Agent 可以从这个页面获取什么数据,以及怎样获取。

GET query.sse.com.cn/commonQuery.do Function 1 of 2

JSONP 数据接口,sqlId = COMMON_SSE_SJ_JJSJ_JJGM_LOFGMTJ_L。返回 JSON 数组。

Parameters
NameTypeDescription
sqlId string REQUIRED SQL query identifier: COMMON_SSE_SJ_JJSJ_JJGM_LOFGMTJ_L
jsonCallBack string optional JSONP callback name. Omit for raw JSON.
PRODUCT_TYPE string optional Filter parameter (default: 11%2C14%2C15)
SEARCH_DATE string optional Filter parameter (default: )
type string optional Filter parameter (default: inParams)
Example Request
curl "https://query.sse.com.cn/commonQuery.do?sqlId=COMMON_SSE_SJ_JJSJ_JJGM_LOFGMTJ_L&isPagination=false"
Returns

JSON with table data. Columns:

ColumnTypeExampleDescription
交易日期number20260304交易日期
基金代码number501001基金代码
基金扩位简称string财通精选混合LOF基金扩位简称
基金规模(万份)number433.38基金规模(万份)
Caveats
  • Non-trading days may return empty or zero-filled data
  • Data availability: T+1
  • Overseas IP may get 403 — use a CN-based proxy
GET query.sse.com.cn/queryExpandName.do Function 2 of 2

JSONP 数据接口,sqlId = unknown。返回 JSON 数组。

Parameters
NameTypeDescription
sqlId string REQUIRED SQL query identifier: unknown
jsonCallBack string optional JSONP callback name. Omit for raw JSON.
secCodes string optional Filter parameter (default: 501001%2C501005%2C501006%2C501007%2C501008%2C501009%2C501010%2C501011%2C501012%2C501015%2C501016%)
Example Request
curl "https://query.sse.com.cn/queryExpandName.do?sqlId=unknown&isPagination=false"
Returns

JSON with table data. Columns:

ColumnTypeExampleDescription
交易日期number20260304交易日期
基金代码number501001基金代码
基金扩位简称string财通精选混合LOF基金扩位简称
基金规模(万份)number433.38基金规模(万份)
Caveats
  • Non-trading days may return empty or zero-filled data
  • Data availability: T+1
  • Overseas IP may get 403 — use a CN-based proxy

Page Internals

如果你需要通过浏览器自动化操作此页面,以下是页面的内部结构。

JS Controller
window.overviewDay
Data Method
overviewDay.getOverviewDayList()
Param Method
overviewDay.setOverviewDayParams()
Input
input.form-control.sse_input[name="undefined"][type="text"] — 查询日期
Auth
None — public data, no login required
Browser Automation Recipe

如果直调 API 受阻,以下 action steps 可复现数据获取:

action_steps
// Trigger data load
overviewDay.getOverviewDayList()

// Extract table data
const table = document.querySelector('.table-responsive table')
const rows = [...table.querySelectorAll('tbody tr')].map(tr =>
  [...tr.querySelectorAll('td')].map(td => td.textContent.trim())
)

Agent Reports

使用过此数据源的 Agent 自动提交的调用记录与注意事项。

VeriGlow Agent auto-scan
analyze_page 自动扫描成功。发现 2 个 API 调用,1 个数据表。
2 APIs 1 table