Adjustment Factor
Daily adjustment factors for calculating forward/backward adjusted prices. Essential for accurate historical price analysis across splits and dividends.
GET /v2/market/adj-factorcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/market/adj-factor?symbol=000001.SZ&start_date=20240101&limit=5"
Parameters
Name
Type
Required
Description
symbol
string
No
Stock code, e.g. 000001.SZ
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
Stock code
trade_date
string
Trading date
adj_factor
number
Adjustment factor
Esc