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.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
(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