powered by
Makes a request to the server, and returns an data.table object with information about instrument if successful.
getTickerInfo(token = "", live = FALSE, ticker = "", verbose = FALSE)
token from Tinkoff account
live trading - TRUE or sandbox (paper) trading - FALSE (default)
internal tinkoff code for instrument
display status of retrieval (default FALSE)
returns an data.table object containing the information about instrument.
As described by the official Tinkoff Investments documentation
getSymbolInfo
# NOT RUN { live = FALSE token = 'your_sandbox_token_from_tcs_account' getTickerInfo(token,live,'SBER') # }
Run the code above in your browser using DataLab