Fix for stock price fetch from ASX

2018-03-08 Thread ln . mailinglists
Hi Chris, Thanks for the fast fix on this - much appreciated.  Do you know when this change is likely to be rolled out to CPAN? (no urgency on my part - just curious about when I should plan to run the update). Cheers, Larry Date: Thu, 8 Mar 2018 14:45:32 +1100 From: "Chris Good" To: "'GnuCash Us

Finance-Quote 1.47 Unable to retrieve Currency quotes

2018-02-22 Thread ln . mailinglists
If you take a look in the Quote.pm perl module, the currency conversion method calls the alpha vantage CURRENCY_EXCHANGE_RATE function. As far as I can see this is the *only* source of exchange rate data available in Finance::Quote (at least assuming you are using version 1.47). Given this, any set

Finance-Quote 1.47 Unable to retrieve Currency quotes

2018-02-22 Thread ln . mailinglists
Hi Richard, It's definitely alphavantage for currency - you can check the data URL early in the Quote.pm module. I'd agree with Adriano's assessment that the problem is server side.  I did a test this morning where I repeatedly requested quotes from gnucash - the first four attempts sucessfully gra

Re: Online quotes fetching latest stock price but incorrect date; currency exchange rate also not working

2018-02-18 Thread ln . mailinglists
Hi Justin, I've been chasing this issue for a couple of weeks - I'm pretty sure this is an ASX specific problem. Unfortunately, I think the problem lies in the alpha vantage data source - we're going to need to chase up with them to sort a fix, and may then need an update to Finance::Quote as well.

Finance::Quote - ASX problems (alphavantage and ASX sources)

2018-02-08 Thread ln . mailinglists
Hi All, Just a quick heads up that neither source for ASX share prices is working properly/consistently at the moment (or at least I haven't worked out the consistency issues with alpha vantage).  1) The old (and most reliable) "Single" source data feed direct from the ASX stopped working on/aro