getSliceDataSharadar: Get all stock data of specified columns and date range from...

Description Usage Arguments Value

View source: R/getSliceData.R

Description

Get all stock data of specified columns and date range from Sharadar

Usage

1
2
getSliceDataSharadar(dbcon.str, columns, start.date = Sys.Date() - 365,
  end.date = Sys.Date(), verbose = FALSE)

Arguments

dbcon.str

Connection string for Sharadar or QuoteMedia.

columns

columns to retrieve (valid columns = open, high, low, close, adj.open, adj.high, adj.low, adj.close, volume, tover, dividend, roc.pc2tc, roc.pc2to, roc.to2tc, sma, sd, avg.tover and open.gap.coef)

start.date

start date by "yyyy-mm-dd" format

end.date

end date by "yyyy-mm-dd" format

verbose

Output messages.

Value

List of all stock data of specified column as data.table format


tmk-c/myrlib documentation built on May 29, 2019, 1:44 p.m.