download_multiple
Download historical prices for multiple stock symbols in one batch call. Returns date-indexed OHLCV data for each symbol, avoiding repeated single-symbol requests.
Instructions
Download historical prices for MULTIPLE symbols at once.
Efficient batch alternative to calling get_historical_prices repeatedly.
Returns a per-symbol dict of date-indexed OHLCV data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| period | No | 1mo | |
| symbols | Yes | ||
| interval | No | 1d | |
| auto_adjust | No |