Description Usage Arguments Value
Get all stock data of specified columns and date range
1 | getSliceColumnsData(dbcon.str, columns, start.date, end.date, verbose)
|
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. |
List of 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.