powered by
See http://iss.moex.com/iss/reference/ for the list of available endpoints.
query_iss(rest_path, params = list(), debug_output = getOption("moexer.debug"))
A list of tibbles, corresponding to the blocks in the response.
A REST path appended to iss_base_url.
iss_base_url
A HTTP GET query parameters string, passed as a list (not URL-escaped!)
list
Print REST URLs as they are queried.
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