compare_tickers
Rank two or more tickers against each other by a single metric (total_return, volatility, sharpe, max_drawdown, last_price). Symbols that cannot be resolved (or lack enough history) are skipped and noted in warnings rather than failing the call. Returns a ranked list of {ticker, value, rank, currency} (rank 1 = best). (paid: $0.0050/call)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | 1y | |
| metric | No | total_return | |
| tickers | Yes |