yahoo_finance_ticker_history
Retrieve historical OHLCV data for any Yahoo Finance symbol. Specify symbol, interval, date range, and options like adjustments or splits.
Instructions
Yahoo Finance historical prices. Returns normalized OHLCV points for a symbol. Use either period or start/end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_adjust | No | Adjust OHLC prices with adjusted close | |
| back_adjust | No | Back-adjust OHLC prices while keeping close | |
| end | No | Unix seconds, RFC3339, or YYYY-MM-DD | |
| include_actions | No | Include dividends, splits, and capital gains | |
| include_prepost | No | Include pre/post market data | |
| interval | No | Interval such as 1d, 1h, 5m | |
| keepna | No | Keep fully empty chart rows | |
| period | No | Range such as 1d, 1mo, 1y, max | |
| rounding | No | Round prices to two decimals | |
| start | No | Unix seconds, RFC3339, or YYYY-MM-DD | |
| symbol | Yes | Yahoo Finance symbol such as AAPL |