Skip to content
Prev 13225 / 15274 Next

I know I should be able to figure this out...

I think you're overthinking. Look at the auto.assign arg to getSymbols. 

for(x in tickers){
   data <- getSymbols(x, auto.assign=FALSE)
   # Process `data` ...
}

Michael