Re: [GNC] Unable to download more than 5 currency exchange rates

2020-04-28 Thread Mike Alexander
On 26 Apr 2020, at 4:36, davygc wrote: It seems that the quote for exchange rate is not handled by Alphavantage.pm and the cause of the problem is the limitation of 5 quote per minute. This is a bug in Finance::Quote which I fixed some time ago. My fix was merged into the master branch on M

Re: [GNC] Unable to download more than 5 currency exchange rates

2020-04-27 Thread Chris Good
aster Regards, Chris Good Message: 7 Date: Mon, 27 Apr 2020 12:56:09 +0800 From: Davy Roid To: gnucash-user@gnucash.org Subject: Re: [GNC] Unable to download more than 5 currency exchange rates Message-ID: Content-Type: text/plain; charset="UTF-8" I learnt this from Alph

Re: [GNC] Unable to download more than 5 currency exchange rates

2020-04-26 Thread Davy Roid
I learnt this from AlphaVantage.pm and it may not be the best solution. Adding a sleep(13) statement right before the" my $reply = $us->request" (at around line 262) in the Quote.pm will solve the problem. On Sun, Apr 26, 2020, 16:38 davygc wrote: > Again, I am new to GC. I am trying to setup

Re: [GNC] Unable to download more than 5 currency exchange rates

2020-04-26 Thread Davy Roid
I am running GC 3.10 and online quote 1.49 On Sun, Apr 26, 2020, 17:40 Frank H. Ellenberger < frank.h.ellenber...@gmail.com> wrote: > Hello, > > Am 26.04.20 um 10:36 schrieb davygc: > > Again, I am new to GC. > > Welcome here! > It is useful to tell us, which version of GnuCash and, in this case,

Re: [GNC] Unable to download more than 5 currency exchange rates

2020-04-26 Thread Frank H. Ellenberger
Hello, Am 26.04.20 um 10:36 schrieb davygc: > Again, I am new to GC. Welcome here! It is useful to tell us, which version of GnuCash and, in this case, Finance::Quote you are running. > I am trying to setup the chart of account and is > facing a problem - unable to download more than 5 currencie

[GNC] Unable to download more than 5 currency exchange rates

2020-04-26 Thread davygc
Again, I am new to GC. I am trying to setup the chart of account and is facing a problem - unable to download more than 5 currencies exchange rate. I did some experiments. I was unable to download the exchange rate after I removed the Alpha Vantage API key. Therefore, I guess the exchange rate is h