I've been using Quantmod in R and been using the
getSymbols(allsymbols, src = 'yahoo', warnings = TRUE)
However I've got a file of over 8000 stocks I want to query and a lot of them aren't valid in Yahoo's data source.
So I'd like to check them against the list of existing stocks and then adjust the list of Symbols to only include valid ones.
I've gone through Quantmod documentation and can't find anything there. Maybe it's not possible within Quantmod, but perhaps another way of doing it?