I am trying to use getSymbols (quantmod) package in R to download stock prices from a list of stocks that I have in a .csv file.
I have the .csv file imported into R but unsure on how to use getSymbols to read from a .csv file
So I have my list of stock symbols and I want getSymbols to download the price data for each symbol in the list.