Retrieve time-series data for specific technical indicators including SMA, RSI, MACD, and Bollinger Bands. Build custom technical analysis and charting tools.
Use Case: Overlay 50-day and 200-day moving averages on a stock price chart for trend analysis.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
(Required) Stock ticker symbol
(Required) Chart resolution (e.g. 1, 5, 15, 30, 60, D, W, M)
(Required) Indicator type
sma, rsi, macd, bbands (Required) Start timestamp (Unix seconds)
(Required) End timestamp (Unix seconds)
(Optional) Period for SMA/RSI/BBANDS
(Optional) MACD fast period
(Optional) MACD slow period
(Optional) MACD signal period