query_iss | R Documentation |
See http://iss.moex.com/iss/reference/ for the list of available endpoints.
query_iss(rest_path, params = list(), debug_output = getOption("moexer.debug"))
rest_path |
A REST path appended to |
params |
A HTTP GET query parameters string, passed as a |
debug_output |
Print REST URLs as they are queried. |
A list of tibbles, corresponding to the blocks in the response.
## Not run:
query_iss(
rest_path = 'securities/SBER',
params = list(iss.only = 'description'),
debug_output = TRUE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.