[R-SIG-Finance] oanda and yahoo get.hist.quote

Dirk Eddelbuettel edd at debian.org
Mon Oct 15 00:05:10 CEST 2007


On 14 October 2007 at 15:00, Alexander Moreno wrote:
| Hi,
| 
| I have S&P index data (^gspc) that I got from get.hist.quote from yahoo, 
| and fx data from the same function from Oanda.  The Oanda data has 
| 7-days, and the S&P data has 5.  Anyone know how to get them to match up 
| for the same time period?

Start with 

	> install.packages("zoo")
	> library(help=zoo)

Zoo can download these for now and match them automagically.

Dirk

-- 
Three out of two people have difficulties with fractions.



More information about the R-SIG-Finance mailing list