Learn R Programming

moexer (version 0.3.0)

query_iss: 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"))

Value

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

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.

Examples

Run this code
if (FALSE) {
query_iss(
    rest_path = 'securities/SBER',
    params = list(iss.only = 'description'),
    debug_output = TRUE
)
}

Run the code above in your browser using DataLab