get_stock_history
Retrieve historical open, high, low, close data for Indian stocks by entering symbol and date range (DD-MM-YYYY).
Instructions
Get historical OHLC data for a stock. Dates in DD-MM-YYYY format. Example: get_stock_history("TCS", "01-01-2025", "01-06-2025")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| to_date | No | ||
| from_date | No |