get_candle_borders: Get Possible Candle 'from-till' Values for a Security

View source: R/candles.R

get_candle_bordersR 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)

moexer documentation built on Jan. 6, 2023, 1:18 a.m.