Description Usage Arguments Value
View source: R/getDataByColumn.R
Get all stock data of specified column and date range
1 2 | getDataByColumn(sharadar.db, column = "adj.close",
start.date = "2018-01-01", end.date = Sys.Date())
|
sharadar.db |
SHARADAR DB connection string |
column |
column to retrieve (valid columns = adj.open, adj.high, adj.low, adj.close, volume, dividend, close and lastupdated) |
start.date |
start date by "yyyy-mm-dd" format |
end.date |
end date by "yyyy-mm-dd" format |
All stock data of specified column as data.table format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.