Index Weight
Constituent stock weights for major indices. Useful for tracking index rebalancing and passive fund flows.
GET /v2/indices/index-weightcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/indices/index-weight?symbol=399300.SZ&limit=10"
Parameters
Name
Type
Required
Description
symbol
string
No
Index code
start_date
string
No
Start date (YYYYMMDD)
end_date
string
No
End date (YYYYMMDD)
trade_date
string
No
Trading date YYYYMMDD (single day)
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Response Fields
Field
Type
Description
symbol
string
Index code
trade_date
string
Effective date
con_symbol
string
Constituent stock code
weight
number
Weight in index %
Esc