stock_history
Get historical stock price data - open, high, low, close, and volume (OHLCV). Supports intraday (1-minute) through multi-year (5-year, max) ranges. Use this for "how has AAPL performed this year?", "show me the price chart for Tesla", "what was the stock price last month?", "historical performance", or any stock price history question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time range (default: "1mo") | |
| symbol | Yes | Stock ticker symbol (e.g., "AAPL") | |
| interval | No | Data interval (default: "1d") |