Hi again,

I am looking some way to download this data:

http://www.cmegroup.com/trading/interest-rates/stir/eurodollar_quotes_openOutcry.html

So far I have tried following code:

library(XML)
data <- xmlParse("
http://www.cmegroup.com/trading/interest-rates/stir/eurodollar_quotes_openOutcry.html
")

However not be able to get in right way.

Really appreciate if someone point me on right approach.

Thanks for your time.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to