Downloads Symbols
to specified env
from
getSymbols(
will
in turn call this method. It is documented for the
sole purpose of highlighting the arguments accepted,
and to serve as a guide to creating additional
getSymbols 'methods'.
getSymbols.oanda(Symbols,
env,
return.class = "xts",
from = "2007-01-01",
to = Sys.Date(),
...)
Oanda data is 7 day daily average price data, that is Monday through Sunday. There is a limit of 2000 days per request, and getSymbols will fail with a warning that the limit has been exceeded.
getSymbols.FRED
,
getSymbols
getSymbols("USD/EUR",src="oanda")
getSymbols("USD/EUR",src="oanda",from="2005-01-01")
Run the code above in your browser using DataLab