query_iss {moexer}R Documentation

Submit a REST Query to ISS

Description

See http://iss.moex.com/iss/reference/ for the list of available endpoints.

Usage

query_iss(rest_path, params = list(), debug_output = getOption("moexer.debug"))

Arguments

rest_path

A REST path appended to iss_base_url.

params

A HTTP GET query parameters string, passed as a list (not URL-escaped!)

debug_output

Print REST URLs as they are queried.

Value

A list of tibbles, corresponding to the blocks in the response.

Examples

## Not run: 
query_iss(
    rest_path = 'securities/SBER',
    params = list(iss.only = 'description'),
    debug_output = TRUE
)

## End(Not run)

[Package moexer version 0.3.0 Index]