get_price_history
Fetch historical price data for any stock symbol using custom time periods and intervals, enabling trend analysis and data-driven decisions.
Instructions
Fetch historical price data for a given stock symbol over a specified period and interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period to retrieve data for (e.g. '1d', '1mo', '1y'). | 1mo |
| symbol | Yes | The stock symbol | |
| interval | No | Data interval frequency (e.g. '1d', '1h', '1m') | 1d |
| chart_type | No | Type of chart: 'price_volume' for candlestick with volume bars, 'vwap' for Volume Weighted Average Price, or 'volume_profile' for volume distribution by price level |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |