price_history
Retrieve historical price data (OHLCV) for financial assets to analyze market trends and calculate summary statistics for informed investment decisions.
Instructions
Get historical price data (OHLCV) for a ticker.
Returns open, high, low, close, and volume for each period, plus summary statistics (min, max, avg price, total volume).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol (e.g., AAPL, BTC-USD) | |
| period | No | Period: 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, max | 1mo |
| interval | No | Interval: 1d, 1wk, 1mo | 1d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||