| get_candle_borders {moexer} | R Documentation | 
Get Possible Candle from-till Values for a Security
Description
REST path:
/engines/[engine]/markets/[market]/boards/[board]/securities/[security]/candleborders
(see http://iss.moex.com/iss/reference/48).
Usage
get_candle_borders(secid, ...)
Arguments
| secid | A vector of security ID's. | 
| ... | Further arguments to query_iss. | 
Details
To get the engine-market-board path a separate get_security_info query is
made and the board with is_primary = 1 is selected.
Value
A tibble with possible from-till values for each interval;
additionally the intervals-durations mapping tibble is joined.
Examples
## Not run: 
get_candle_borders(secid = c('SBER', 'FXGD'))
## End(Not run)
[Package moexer version 0.3.0 Index]