Index Daily

Daily OHLC data for major Chinese market indices, covering core broad-based and sector benchmarks such as the SSE Composite (000001.SH), CSI 300 (000300.SH) and ChiNext (399006.SZ), with open/high/low/close plus volume, turnover and percent change. Updated each trading day; suitable for market trend analysis, building beta/factor benchmarks, and relative-strength or timing studies. Percent change is in percentage points and turnover is typically in thousand/10k-CNY units.

GET /v2/indices/daily

Parameters

Name Type Required Description
symbol string No Index code, default 000001.SH (SSE Composite)
start_date string No Start date (YYYYMMDD)
end_date string No End date (YYYYMMDD)
trade_date string No Trading date YYYYMMDD (single day)

Common Index Codes

Name
SSE Composite (上证综指)
CSI 300 (沪深300)
SZSE Component (深证成指)
ChiNext (创业板指)
SSE 50 (上证50)

API Example

cURL
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/indices/daily?symbol=000001.SH"
Python SDK
from asharehub import AShareHub

client = AShareHub(api_key="YOUR_KEY")
df = client.index_daily(symbol="000001.SH")
print(df.head())

Sample Data

returns a pandas.DataFrame
symboltrade_datecloseopenhighlowpre_closechangepct_chgvol… +1
000001.SH202606264027.26484098.68644099.77964007.85934120.2806-93.0158-2.2575660108666
000001.SH202606254120.28064103.48174133.09754093.00874110.81349.46720.2303670459917
000001.SH202606244110.81344090.10014117.28484075.49214106.25174.56170.1111644527518