schwab_price_history
Retrieve historical stock price data for any symbol with customizable time periods and frequency intervals.
Instructions
Get price history for a stock symbol.
Args:
symbol: Stock ticker symbol
period_type: Type of period ('day', 'month', 'year', 'ytd')
period: Number of periods
frequency_type: Frequency type ('minute', 'daily', 'weekly', 'monthly')
frequency: Frequency valueInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| period_type | No | day | |
| period | No | ||
| frequency_type | No | minute | |
| frequency | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||