Learn R Programming

tcsinvest (version 0.1.1)

getQuotes: Download current quotes for instrument

Description

Makes a request to the server, and returns an data.table object with information about orderbook for selected instrument if successful.

Usage

getQuotes(token = "", live = FALSE, figi = "", verbose = FALSE)

Arguments

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)

Value

returns an data.table object containing the requested data with current quotes for instrument.

Details

Information gets from orderbook function. Also gets list of availible status of instrument: break_in_trading, normal_trading, not_available_for_trading, closing_auction, closing_period, discrete_auction, opening_period, trading_at_closing_auction_price

Examples

Run this code
# NOT RUN {
live = FALSE
token = 'your_sandbox_token_from_tcs_account'
getQuotes(token,live,figi = 'BBG005HLTYH9')
# }

Run the code above in your browser using DataLab