Get OHLCV candles
etoro_get_candlesRetrieve OHLCV candle data for any instrument to perform technical analysis and historical price research.
Instructions
Fetch OHLCV candle data for an instrument. Useful for technical analysis and historical price research.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of candles to return (default 10, max 1000) | |
| period | Yes | Candle period | |
| direction | No | Sort: 'asc' (oldest first) or 'desc' (newest first). Default: desc | |
| instrumentId | Yes | Instrument ID |