get_historical_prices
Retrieve OHLC price history for any stock over a specified period and bar interval.
Instructions
Retrieve OHLC price history for a stock over a given period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | How far back to retrieve data (default 1mo) | 1mo |
| symbol | Yes | Stock ticker symbol | |
| interval | No | Bar interval (default 1d) | 1d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | Yes | ||
| period | Yes | ||
| symbol | Yes | ||
| interval | Yes |