get_historical_chart
Retrieve historical price data for a stock symbol with selectable intervals from 1 minute to 4 hours, and optional start and end dates to customize the time range.
Instructions
Get historical price data with flexible time intervals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date in YYYY-MM-DD format (optional) | |
| from | No | Start date in YYYY-MM-DD format (optional) | |
| symbol | Yes | Stock ticker symbol | |
| interval | Yes | Time interval (1min, 5min, 15min, 30min, 1hour, 4hour) |