powered by
Makes 4 request to the server, and returns an data.table object with information about available instruments in Tinkoff
getUniverse(token = "", live = FALSE)
token from Tinkoff account
live trading - TRUE or sandbox (paper) trading - FALSE (default)
returns an data.table object containing the list of available stocks,bonds,etfs,currencies.
this function for not from official list of functions.
getCurrencies getBonds getETFs getStocks
getCurrencies
getBonds
getETFs
getStocks
# NOT RUN { live = FALSE token = 'your_sandbox_token_from_tcs_account' getUniverse(token,live) # }
Run the code above in your browser using DataLab