Error in financequote.pl
timothyp
egroegboyle at gmail.com
Wed Oct 22 17:51:44 BST 2025
Hi Jack
kmymoney 5.2.1
I have just checked the perl script financequote.pl from the tar
download which has
my $prgnam = "kmymoneyfq.pl";
my $version = "1.00";
While the appimage financequote.pl has
my $prgnam = "financequote.pl";
my $version = "1.1";
In the appimage (all versions), there have been a few changes.
In line 92 if ($usdate != "") {
it should be f ($usdate ne "") {
That is the one error. The other is in the code that calls
financequote.pl from main kmymoney.
There is still some ( debug) code active and its causing problems.
Hope this helps.
Regard
On 22/10/2025 16:13, Jack via KMyMoney-devel wrote:
> - what versions of KMyMoney (from Help/About KMyMoney) and of
> Finance-Quote are you using? (I doubt it matters, but I also don't
> know what might have changed in the Perl code.)
>
> - is there a particular reason you are using finance-quote instead of
> Yahoo Finance or another provided service? (With 5.2.1, under
> Settings/Configure KMyMoney... on the Online Quotes page, select
> "install" to get the latest versions. This approach has changed in an
> attempt to face fewer failures when the services change their
> formatting.)
>
> Can you use Finance-quote directly to fetch a price? I'd like to
> determine if the problem is with what it is actually fetching, or with
> how KMyMoney processes the data it fetched.
>
More information about the KMyMoney-devel
mailing list