get_quotes
Get live price snapshots for up to 100 tickers in one call. Returns current price, change, change percent, and doesn't fail on invalid tickers—use for P&L or current value checks.
Instructions
Live price snapshot for one or more tickers (Alpha Vantage). Pass up to 100 tickers in one call. Returns current price, change, change_pct per symbol; unresolved tickers (typos, delistings) come back as error stubs without failing the batch. Use for 'what's X trading at right now?' or to seed a quick position-level P&L calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | Tickers to quote (e.g. ['AAPL', 'MSFT', 'NVDA']). Max 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |