Technical Factors Pro

Professional-grade technical indicators — 200+ columns per row. Beyond MACD/KDJ/RSI/BOLL/CCI, includes MA, EMA, DMI, ATR, OBV, TRIX, MFI, BBI, BIAS, BRAR, CR, ROC, PSY, WR, ASI and more. Every indicator ships in unadjusted (_bfq), forward-adjusted (_qfq) and backward-adjusted (_hfq) variants.

GET /v2/market/technical-factors-pro
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/market/technical-factors-pro?symbol=000001.SZ&limit=1"

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
ma_qfq_5 / ma_qfq_10 / ma_qfq_20 Simple moving averages (forward-adjusted)
ema_qfq_5 / ema_qfq_12 / ema_qfq_26 Exponential moving averages (forward-adjusted)
macd_dif_qfq, macd_dea_qfq, macd_qfq MACD (forward-adjusted)
rsi_qfq_6 / rsi_qfq_12 / rsi_qfq_24 RSI (forward-adjusted)
_bfq / _qfq / _hfq Each indicator in 3 variants — unadjusted / forward / backward