# NOT RUN {
# Multiple quotes at the same time
stocks_quote(c("VTI", "VOO", "TSLA"))
# }
# NOT RUN {
df <- stocks_hist(symbols = c("VTI", "FB", "FIW"), from = Sys.Date() - 180)
print(head(df))
plot(df)
# }
Run the code above in your browser using DataLab