This function lets the user download stocks historical data
get_stocks_hist(symbols = NA, from = NA, today = TRUE, tax = 30,
verbose = TRUE)
Character Vector. List of symbols to download historical data. Example: c('VTI','TSLA')
Date. Since when do you wish to download historical data
Boolean. Do you wish to additionaly download today's quote?
Numeric. How much does of your dividends does the taxes take? Range from 0 to 99
Boolean. Print results and progress while downloading?