Get Ohlcv
get_ohlcvFetch raw OHLCV candlestick bars for any symbol to analyze the price series directly, calculate your own metrics, or review recent market action.
Instructions
Fetches raw OHLCV (Open, High, Low, Close, Volume) candlestick bars for a symbol. Use when you need the price series itself — to eyeball recent action or do your own maths. For indicators and a reading of them use get_market_analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of bars to return (default 20). | |
| symbol | Yes | The stock symbol (e.g. AAPL, KBANK). | |
| interval | No | Bar interval (D, M1, M5, M15, M30, H1, W). | D |