getUniverse: Download universe data (stocks,bonds,etfs,currencies)

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/getUniverse.R

Description

Makes 4 request to the server, and returns an data.table object with information about available instruments in Tinkoff

Usage

1
getUniverse(token = "", live = FALSE)

Arguments

token

token from Tinkoff account

live

live trading - TRUE or sandbox (paper) trading - FALSE (default)

Details

this function for not from official list of functions.

Value

returns an data.table object containing the list of available stocks,bonds,etfs,currencies.

Note

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.

Author(s)

Vyacheslav Arbuzov

See Also

getCurrencies getBonds getETFs getStocks

Examples

1
2
3
live = FALSE
token = 'your_sandbox_token_from_tcs_account'
getUniverse(token,live)

tcsinvest documentation built on Aug. 17, 2021, 9:08 a.m.