0

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.

geisterfurz007
  • 5,292
  • 5
  • 33
  • 54
  • Looks like you have to make calls for each new symbol in that package. You'd have to write a small for-loop to do it. – Patrick Collins Nov 12 '19 at 22:42
  • thanks! Then it means basically the maximum number of the calls in 500 per day - and seems there is no way to increase it – endinem Nov 14 '19 at 04:57
  • Correct. To maintain performance for all standard key users, the max number of calls a day is 500. Premium key holders have unlimited. – Patrick Collins Nov 14 '19 at 21:07

0 Answers0