Description Usage Arguments Details Value Note Author(s) See Also Examples
Makes 4 request to the server, and returns an data.table object with information about available instruments in Tinkoff
1 | getUniverse(token = "", live = FALSE)
|
token |
token from Tinkoff account |
live |
live trading - TRUE or sandbox (paper) trading - FALSE (default) |
this function for not from official list of functions.
returns an data.table object containing the list of available stocks,bonds,etfs,currencies.
Not for the faint of heart. All profits and losses related are yours and yours alone. If you don't like it, write it yourself.
Vyacheslav Arbuzov
getCurrencies
getBonds
getETFs
getStocks
1 2 3 | live = FALSE
token = 'your_sandbox_token_from_tcs_account'
getUniverse(token,live)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.