Learn R Programming

moexer (version 0.3.0)

get_candle_borders: 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, ...)

Value

A tibble with possible from-till values for each interval; additionally the intervals-durations mapping tibble is joined.

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.

Examples

Run this code
if (FALSE) {
get_candle_borders(secid = c('SBER', 'FXGD'))
}

Run the code above in your browser using DataLab