No price updates anymore

Mike Alexander mta at umich.edu
Thu Feb 13 22:36:25 EST 2014


--On February 12, 2014 5:50:20 PM -0800 liberace 
<philsdutchie at gmail.com> wrote:

> Hi,
>
> Since yesterday I cant update the prices anymore. The error message is
> "*There was an unknown error while retrieving the price quotes*.

Yahoo changed URL for their quote service, or more likely turned off 
the old one since the new one doesn't seem all that new.  The attached 
patch seem to fix the problem.

          Mike

-------------- next part --------------
diff --git a/lib/Finance/Quote/Yahoo/USA.pm b/lib/Finance/Quote/Yahoo/USA.pm
index 073c4ea..1a0deb4 100644
--- a/lib/Finance/Quote/Yahoo/USA.pm
+++ b/lib/Finance/Quote/Yahoo/USA.pm
@@ -41,7 +41,7 @@ $VERSION = '1.18';
 
 # URLs of where to obtain information.
 
-$YAHOO_URL = ("http://finance.yahoo.com/d");
+$YAHOO_URL = ("http://finance.yahoo.com/d/quotes.csv");
 
 sub methods {return (canada   => \&yahoo,
                      usa      => \&yahoo,


More information about the gnucash-user mailing list