Learn R Programming

lares (version 4.8.4)

stocks_quote: Download Stocks Historical Data

Description

This function lets the user download stocks historical data.

Usage

stocks_quote(ticks)

Arguments

ticks

Character Vector. Symbols/Tickers to quote in real time.

See Also

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()

Examples

Run this code
# NOT RUN {
# Multiple quotes at the same time
stocks_quote(c("VTI","VOO","TSLA"))
# }

Run the code above in your browser using DataLab