getData: Fetch Data

Description Usage Arguments Value See Also

Description

Fetches data from historical data service

Usage

1
getData(dateRange, symbol, type, period = NULL, isLocal = NULL)

Arguments

dateRange

A character vector of length two c("YYYY-MM-DD","YYYY-MM-DD").

symbol

A character vector of length 1 that denotes a symbol.

period

A character value is used with bar datatype to analyze data in different time segments.One of "1min","5min","1hour" and "1day".

dataType

A character value to analyze various types of data .One of " trade"," bestbidoffer"," depth", " openinterest" and " bar".

Value

A data frame object is returned in "trade","bestbidoffer","depth","openinterest" and "bar" dataTypes.

See Also

trade, bestbidoffer, depth, openinterest, bar


martingale/Rmatriksdata documentation built on May 21, 2019, 12:38 p.m.