Technical Indicator Data
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.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Stock ticker symbol to research, such as AAPL. Required for this endpoint.
(Required) Chart resolution (e.g. 1, 5, 15, 30, 60, D, W, M)
Technical indicator type. Required; choose the indicator calculation you want returned.
sma, rsi, macd, bbands (Required) Start timestamp (Unix seconds)
(Required) End timestamp (Unix seconds)
(Optional) Period for SMA/RSI/BBANDS
Optional MACD fast period. Use it to control the short moving-average window for MACD calculations.
Optional MACD slow period. Use it to control the long moving-average window for MACD calculations.
Optional MACD signal period. Use it to control the signal-line smoothing window for MACD calculations.