Could you please anybody give a working example for the getting OHLCV data for multiple stocks with getSymbols.av function from quantmod R package from alpha vantage? This is what I've tried for example:
getSymbols.av(c("JYNT","APPS"),env = en,src="av", api.key=myapi, output.size="full")
but I did not get the data.