Still it seems that it is not downloading data properly. For example
observation for date "2008-12-09 " is missing :

> tail(dat2, 30)
2008-10-02 2008-10-06 2008-10-08 2008-10-16 2008-10-20 2008-10-21 2008-10-22
2008-10-24 2008-10-27 2008-10-29 2008-10-30 
   2.68125    2.36875    5.37500    1.93750    1.51250    1.28125    1.11875   
1.28125    1.26875    1.14000    0.73125 
2008-10-31 2008-11-07 2008-11-10 2008-11-12 2008-11-13 2008-11-14 2008-11-17
2008-11-18 2008-11-19 2008-11-20 2008-11-24 
   0.40625    0.33125    0.35000    0.38250    0.40000    0.41250    0.40000   
0.40000    0.43750    0.44375    0.80625 
2008-11-25 2008-11-26 2008-12-08 2008-12-10 2008-12-11 2008-12-12 2008-12-15
2008-12-16 
   0.93125    0.98750    0.18625    0.12500    0.11500    0.11875    0.11938   
0.15938 

Can anyone please tell me whether I missing something?








RON70 wrote:
> 
> I was trying to dw data from Economagic
> [http://www.economagic.com/em-cgi/data.exe/libor/day-ussnon], using
> following code :
> 
> library(fimport)
> dat2 = economagicSeries("libor/day-ussnon", frequency = "daily")
> 
> Here I see that data is not complete, downloaded data starts from
> "2007-12-31 ", whereas actual data is available from 2001.
> 
> secondly, how I convert that data to a Zoo-object?
> 

-- 
View this message in context: 
http://www.nabble.com/Downloading-data-from-Economagic-tp21215913p21216192.html
Sent from the R help mailing list archive at Nabble.com.

        [[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