Description Usage Arguments Details Value Note Author(s) See Also Examples
View source: R/getSymbolInfo.R
Makes a request to the server, and returns an data.table object with information about instrument if successful.
1 | getSymbolInfo(token = "", live = FALSE, figi = "", verbose = FALSE)
|
token |
token from Tinkoff account |
live |
live trading - TRUE or sandbox (paper) trading - FALSE (default) |
figi |
internal tinkoff code for instrument |
verbose |
display status of retrieval (default FALSE) |
As described by the official Tinkoff Investments documentation
returns an data.table object containing the information about instrument.
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
1 2 3 | live = FALSE
token = 'your_sandbox_token_from_tcs_account'
getSymbolInfo(token,live,figi = 'BBG005HLTYH9')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.