get_historical_data
Fetch historical stock data for a specified symbol and period (e.g., 1d, 5d, 1mo, 1y) to analyze price trends.
Instructions
Fetch historical stock data.
Args:
symbol: Stock ticker symbol
period: Period of data (e.g., 1d, 5d, 1mo, 3mo, 1y)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 5d | |
| symbol | Yes |