get_market_analysis
Get price action and 50+ technical indicators for a symbol, each with standard readings for overbought/oversold and signal-line crosses. Evidence without a default buy/sell score.
Instructions
Price action and 50+ technical indicators for a symbol, reported as measured values with each indicator's own standard reading (oversold / overbought, above / below its signal line, inside / outside its band).
This is the usual starting point for a single symbol. For the full picture including fundamentals, filings and insider activity, call get_company_profile instead of chaining calls.
No BUY/SELL score is produced unless you ask for one. The composite verdict is a fixed-weight heuristic that underperformed buy-and-hold in backtest, and an unvalidated score anchors judgment even when it is labelled unvalidated — so the default is to hand back the evidence and leave the call to the reader.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of historical bars to analyze. | |
| 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 |
| include_verdict | No | Set true to also compute the composite BUY/SELL score. Off by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |