fetch_stock_data
Retrieve comprehensive stock data including general info and historical market data for any ticker symbol over a specified period.
Instructions
Fetches comprehensive stock data for a given symbol.
Args: stock_symbol: The stock ticker symbol (e.g., 'TSLA'). period: The period to analyze (e.g., '1mo', '3mo', '1y').
Returns: A dictionary combining general stock info and historical market data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 1mo | |
| stock_symbol | Yes |