Technical Factors
Daily technical indicators (MACD, KDJ, RSI, Bollinger Bands, CCI) and forward/backward adjusted prices.
GET /v2/market/technical-factorscurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/market/technical-factors?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)
Key Response Fields
Field
Description
close_qfq / close_hfq
Forward / backward adjusted close price
macd_dif, macd_dea, macd
MACD indicator (DIF, DEA, histogram)
kdj_k, kdj_d, kdj_j
KDJ oscillator
rsi_6, rsi_12, rsi_24
RSI (6/12/24 period)
boll_upper, boll_mid, boll_lower
Bollinger Bands
cci
Commodity Channel Index
Esc