Price history
get_price_historyGet historical OHLCV candles with summary metrics like return, drawdown, and volatility, plus optional technical indicators for charting or analysis.
Instructions
OHLCV candles with a computed summary (return, high/low, max drawdown, annualised volatility, average volume) and optional standard technical indicators — all numeric, chart-ready, no interpretation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | YYYY-MM-DD, exclusive | |
| start | No | YYYY-MM-DD | |
| period | No | Lookback (ignored when start is given) | 6mo |
| symbol | Yes | e.g. THYAO, XU100, USDTRY | |
| interval | No | Intraday intervals only cover recent weeks | 1d |
| max_rows | No | ||
| include_indicators | No | Add SMA/EMA/RSI/MACD/Bollinger/ATR series and latest values |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||