powered by
from-till
REST path: /engines/[engine]/markets/[market]/boards/[board]/securities/[security]/candleborders (see http://iss.moex.com/iss/reference/48).
/engines/[engine]/markets/[market]/boards/[board]/securities/[security]/candleborders
get_candle_borders(secid, ...)
A tibble with possible from-till values for each interval; additionally the intervals-durations mapping tibble is joined.
A vector of security ID's.
Further arguments to query_iss.
To get the engine-market-board path a separate get_security_info query is made and the board with is_primary = 1 is selected.
engine-market-board
is_primary = 1
if (FALSE) { get_candle_borders(secid = c('SBER', 'FXGD')) }
Run the code above in your browser using DataLab