data_fetch_stock_data_batch
Fetch historical data for multiple stock tickers in one efficient batch call, avoiding repeated single-ticker requests.
Instructions
Fetch historical data for multiple tickers efficiently.
This tool fetches data for multiple stocks in a single call, which is more efficient than calling fetch_stock_data multiple times.
Updated to use separated services following Single Responsibility Principle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | List of ticker symbols (e.g., ["AAPL", "MSFT", "GOOGL"]) | |
| start_date | No | Start date in YYYY-MM-DD format | |
| end_date | No | End date in YYYY-MM-DD format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||