Real-time Quote
Latest intraday quote snapshot — one row per security, continuously refreshed during trading hours. Outside trading hours, returns the last session's closing snapshot.
GET /v2/market/realtimecurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/market/realtime?symbol=600519.SH,000001.SZ"
Parameters
Name
Type
Required
Description
symbol
string
No
Single code or a comma-separated basket (max 200), e.g. 600519.SH,000001.SZ; omit to page the whole market
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Response Fields
Field
Type
Description
symbol
string
Stock/index ticker
name
string
Security name
price
number
Latest traded price
open
number
Open price
high
number
Intraday high
low
number
Intraday low
pre_close
number
Previous close
pct_chg
number
Percent change vs previous close (%)
volume
number
Cumulative volume (shares)
amount
number
Cumulative turnover (CNY)
trade_time
string
Quote timestamp from source
Esc