retrieve_stock_data
Retrieve historical stock data for specified tickers, date range, and interval using yfinance. Outputs a dictionary mapping tickers to their historical data for analysis and research.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | ||
interval | No | 1d | |
start_date | Yes | ||
ticker_list | Yes |