get_ohlcv
Fetch raw OHLCV candlestick bars for a symbol to examine price action or run your own calculations. Get open, high, low, close, and volume for a chosen interval and bar count.
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 use get_technical_indicators; for a verdict 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |