Description Usage Arguments Value
Get all stock data of specified columns and date range
1 2 3 4 |
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 |
symbols |
Symbol list for subsetting the data |
verbose |
Output messages. |
sma.lens |
SMA calculation lengths by integer vector |
sd.lens |
SD calculation lengths by integer vector |
avg.tover.lens |
Average turnover calculation lengths by integer vector |
open.gap.coef.lens |
Open Gap Coef calculation lengths by integer vector |
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.