stock_historical
Retrieve historical stock price data including OHLCV and summary statistics for analysis. Specify ticker symbol, time period, and data interval to access global market information.
Instructions
Get historical price data for any global stock.
Returns OHLCV data with summary stats.
Args: symbol: Stock ticker (e.g., AAPL, MSFT, TSLA) period: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max interval: 1m, 5m, 15m, 30m, 1h, 1d, 5d, 1wk, 1mo
Examples: stock_historical("AAPL", "1y", "1d") → Apple 1 year daily stock_historical("TSLA", "3mo", "1wk") → Tesla 3 month weekly
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| period | No | 1mo | |
| interval | No | 1d |