schwab_get_price_history
Get historical OHLCV candle data for a symbol.
Returns a markdown table of the most recent candles within the requested period, capped at the last 30 rows for readability. A footnote line is added when truncation occurs so the agent knows more data was available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| period | No | Number of periods (see valid combinations above). | |
| symbol | Yes | Ticker symbol (equity, ETF, or $-prefixed index). | |
| frequency | No | Frequency interval (only meaningful for "minute" candles). | |
| dpop_token | No | ||
| period_type | No | "day", "month", "year", or "ytd". | month |
| frequency_type | No | "minute", "daily", "weekly", or "monthly". | daily |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |