Skip to content

priceIts

3 messages · Mulholland, Tom, Brian Ripley, Dirk Eddelbuettel

#
Well I downloaded the data using the link in your message which suggests that the code is right. I don't have its loaded (I assume it's from the irregular time series package) so I can't test the code as you have it. 

Have you tried checking to see it it is an issue with the internet (your browser, blocked sites etc) rather than a problem in R?

Tom
http://www.R-project.org/posting-guide.html
#
On Thu, 29 Sep 2005, Mulholland, Tom wrote:

            
The package is called its, as the message correctly said.
chart.yahoo.com is notoriously fickle (as we have seen from the tseries 
example using it).  Note that the first command (which gave me no error) 
also downloaded from there, so this is not going to be an access issue. 
I do get a 404 error on that URL (from two separate ISPs), but not if gdax 
is twice replaced by ftse.

I do think the posting guide makes clear this is an issue for the 
package maintainer, not for R-help.

  
    
#
Prof Brian Ripley <ripley <at> stats.ox.ac.uk> writes:
Maybe we should update the base URL. I maintain CPAN's Finance::YahooQuote
(and am author of two apps, also on CPAN, which use it fairly heavily) and 
this has been nothing but rock solid in the six years that I've been scraping 
data from Yahoo, often at a once-a-minute frequency (for the smtm quote display
tool). Of note is that Finance::YahooQuote uses a different machine:

   $QURLbase = "http://quote.yahoo.com/d?f=";

but both chart.yahoo.com and quote.yahoo.com appear to be on the same subnet.
Not sure I'll have time to patch tseries, but it is something we may need to
keep in mind.

Hth, Dirk