technicals_momentum
Compute momentum technical indicators (RSI, MACD, Stochastic, etc.) for specified tickers; price data is retrieved and applied automatically.
Instructions
Momentum technical indicators (RSI, MACD, Stochastic Oscillator, Williams %R, Aroon). Applied to price data automatically — no need to fetch prices first. Requires tickers='AAPL' — use comma-separated values for multiple tickers.
Available indicators: get_money_flow_index, get_williams_percent_r, get_aroon_indicator, get_commodity_channel_index, get_relative_vigor_index, get_force_index, get_ultimate_oscillator, get_percentage_price_oscillator, get_detrended_price_oscillator, get_average_directional_index, get_chande_momentum_oscillator, get_ichimoku_cloud, get_stochastic_oscillator, get_moving_average_convergence_divergence, get_relative_strength_index, get_balance_of_power.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes | Name of the specific metric to calculate, e.g. 'get_asset_turnover_ratio'. Required — omitting it returns the list of available indicators. | |
| tickers | No | Comma-separated ticker symbols, e.g. 'AAPL,MSFT,GOOGL'. | |
| start_date | No | Start of the date range in YYYY-MM-DD format. | 2021-06-22 |
| end_date | No | End of the date range in YYYY-MM-DD format. | 2026-06-21 |
| quarterly | No | Return quarterly data instead of annual when True. | |
| benchmark_ticker | No | Ticker used as the market benchmark, e.g. 'SPY' or '^GSPC'. | SPY |
| period | No | Observation frequency, e.g. 'monthly', 'quarterly', or 'annual'. | daily |
| close_column | No | Value for close_column. | Adj Close |
| window | No | Value for window. | |
| rounding | No | Number of decimal places to round results to. | |
| growth | No | Return period-over-period growth rates instead of absolute values. | |
| lag | No | Number of periods to lag when computing growth rates. | |
| constant | No | Value for constant. | |
| window_1 | No | Value for window_1. | |
| window_2 | No | Value for window_2. | |
| window_3 | No | Value for window_3. | |
| short_window | No | Value for short_window. | |
| long_window | No | Value for long_window. | |
| conversion_window | No | Value for conversion_window. | |
| base_window | No | Value for base_window. | |
| lead_span_b_window | No | Value for lead_span_b_window. | |
| smooth_widow | No | Value for smooth_widow. | |
| signal_window | No | Value for signal_window. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |