powered by
Makes a request to the server, and returns a list object with information about all operation related with your account if successful.
getOperations( token = "", live = FALSE, from = Sys.Date() - 5, to = Sys.Date(), verbose = FALSE )
token from Tinkoff account
live trading - TRUE or sandbox (paper) trading - FALSE (default)
from what date download history
to what date download history
display status of retrieval (default FALSE)
returns an data.table object containing the information about all operations in account.
As described by the official Tinkoff Investments documentation
getOrders getTrades
getOrders
getTrades
# NOT RUN { live = FALSE token = 'your_sandbox_token_from_tcs_account' getOperations(token,live) # }
Run the code above in your browser using DataLab