get_historical_stock_prices
Retrieve historical stock prices for any ticker by specifying a time period and data interval. Access pricing data from Yahoo Finance.
Instructions
Get historical stock prices for a given period and interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol. | |
| period | No | Time period (e.g., "1mo", "1y", "max"). | |
| interval | No | Data interval (e.g., "1d", "1wk", "1mo"). |