get_technical_indicators
Retrieve technical indicator values in a markdown table to analyze raw numbers. Choose symbol, interval, and bar count to get data for moving averages, RSI, and more.
Instructions
Returns the latest calculated technical indicator values in markdown table format. Use when you want the raw indicator numbers to reason over yourself. If you want the numbers already interpreted into a BUY/SELL verdict, call get_market_analysis instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of latest bars to return (default 5). | |
| symbol | Yes | The stock symbol (e.g. AAPL, KBANK). | |
| interval | No | Bar interval: D (Daily), M1 (1 min), M5 (5 min), M15 (15 min), M30 (30 min), H1 (1 hour), W (Weekly). | D |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |