get_technical_indicators
Retrieve technical indicators like RSI, MACD, and Bollinger Bands for stock analysis by specifying symbol, indicator type, and timeframe.
Instructions
Get technical indicators (RSI, MACD, Bollinger Bands, etc.).
Args:
symbol: Stock symbol (e.g., AAPL, MSFT)
indicator: Technical indicator (RSI, MACD, BBANDS, SMA, EMA, STOCH, ADX, WILLR)
timeframe: Time frame for the data (MINUTE, FIVE_MINUTES, FIFTEEN_MINUTES, THIRTY_MINUTES, HOUR, DAILY, WEEKLY, MONTHLY)
time_period: Time period for the indicator calculation (default: 14)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| indicator | Yes | ||
| timeframe | No | 1Day | |
| time_period | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| success | Yes | ||
| timestamp | No |