get_historical_candles
Retrieve historical OHLCV candles for Moscow Exchange securities over a specified date range and interval. Specify ticker, board, and dates to get price data for analysis.
Instructions
Get historical OHLCV candles over a date range from the history endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Start date (YYYY-MM-DD) | |
| till | No | End date (YYYY-MM-DD) | |
| board | No | Trading board (e.g. 'TQBR'). Required for historical candles if no default board | |
| engine | No | Trading engine (default 'stock') | stock |
| market | No | Market (default 'shares') | shares |
| interval | Yes | Candle interval in minutes: 1, 10, 60, or 24 (daily) | |
| security | Yes | Security ticker (e.g. 'SBER') |