This function lets the user download stocks live data.
stocks_quote(ticks)
Character Vector. Symbols/Tickers to quote in real time.
data.frame with Symbol, Type of stock, Quote time, current value, Daily Change, Market, and Symbol Name.
Other Investment:
daily_portfolio()
,
daily_stocks()
,
etf_sector()
,
splot_change()
,
splot_etf()
,
splot_growth()
,
splot_roi()
,
splot_summary()
,
splot_types()
,
stocks_file()
,
stocks_hist()
,
stocks_obj()
,
stocks_report()
Other Scrapper:
filesGD()
,
get_mp3()
,
holidays()
,
ip_data()
,
readGS()
,
splot_etf()
,
stocks_hist()
,
trendsRelated()
,
writeGS()
# NOT RUN {
# Multiple quotes at the same time
stocks_quote(c("VTI", "VOO", "TSLA"))
# }
Run the code above in your browser using DataLab