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