get_historical_chart
Retrieve historical stock price data with customizable time intervals to analyze market trends and performance over specific periods.
Instructions
Get historical price data with flexible time intervals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol | |
| interval | Yes | Time interval | |
| from | No | Start date in YYYY-MM-DD format (optional) | |
| to | No | End date in YYYY-MM-DD format (optional) |