Yahoo multi-symbol mini price series
yahoo_sparkRetrieve compact close-price history for multiple stocks or indices in a single request. Ideal for building sparklines or side-by-side price comparisons.
Instructions
Compact close-price series for one or more symbols in a single call — handy for sparklines or side-by-side comparisons. Example: { symbols: "AAPL,MSFT,SPY", range: "1mo", interval: "1d" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Look-back window | 1mo |
| symbols | Yes | Comma-separated Yahoo symbols, e.g. AAPL,MSFT,SPY | |
| interval | No | Candle size | 1d |