Dataset

Max

Technical Indicators

Daily MA / RSI / MACD technical indicators per stock, derived from daily prices, with the adjusted/unadjusted basis labeled.

What this data is

Each row is one security on one trading day for one calculation basis, carrying moving averages (ma_5 / ma_20 / ma_60), relative strength (rsi_14), and MACD (macd_line / macd_signal / macd_hist), with indicator_basis marking whether the adjusted (close) or unadjusted (close_unadjusted) close was used. Indicators are derived from equity_daily_prices; the series start carries warmup nulls (expected). Keyed on trade_date and point-in-time safe.

Use cases

  • Read trend and momentum from MA crossovers and RSI overbought/oversold.
  • Backtest momentum, trend-following, and mean-reversion strategies.
  • Keep the adjusted/unadjusted basis consistent to avoid ex-rights distortion.

Why it matters for stock analysis

Computing indicators yourself invites errors in price adjustment, warmup, and parameters; taking a consistent, point-in-time-safe series removes that work and keeps backtests free of look-ahead.

Coverage / Freshness / Source Policy

Per ticker, per trading day, across TWSE / TPEx listed stocks; every row states its calculation basis (adjusted / unadjusted). Keyed on trade_date, point-in-time safe; warmup nulls at series start.

Daily, updated alongside daily prices.

Derived from official TWSE / TPEx daily prices; not investment advice.

Developer entry points

Related links