Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread Fross, Michael via gnucash-user
Thanks all. Yes, I just assumed the module name was the same. I’ll check
when I’m back at my computer, but I’m sure it wo4ks.

Much appreciated.

Michael

On Sun, Apr 14, 2024 at 5:02 PM David Reiser  wrote:

> yahoo_json not YahooJSON
>
>
> --
> Dave Reiser
> dbrei...@icloud.com
>
>
>
>
>
> On Apr 14, 2024, at 17:03, Fross, Michael via gnucash-user <
> gnucash-user@gnucash.org> wrote:
>
> Thanks Bruce for the update.  I've installed it but must be doing something
> wrong.
>
> Syntax seems to work fine for YahooWeb, but I received an error if I do the
> same command with YahooJSON.  HTTP::CookieJar::LWP is installed and up to
> date. I'm not sure how to troubleshoot this effectively.
>
> Any pointers would be appreciated.
>
> Michael
>
> *--Yahoo JSON--*
> C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
> YahooJSON aapl
> Finance::Quote retrieval failed with error Failed to parse result returned
> by Finance::Quote.
> Error message:
> (1): expected value
> Result:
>
> *--Yahoo Web--*
>
>
> C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
> YahooWeb aapl
> aapl:
>  method => yahooweb
>high => 178.36
>  symbol => aapl
>last => 176.55
> success => 1
>name => Apple Inc.
>  volume => 101593300
>date => 04/12/2024
>currency => USD
>open => 174.26
> low => 174.21
>exchange => NasdaqGS - NasdaqGS Real Time Price
> isodate => 2024-04-12
>
> On Sun, Apr 14, 2024 at 3:48 PM david amaral via gnucash-user <
> gnucash-user@gnucash.org> wrote:
>
> Thank you.Installed on windows 11 Gnucash 5.6 flawlesly in an admin
> comand window issued the command and all went without any errors.
>
>On Sunday, April 14, 2024 at 08:45:09 AM GMT-7, Bruce Schuck <
> bsch...@asgard-systems.com> wrote:
>
> On 4/13/24 20:08:20 -0700, Bruce S wrote:
>
> There is some miscellaneous housekeeping and cleanup that needs to be
> done before pushing a final release to CPAN. Plus I had some other
> changes that I was planning for v1.60 but haven't done yet. Instead of
> v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the
> fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.
>
>
> Pre-release F::Q v1.59_01 has been uploaded to CPAN.
>
> To install using cpan or cpanm you must specify the path.
>
> cpan> install BPSCHUCK/Finance-Quote-1.59_01.tar.gz
>
> Bruce S.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread Kalpesh Patel
I have always wondered why two are not in sync...

-Original Message-
From: Bruce Schuck  
Sent: Sunday, April 14, 2024 6:14 PM
To: David Reiser ; Fross, Michael 
Cc: david amaral ; gnucash-user@gnucash.org
Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?

On 4/14/24 3:02 PM, David Reiser wrote:

> yahoo_json not YahooJSON

Yeah... I've made that mistake myself many times. The original author of the 
YahooJSON module chose to name the method (aka subroutine with the name used in 
the Security Editor and on the command line) "yahoo_json". 
Most other modules, the main method has the same name as the module except all 
lower case. I probably should add to the method hash so both 'yahoo_json' and 
'yahoojson' work.

Oh yeah, I'm assuming it's working now that you used the method name?

Bruce S

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread Kalpesh Patel
Verbose; not terse ...  

gnucash-cli.exe --verbose -Q dump yahoo_json aapl

-Original Message-
From: David Reiser  
Sent: Sunday, April 14, 2024 6:02 PM
To: Fross, Michael 
Cc: david amaral ; gnucash-user@gnucash.org; Bruce Schuck 

Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?

yahoo_json not YahooJSON

--
Dave Reiser
dbrei...@icloud.com





> On Apr 14, 2024, at 17:03, Fross, Michael via gnucash-user 
>  wrote:
> 
> Thanks Bruce for the update.  I've installed it but must be doing something
> wrong.
> 
> Syntax seems to work fine for YahooWeb, but I received an error if I do the
> same command with YahooJSON.  HTTP::CookieJar::LWP is installed and up to
> date. I'm not sure how to troubleshoot this effectively.
> 
> Any pointers would be appreciated.
> 
> Michael
> 
> *--Yahoo JSON--*
> C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
> YahooJSON aapl
> Finance::Quote retrieval failed with error Failed to parse result returned
> by Finance::Quote.
> Error message:
> (1): expected value
> Result:
> 
> *--Yahoo Web--*
> C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
> YahooWeb aapl
> aapl:
>  method => yahooweb
>high => 178.36
>  symbol => aapl
>last => 176.55
> success => 1
>name => Apple Inc.
>  volume => 101593300
>date => 04/12/2024
>currency => USD
>open => 174.26
> low => 174.21
>exchange => NasdaqGS - NasdaqGS Real Time Price
> isodate => 2024-04-12
> 
> On Sun, Apr 14, 2024 at 3:48 PM david amaral via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> 
>> Thank you.Installed on windows 11 Gnucash 5.6 flawlesly in an admin
>> comand window issued the command and all went without any errors.
>> 
>>On Sunday, April 14, 2024 at 08:45:09 AM GMT-7, Bruce Schuck <
>> bsch...@asgard-systems.com> wrote:
>> 
>> On 4/13/24 20:08:20 -0700, Bruce S wrote:
>> 
>>> There is some miscellaneous housekeeping and cleanup that needs to be
>>> done before pushing a final release to CPAN. Plus I had some other
>>> changes that I was planning for v1.60 but haven't done yet. Instead of
>>> v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the
>>> fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.
>> 
>> Pre-release F::Q v1.59_01 has been uploaded to CPAN.
>> 
>> To install using cpan or cpanm you must specify the path.
>> 
>> cpan> install BPSCHUCK/Finance-Quote-1.59_01.tar.gz
>> 
>> Bruce S.
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.



___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread Bruce Schuck

On 4/14/24 3:02 PM, David Reiser wrote:


yahoo_json not YahooJSON


Yeah... I've made that mistake myself many times. The original author of 
the YahooJSON module chose to name the method (aka subroutine with the 
name used in the Security Editor and on the command line) "yahoo_json". 
Most other modules, the main method has the same name as the module 
except all lower case. I probably should add to the method hash so both 
'yahoo_json' and 'yahoojson' work.


Oh yeah, I'm assuming it's working now that you used the method name?

Bruce S


OpenPGP_0xFBCD3E088F8FA737.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread David Reiser via gnucash-user
yahoo_json not YahooJSON

--
Dave Reiser
dbrei...@icloud.com





> On Apr 14, 2024, at 17:03, Fross, Michael via gnucash-user 
>  wrote:
> 
> Thanks Bruce for the update.  I've installed it but must be doing something
> wrong.
> 
> Syntax seems to work fine for YahooWeb, but I received an error if I do the
> same command with YahooJSON.  HTTP::CookieJar::LWP is installed and up to
> date. I'm not sure how to troubleshoot this effectively.
> 
> Any pointers would be appreciated.
> 
> Michael
> 
> *--Yahoo JSON--*
> C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
> YahooJSON aapl
> Finance::Quote retrieval failed with error Failed to parse result returned
> by Finance::Quote.
> Error message:
> (1): expected value
> Result:
> 
> *--Yahoo Web--*
> C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
> YahooWeb aapl
> aapl:
>  method => yahooweb
>high => 178.36
>  symbol => aapl
>last => 176.55
> success => 1
>name => Apple Inc.
>  volume => 101593300
>date => 04/12/2024
>currency => USD
>open => 174.26
> low => 174.21
>exchange => NasdaqGS - NasdaqGS Real Time Price
> isodate => 2024-04-12
> 
> On Sun, Apr 14, 2024 at 3:48 PM david amaral via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> 
>> Thank you.Installed on windows 11 Gnucash 5.6 flawlesly in an admin
>> comand window issued the command and all went without any errors.
>> 
>>On Sunday, April 14, 2024 at 08:45:09 AM GMT-7, Bruce Schuck <
>> bsch...@asgard-systems.com> wrote:
>> 
>> On 4/13/24 20:08:20 -0700, Bruce S wrote:
>> 
>>> There is some miscellaneous housekeeping and cleanup that needs to be
>>> done before pushing a final release to CPAN. Plus I had some other
>>> changes that I was planning for v1.60 but haven't done yet. Instead of
>>> v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the
>>> fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.
>> 
>> Pre-release F::Q v1.59_01 has been uploaded to CPAN.
>> 
>> To install using cpan or cpanm you must specify the path.
>> 
>> cpan> install BPSCHUCK/Finance-Quote-1.59_01.tar.gz
>> 
>> Bruce S.
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread Fross, Michael via gnucash-user
Thanks Bruce for the update.  I've installed it but must be doing something
wrong.

Syntax seems to work fine for YahooWeb, but I received an error if I do the
same command with YahooJSON.  HTTP::CookieJar::LWP is installed and up to
date. I'm not sure how to troubleshoot this effectively.

Any pointers would be appreciated.

Michael

*--Yahoo JSON--*
C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
YahooJSON aapl
Finance::Quote retrieval failed with error Failed to parse result returned
by Finance::Quote.
Error message:
(1): expected value
Result:

*--Yahoo Web--*
C:\Program Files (x86)\gnucash\bin>gnucash-cli.exe --verbose -Q dump
YahooWeb aapl
aapl:
  method => yahooweb
high => 178.36
  symbol => aapl
last => 176.55
 success => 1
name => Apple Inc.
  volume => 101593300
date => 04/12/2024
currency => USD
open => 174.26
 low => 174.21
exchange => NasdaqGS - NasdaqGS Real Time Price
 isodate => 2024-04-12

On Sun, Apr 14, 2024 at 3:48 PM david amaral via gnucash-user <
gnucash-user@gnucash.org> wrote:

>  Thank you.Installed on windows 11 Gnucash 5.6 flawlesly in an admin
> comand window issued the command and all went without any errors.
>
> On Sunday, April 14, 2024 at 08:45:09 AM GMT-7, Bruce Schuck <
> bsch...@asgard-systems.com> wrote:
>
>  On 4/13/24 20:08:20 -0700, Bruce S wrote:
>
> > There is some miscellaneous housekeeping and cleanup that needs to be
> > done before pushing a final release to CPAN. Plus I had some other
> > changes that I was planning for v1.60 but haven't done yet. Instead of
> > v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the
> > fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.
>
> Pre-release F::Q v1.59_01 has been uploaded to CPAN.
>
> To install using cpan or cpanm you must specify the path.
>
> cpan> install BPSCHUCK/Finance-Quote-1.59_01.tar.gz
>
> Bruce S.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread david amaral via gnucash-user
 Thank you.Installed on windows 11 Gnucash 5.6 flawlesly in an admin comand 
window issued the command and all went without any errors.

On Sunday, April 14, 2024 at 08:45:09 AM GMT-7, Bruce Schuck 
 wrote:  
 
 On 4/13/24 20:08:20 -0700, Bruce S wrote:

> There is some miscellaneous housekeeping and cleanup that needs to be
> done before pushing a final release to CPAN. Plus I had some other
> changes that I was planning for v1.60 but haven't done yet. Instead of
> v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the
> fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.

Pre-release F::Q v1.59_01 has been uploaded to CPAN.

To install using cpan or cpanm you must specify the path.

cpan> install BPSCHUCK/Finance-Quote-1.59_01.tar.gz

Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-14 Thread Bruce Schuck

On 4/13/24 20:08:20 -0700, Bruce S wrote:


There is some miscellaneous housekeeping and cleanup that needs to be
done before pushing a final release to CPAN. Plus I had some other
changes that I was planning for v1.60 but haven't done yet. Instead of
v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the
fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.


Pre-release F::Q v1.59_01 has been uploaded to CPAN.

To install using cpan or cpanm you must specify the path.

cpan> install BPSCHUCK/Finance-Quote-1.59_01.tar.gz

Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-13 Thread fromvendor
WooHoo!

I'll give it a go once it's out.

Thanks!
-greg


-Original Message-
From: gnucash-user 
[mailto:gnucash-user-bounces+fromvendor=outtacyte@gnucash.org] On Behalf Of 
Bruce Schuck
Sent: Saturday, April 13, 2024 10:08 PM
To: GnuCash User
Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?

Just a quick status.

Just an FYI, I have worked on getting a PR ready using kalpesh Patel's 
changes. I tried applying the same logic to the 
CurrencyRates/YahooJSON.pm currency module with no luck. In that case I 
quickly modified the currency module to utilize the "v8" API. I admit, I 
suck at using the developer tool/console in Chrome and Firefox to figure 
out the magic sauce needed. Big thanks to Mr. Patel on this one.

There is some miscellaneous housekeeping and cleanup that needs to be 
done before pushing a final release to CPAN. Plus I had some other 
changes that I was planning for v1.60 but haven't done yet. Instead of 
v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the 
fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.

Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-13 Thread Bruce Schuck

Just a quick status.

Just an FYI, I have worked on getting a PR ready using kalpesh Patel's 
changes. I tried applying the same logic to the 
CurrencyRates/YahooJSON.pm currency module with no luck. In that case I 
quickly modified the currency module to utilize the "v8" API. I admit, I 
suck at using the developer tool/console in Chrome and Firefox to figure 
out the magic sauce needed. Big thanks to Mr. Patel on this one.


There is some miscellaneous housekeeping and cleanup that needs to be 
done before pushing a final release to CPAN. Plus I had some other 
changes that I was planning for v1.60 but haven't done yet. Instead of 
v1.60, I may upload v1.59_01 tomorrow so people can at least fetch the 
fix for YahooJSON before v1.60 is uploaded and indexed by CPAN.


Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-06 Thread David G. Pickett via gnucash-user
 That's a lot of crontab weirdness for a cosmetic bug of bad code or bad 
install, on top of the flatpak weirdness.  Maybe either there should be some 
command line option to direct Finance::Quotes to the right or unusual 
mechanisms, or Finance::Quotes should just check and move on silently, saving 
the status for part of a message if all run configurations are discovered not 
viable at the end?

The snap installed apps seem more normal, but then I do not run them from cron 
or the command line.  It'd be nicest if the latest GnuCash updates could be 
distributed through normal Ubuntu/Linux Software channels.  I guess they are 
not "Long Term Stable"?  Life on the bleeding edge!  At least once a week, I am 
running "flatpak update -y", "snap refresh", "Software Updater" (obsolescent 
but seems to install stuff that "Software" "Updates" tab wants to install with 
a reboot), and finally "Software" "Updates" tab.

The time of the quote fetch might be a busy time, but I want it after I go to 
bed and before I start clamscan, which is very cpu and file intense.  Of 
course, it has to be after the markets close at 4 Eastern, but the Mutual Fund 
admins sometimes take a while to post their NAVs.  I have to wait a day to get 
Fidelity captive security quotes from their website for some of my 401Ks.  I am 
not sure my quote updates get the NAV or the last or what, but it is just an 
approximation for Net Worth reports of unrealized gain.



On Friday, April 5, 2024 at 01:09:35 PM EDT, Bruce Schuck 
 wrote:  
 
 On 4/5/24 8:50 AM, David G. Pickett wrote:

> The quotes were fetched despite these usual errors, so it is only a 
> cosmetic error.

>  > 2024-04-03 23:45:06 Removed any lck, adding price quotes
>  > flatpak run --command=gnucash-cli org.gnucash.GnuCash --quotes get --
>  > /home/dgp/GnuCash/ubuntu-DGPickett.gnucash
>  > F: X11 socket /tmp/.X11-unix/X0 does not exist in filesystem, 
trying to
>  > use abstract socket instead.
>
>  > ** (process:102885): WARNING **: 23:45:07.118: Failed to connect 
to bus:
>  > Could not connect: Connection refused
>  > Found Finance::Quote version 1.59.
>
> This error is from Flatpak. Could be related to this thread:
>
> https://github.com/flatpak/flatpak/issues/938
> 

Possibly. I noticed this in the GnuCash technical reference 
(https://gnucash.org/docs/v5/C/gnucash-manual.pdf):

=
On Linux if there is no graphic session that has already started the 
dbus, running on your
computer at the time of the quote request, you must do the entry as 
follows instead:

0 16 * * 5 env `dbus-launch` sh -c 'trap "kill $DBUS_SESSION_BUS_PID" EXIT;
gnucash-cli --quotes get ${HOME}/gnucash-filename > /dev/null 2>&1=

For *its and giggles, change the time of your cron job to an hour or so 
before or after 23:45.

Still, I have not been able to duplicate the issue on an Ubuntu 22.04 
virtual machine (VirtualBox) and the current stable Flatpak GnuCash 5.6 
(Build ID: Flathub 5.6-1). I'm running the update every hour.

Bruce S.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-05 Thread Bruce Schuck

On 4/5/24 8:50 AM, David G. Pickett wrote:

The quotes were fetched despite these usual errors, so it is only a 
cosmetic error.



 > 2024-04-03 23:45:06 Removed any lck, adding price quotes
 > flatpak run --command=gnucash-cli org.gnucash.GnuCash --quotes get --
 > /home/dgp/GnuCash/ubuntu-DGPickett.gnucash
 > F: X11 socket /tmp/.X11-unix/X0 does not exist in filesystem, 

trying to

 > use abstract socket instead.

 > ** (process:102885): WARNING **: 23:45:07.118: Failed to connect 

to bus:

 > Could not connect: Connection refused
 > Found Finance::Quote version 1.59.

This error is from Flatpak. Could be related to this thread:

https://github.com/flatpak/flatpak/issues/938



Possibly. I noticed this in the GnuCash technical reference 
(https://gnucash.org/docs/v5/C/gnucash-manual.pdf):


=
On Linux if there is no graphic session that has already started the 
dbus, running on your
computer at the time of the quote request, you must do the entry as 
follows instead:


0 16 * * 5 env `dbus-launch` sh -c 'trap "kill $DBUS_SESSION_BUS_PID" EXIT;
gnucash-cli --quotes get ${HOME}/gnucash-filename > /dev/null 2>&1
=

For *its and giggles, change the time of your cron job to an hour or so 
before or after 23:45.


Still, I have not been able to duplicate the issue on an Ubuntu 22.04 
virtual machine (VirtualBox) and the current stable Flatpak GnuCash 5.6 
(Build ID: Flathub 5.6-1). I'm running the update every hour.


Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-05 Thread David G. Pickett via gnucash-user
 The quotes were fetched despite these usual errors, so it is only a cosmetic 
error.
On Thursday, April 4, 2024 at 09:27:11 PM EDT, Bruce Schuck 
 wrote:  
 
 On 4/4/24 4:02 PM, David G. Pickett wrote:

> Ran OK for me last night, 28 seconds, but running too often seems to 
> create errors:

> 2024-04-03 23:45:01 Start GnuCash_price_cron 
> /home/dgp/GnuCash/ubuntu-DGPickett.gnucash 
> 

> 2024-04-03 23:45:01 Killing gnucash hard

> 2024-04-03 23:45:06 Removed any lck, adding price quotes
> flatpak run --command=gnucash-cli org.gnucash.GnuCash --quotes get -- 
> /home/dgp/GnuCash/ubuntu-DGPickett.gnucash
> F: X11 socket /tmp/.X11-unix/X0 does not exist in filesystem, trying to 
> use abstract socket instead.

> ** (process:102885): WARNING **: 23:45:07.118: Failed to connect to bus: 
> Could not connect: Connection refused
> Found Finance::Quote version 1.59.

This error is from Flatpak. Could be related to this thread:

https://github.com/flatpak/flatpak/issues/938

Since GnuCash is running within a Flatpak, I would first address the 
Flatpak issue. As I suggested in my earlier responses, the problem is 
likely something else with your configuration. Seeing this Flatpak issue 
makes that belief stronger.

I'm curious if you don't have some sort of tmpwatch process removing 
/tmp/.X11-unix or files and directories underneath it. I could imagine 
if it gets removed while the Flatpak is running that strange issues 
could arise.

Bruce S.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-04 Thread Bruce Schuck

On 4/4/24 4:02 PM, David G. Pickett wrote:

Ran OK for me last night, 28 seconds, but running too often seems to 
create errors:


2024-04-03 23:45:01 Start GnuCash_price_cron 
/home/dgp/GnuCash/ubuntu-DGPickett.gnucash 




2024-04-03 23:45:01 Killing gnucash hard



2024-04-03 23:45:06 Removed any lck, adding price quotes
flatpak run --command=gnucash-cli org.gnucash.GnuCash --quotes get -- 
/home/dgp/GnuCash/ubuntu-DGPickett.gnucash
F: X11 socket /tmp/.X11-unix/X0 does not exist in filesystem, trying to 
use abstract socket instead.


** (process:102885): WARNING **: 23:45:07.118: Failed to connect to bus: 
Could not connect: Connection refused

Found Finance::Quote version 1.59.


This error is from Flatpak. Could be related to this thread:

https://github.com/flatpak/flatpak/issues/938

Since GnuCash is running within a Flatpak, I would first address the 
Flatpak issue. As I suggested in my earlier responses, the problem is 
likely something else with your configuration. Seeing this Flatpak issue 
makes that belief stronger.


I'm curious if you don't have some sort of tmpwatch process removing 
/tmp/.X11-unix or files and directories underneath it. I could imagine 
if it gets removed while the Flatpak is running that strange issues 
could arise.


Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-04 Thread David G. Pickett via gnucash-user
 Ran OK for me last night, 28 seconds, but running too often seems to create 
errors:

2024-04-03 23:45:01 Start GnuCash_price_cron 
/home/dgp/GnuCash/ubuntu-DGPickett.gnucash 
2024-04-03 23:45:01 Killing gnucash hard
2024-04-03 23:45:06 Removed any lck, adding price quotesflatpak run 
--command=gnucash-cli org.gnucash.GnuCash --quotes get -- 
/home/dgp/GnuCash/ubuntu-DGPickett.gnucashF: X11 socket /tmp/.X11-unix/X0 does 
not exist in filesystem, trying to use abstract socket instead.
** (process:102885): WARNING **: 23:45:07.118: Failed to connect to bus: Could 
not connect: Connection refusedFound Finance::Quote version 1.59.
2024-04-03 23:45:34 End bash


On Thursday, April 4, 2024 at 01:28:20 PM EDT, david amaral 
 wrote:  
 
  I have been on gnucash for years now and have close to 300 securities that i 
get updates from yahoo.no problems as to yahoo limits
On Thursday, April 4, 2024 at 10:03:26 AM GMT-7, David G. Pickett via 
gnucash-user  wrote:  
 
  My personal portfolio has 26-28 stocks (I recently closed 2 positions) 
(Diversity has it's virtues, and while IRSs are free choice, different 401Ks 
have different restricted choices.)  When it is in a mood to block, it seems to 
block them all, not just the last few.
    On Wednesday, April 3, 2024 at 10:53:03 PM EDT, Bruce Schuck 
 wrote:  
 
 Wed Apr 3 13:40:48 EDT 2024 David G. Pickett wrote:

> Looks good, (only error because I need to switch DIA back to yahoo) 
> and slow but much better.  A later run under cron got lots of
> errors. Do they ration by IP address? If it is by frequency, maybe we
> should purposely send requests only every 10 seconds to simulate a
> human user?  It cannot make it much slower.
I've been meaning to ask how many securities are you attempting to get 
prices for?

Early on in this thread I called out the "500" responses. A "500" 
typically gets returned from a web page if the site has an issue. When 
Yahoo turned off the previous APIs F::Q was using, the HTTP response was 
one of the "40?" that would be expected.

With no one else reporting the same issue my sense is that your errors 
are the result of something on your end. I also use YahooJSON, and a 
cron job fired every weekday at 13:30 Pacific time (16:30 Eastern) 
updates about 20 securities in less than 15 seconds. My log from today's 
(04/03/2024) run:

=
gnc-get-quote.sh start: Wed Apr  3 01:30:01 PM PDT 2024
DATAFILE: /home/bschuck/Documents/bschuck.gnucash
BKUPFILE: /home/bschuck/Documents/bschuck.gnucash.20240403133001.gnucash
Found Finance::Quote version 1.59.
gz_thread_func EOF
gnc-get-quote.sh completed: Wed Apr  3 01:30:13 PM PDT 2024
=

I would not be surprised if you have a sufficiently large number of 
securities that Yahoo has mechanisms in place to detect and block/limit 
further lookups.

Bruce S.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-04 Thread david amaral via gnucash-user
 I have been on gnucash for years now and have close to 300 securities that i 
get updates from yahoo.no problems as to yahoo limits
On Thursday, April 4, 2024 at 10:03:26 AM GMT-7, David G. Pickett via 
gnucash-user  wrote:  
 
  My personal portfolio has 26-28 stocks (I recently closed 2 positions) 
(Diversity has it's virtues, and while IRSs are free choice, different 401Ks 
have different restricted choices.)  When it is in a mood to block, it seems to 
block them all, not just the last few.
    On Wednesday, April 3, 2024 at 10:53:03 PM EDT, Bruce Schuck 
 wrote:  
 
 Wed Apr 3 13:40:48 EDT 2024 David G. Pickett wrote:

> Looks good, (only error because I need to switch DIA back to yahoo) 
> and slow but much better.  A later run under cron got lots of
> errors. Do they ration by IP address? If it is by frequency, maybe we
> should purposely send requests only every 10 seconds to simulate a
> human user?  It cannot make it much slower.
I've been meaning to ask how many securities are you attempting to get 
prices for?

Early on in this thread I called out the "500" responses. A "500" 
typically gets returned from a web page if the site has an issue. When 
Yahoo turned off the previous APIs F::Q was using, the HTTP response was 
one of the "40?" that would be expected.

With no one else reporting the same issue my sense is that your errors 
are the result of something on your end. I also use YahooJSON, and a 
cron job fired every weekday at 13:30 Pacific time (16:30 Eastern) 
updates about 20 securities in less than 15 seconds. My log from today's 
(04/03/2024) run:

=
gnc-get-quote.sh start: Wed Apr  3 01:30:01 PM PDT 2024
DATAFILE: /home/bschuck/Documents/bschuck.gnucash
BKUPFILE: /home/bschuck/Documents/bschuck.gnucash.20240403133001.gnucash
Found Finance::Quote version 1.59.
gz_thread_func EOF
gnc-get-quote.sh completed: Wed Apr  3 01:30:13 PM PDT 2024
=

I would not be surprised if you have a sufficiently large number of 
securities that Yahoo has mechanisms in place to detect and block/limit 
further lookups.

Bruce S.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-04 Thread David G. Pickett via gnucash-user
 My personal portfolio has 26-28 stocks (I recently closed 2 positions) 
(Diversity has it's virtues, and while IRSs are free choice, different 401Ks 
have different restricted choices.)  When it is in a mood to block, it seems to 
block them all, not just the last few.
On Wednesday, April 3, 2024 at 10:53:03 PM EDT, Bruce Schuck 
 wrote:  
 
 Wed Apr 3 13:40:48 EDT 2024 David G. Pickett wrote:

> Looks good, (only error because I need to switch DIA back to yahoo) 
> and slow but much better.  A later run under cron got lots of
> errors. Do they ration by IP address? If it is by frequency, maybe we
> should purposely send requests only every 10 seconds to simulate a
> human user?  It cannot make it much slower.
I've been meaning to ask how many securities are you attempting to get 
prices for?

Early on in this thread I called out the "500" responses. A "500" 
typically gets returned from a web page if the site has an issue. When 
Yahoo turned off the previous APIs F::Q was using, the HTTP response was 
one of the "40?" that would be expected.

With no one else reporting the same issue my sense is that your errors 
are the result of something on your end. I also use YahooJSON, and a 
cron job fired every weekday at 13:30 Pacific time (16:30 Eastern) 
updates about 20 securities in less than 15 seconds. My log from today's 
(04/03/2024) run:

=
gnc-get-quote.sh start: Wed Apr  3 01:30:01 PM PDT 2024
DATAFILE: /home/bschuck/Documents/bschuck.gnucash
BKUPFILE: /home/bschuck/Documents/bschuck.gnucash.20240403133001.gnucash
Found Finance::Quote version 1.59.
gz_thread_func EOF
gnc-get-quote.sh completed: Wed Apr  3 01:30:13 PM PDT 2024
=

I would not be surprised if you have a sufficiently large number of 
securities that Yahoo has mechanisms in place to detect and block/limit 
further lookups.

Bruce S.
  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-03 Thread Bruce Schuck

Wed Apr 3 13:40:48 EDT 2024 David G. Pickett wrote:

Looks good, (only error because I need to switch DIA back to yahoo) 
and slow but much better.  A later run under cron got lots of

errors. Do they ration by IP address? If it is by frequency, maybe we
should purposely send requests only every 10 seconds to simulate a
human user?  It cannot make it much slower.
I've been meaning to ask how many securities are you attempting to get 
prices for?


Early on in this thread I called out the "500" responses. A "500" 
typically gets returned from a web page if the site has an issue. When 
Yahoo turned off the previous APIs F::Q was using, the HTTP response was 
one of the "40?" that would be expected.


With no one else reporting the same issue my sense is that your errors 
are the result of something on your end. I also use YahooJSON, and a 
cron job fired every weekday at 13:30 Pacific time (16:30 Eastern) 
updates about 20 securities in less than 15 seconds. My log from today's 
(04/03/2024) run:


=
gnc-get-quote.sh start: Wed Apr  3 01:30:01 PM PDT 2024
DATAFILE: /home/bschuck/Documents/bschuck.gnucash
BKUPFILE: /home/bschuck/Documents/bschuck.gnucash.20240403133001.gnucash
Found Finance::Quote version 1.59.
gz_thread_func EOF
gnc-get-quote.sh completed: Wed Apr  3 01:30:13 PM PDT 2024
=

I would not be surprised if you have a sufficiently large number of 
securities that Yahoo has mechanisms in place to detect and block/limit 
further lookups.


Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-03 Thread David G. Pickett via gnucash-user
 Looks good, (only error because I need to switch DIA back to yahoo) and slow 
but much better.  A later run under cron got lots of errors.  Do they ration by 
IP address?
If it is by frequency, maybe we should purposely send requests only every 10 
seconds to simulate a human user?  It cannot make it much slower.

$ flatpak run --command=gnucash-cli org.gnucash.GnuCash --quotes get -- 
/home/dgp/GnuCash/ubuntu-DGPickett.gnucashF: X11 socket /tmp/.X11-unix/X0 does 
not exist in filesystem, trying to use abstract socket instead.
** (process:56531): WARNING **: 17:13:06.732: Failed to connect to bus: Could 
not connect: Connection refusedFound Finance::Quote version 1.59.* 18:08:53 
ERROR  [parse_quotesource_error()] Unrecognized 
Finance::Quote Error GET https://live.euronext.com/en/search_instruments/DIA 
failed: 500 Can't connect to live.euronext.com:443 (Temporary failure in name 
resolution) at /app/lib/perl5/site_perl/5.32.0/Finance/Quote/AEX.pm line 
72.Price retrieval failed: Unrecognized Finance::Quote Error: GET 
https://live.euronext.com/en/search_instruments/DIA failed: 500 Can't connect 
to live.euronext.com:443 (Temporary failure in name resolution) at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/AEX.pm line 72.
real    55m59.087suser    0m0.066ssys     0m0.084s
--Found Finance::Quote 
version 1.59.* 00:41:03  WARN  
[GncQuotesImpl::parse_one_quote()] Skipped NYSE:CMCSA - Finance::Quote returned 
fetch failure.Reason Error retrieving quote for CMCSA. Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=CMCSA=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:41:03  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped FUND:WFILX - 
Finance::Quote returned fetch failure.Reason Error retrieving quote for WFILX. 
Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=WFILX=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:41:03  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped FUND:FDCAX - 
Finance::Quote returned fetch failure.Reason Error retrieving quote for FDCAX. 
Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=FDCAX=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:41:03  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped FUND:RYVLX - 
Finance::Quote returned fetch failure. . . . .



On Tuesday, April 2, 2024 at 01:23:11 PM EDT, john  
wrote:  
 
 I pushed a new flatpak to Flathub last night that I hope fixes the JSON-Parse 
problem. Please give it a try.

Regards,
John Ralls

> On Apr 2, 2024, at 08:54, David G. Pickett via gnucash-user 
>  wrote:
> 
> I tried timing all for a common NYSE stock VZ but they seemed all slow or 
> failed, so I asked others what worked for them.
> 
> Now I am on a broken flatpak dist of Finance Quote 1.59 (flatpak stuff runs 
> in an alternate universe, and even though 1.58 had json, 1.59 fails for the 
> lack of perl json parser), so waiting continues.  Yahoo JSON was actually 
> working pretty well, for most of my securities.
>    On Tuesday, April 2, 2024 at 09:34:37 AM EDT, Kalpesh Patel 
> wrote:  
> 
> Not sure if anyone answered it or not but really it is a moving target in 
> terms you have to match up which source provides which quotes. Internet is 
> always moving and these data sourcer/aggregator always update along with it 
> as they add/modify/remove what they offer... no one offers entire universe 
> out there for free although yahoo json has been a good source.
> 
> You can also custom write your own way of pulling them which some of us have 
> done. If not you can always import prices using csv importation method. Take 
> a look at https://github.com/ka-patel/dl_quotes which might be a starting 
> point (fyi: this is not sanctioned by F::Q or GNC; strictly my own personal 
> project in spare time)
> 
> -Original Message-
> From: David G. Pickett  
> Sent: Thursday, March 28, 2024 10:59 PM
> To: Gnucash Users 
> Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?
> 
> So anyone care to recommend a source setting for quotes that works?
> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-02 Thread john
I pushed a new flatpak to Flathub last night that I hope fixes the JSON-Parse 
problem. Please give it a try.

Regards,
John Ralls

> On Apr 2, 2024, at 08:54, David G. Pickett via gnucash-user 
>  wrote:
> 
> I tried timing all for a common NYSE stock VZ but they seemed all slow or 
> failed, so I asked others what worked for them.
> 
> Now I am on a broken flatpak dist of Finance Quote 1.59 (flatpak stuff runs 
> in an alternate universe, and even though 1.58 had json, 1.59 fails for the 
> lack of perl json parser), so waiting continues.  Yahoo JSON was actually 
> working pretty well, for most of my securities.
>On Tuesday, April 2, 2024 at 09:34:37 AM EDT, Kalpesh Patel 
>  wrote:  
> 
> Not sure if anyone answered it or not but really it is a moving target in 
> terms you have to match up which source provides which quotes. Internet is 
> always moving and these data sourcer/aggregator always update along with it 
> as they add/modify/remove what they offer... no one offers entire universe 
> out there for free although yahoo json has been a good source.
> 
> You can also custom write your own way of pulling them which some of us have 
> done. If not you can always import prices using csv importation method. Take 
> a look at https://github.com/ka-patel/dl_quotes which might be a starting 
> point (fyi: this is not sanctioned by F::Q or GNC; strictly my own personal 
> project in spare time)
> 
> -Original Message-
> From: David G. Pickett  
> Sent: Thursday, March 28, 2024 10:59 PM
> To: Gnucash Users 
> Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?
> 
> So anyone care to recommend a source setting for quotes that works?
> 
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-02 Thread David G. Pickett via gnucash-user
 I tried timing all for a common NYSE stock VZ but they seemed all slow or 
failed, so I asked others what worked for them.

Now I am on a broken flatpak dist of Finance Quote 1.59 (flatpak stuff runs in 
an alternate universe, and even though 1.58 had json, 1.59 fails for the lack 
of perl json parser), so waiting continues.  Yahoo JSON was actually working 
pretty well, for most of my securities.
On Tuesday, April 2, 2024 at 09:34:37 AM EDT, Kalpesh Patel 
 wrote:  
 
 Not sure if anyone answered it or not but really it is a moving target in 
terms you have to match up which source provides which quotes. Internet is 
always moving and these data sourcer/aggregator always update along with it as 
they add/modify/remove what they offer... no one offers entire universe out 
there for free although yahoo json has been a good source.

You can also custom write your own way of pulling them which some of us have 
done. If not you can always import prices using csv importation method. Take a 
look at https://github.com/ka-patel/dl_quotes which might be a starting point 
(fyi: this is not sanctioned by F::Q or GNC; strictly my own personal project 
in spare time)

-Original Message-
From: David G. Pickett  
Sent: Thursday, March 28, 2024 10:59 PM
To: Gnucash Users 
Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?

 So anyone care to recommend a source setting for quotes that works?

  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-04-02 Thread Kalpesh Patel
Not sure if anyone answered it or not but really it is a moving target in terms 
you have to match up which source provides which quotes. Internet is always 
moving and these data sourcer/aggregator always update along with it as they 
add/modify/remove what they offer... no one offers entire universe out there 
for free although yahoo json has been a good source.

You can also custom write your own way of pulling them which some of us have 
done. If not you can always import prices using csv importation method. Take a 
look at https://github.com/ka-patel/dl_quotes which might be a starting point 
(fyi: this is not sanctioned by F::Q or GNC; strictly my own personal project 
in spare time)

-Original Message-
From: David G. Pickett  
Sent: Thursday, March 28, 2024 10:59 PM
To: Gnucash Users 
Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?

 So anyone care to recommend a source setting for quotes that works?

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-30 Thread Adrien Monteleone

GnuCash 5.6 should be out tomorrow with F::Q 1.59.

Regards,
Adrien

On 3/29/24 10:32 AM, David G. Pickett via gnucash-user wrote:

  Yes, but as I went to flatpak to get a later release, it is discouraging that 
it fails to get updated for newer releases of Finance Quote and for all I can 
tell, newer GnuCash.  Maybe they update the GnuCash but ignore the Finance 
Quote update?


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-29 Thread Dale Alspach
My experience has been that each time there is a new (stable, not
developer) release of gnucash the flatpak version is also updated with the
then current version of finance-quote. If finance-quote is updated, this
does not usually trigger a new release of gnucash and the flatpak. So there
is a trade-off with using the flatpak version: the convenience of not
having to maintain a build environment and building the new version against
some delays in getting updates of finance-quote.
This is frustrating at times but it is good to remember that this software
exists only through the work of volunteers.  I have been using gnucash for
many years and I am grateful that it is still being maintained and improved.
Dale

On Fri, Mar 29, 2024 at 10:32 AM David G. Pickett  wrote:

> Yes, but as I went to flatpak to get a later release, it is discouraging
> that it fails to get updated for newer releases of Finance Quote and for
> all I can tell, newer GnuCash.  Maybe they update the GnuCash but ignore
> the Finance Quote update?
>
> On Wednesday, March 27, 2024 at 10:57:00 PM EDT, Dale Alspach <
> alspac...@gmail.com> wrote:
>
>
> I am no expert but I believe that it is not possible to upgrade
> finance-quote under flatpak. I believe the flatpak versions get their
> portability from the fact that a great deal is rolled into the package so
> that it does not need to have compatible dependencies. You might search the
> list archives. For example see
> https://lists.gnucash.org/pipermail/gnucash-devel/2022-October/046338.html
>
> Dale
>
> Dale
>
> On Wed, Mar 27, 2024 at 7:31 PM David G. Pickett <
> davidgpick...@comcast.net> wrote:
>
> Still no advice on how to go to Finance Quote 1.59 under flatpak and Linux?
>
> I just checked for flatpak updates, none for GnuCash.  It's been out for
> a while but is still not attached to a new flatpak version.
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-29 Thread David G. Pickett via gnucash-user
 Yes, but as I went to flatpak to get a later release, it is discouraging that 
it fails to get updated for newer releases of Finance Quote and for all I can 
tell, newer GnuCash.  Maybe they update the GnuCash but ignore the Finance 
Quote update?
On Wednesday, March 27, 2024 at 10:57:00 PM EDT, Dale Alspach 
 wrote:  
 
 I am no expert but I believe that it is not possible to upgrade finance-quote 
under flatpak. I believe the flatpak versions get their portability from the 
fact that a great deal is rolled into the package so that it does not need to 
have compatible dependencies. You might search the list archives. For example 
see https://lists.gnucash.org/pipermail/gnucash-devel/2022-October/046338.html
Dale
Dale
On Wed, Mar 27, 2024 at 7:31 PM David G. Pickett  
wrote:

Still no advice on how to go to Finance Quote 1.59 under flatpak and Linux?

I just checked for flatpak updates, none for GnuCash.  It's been out for 
a while but is still not attached to a new flatpak version.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-29 Thread David G. Pickett via gnucash-user
 I am on Ubuntu 22.04.4 LTS, gnucash Version: 5.5 Build ID: Flathub 5.5 
Finance::Quote: 1.58, and yahoo json fails every night.  I am not thrilled at 
having to build either piece by hand.  It looks like I move prices for EOM by 
hand from interactive web sites.  I have to move 5 prices manually the day 
after the last trading day for Fidelity's not-publicly-traded funds in a couple 
401K's.
On Friday, March 29, 2024 at 10:51:00 AM EDT, Fred Tydeman 
 wrote:  
 
 I am on Fedora Linux, GnuCash 4.14 and yahoo_json works for me (just got the 
quarter ending pricesfor both stocks and currencies).
On Thu, Mar 28, 2024 at 7:59 PM David G. Pickett via gnucash-user 
 wrote:

 So anyone care to recommend a source setting for quotes that works?
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-29 Thread Fred Tydeman
I am on Fedora Linux, GnuCash 4.14 and yahoo_json works for me (just got
the quarter ending prices
for both stocks and currencies).

On Thu, Mar 28, 2024 at 7:59 PM David G. Pickett via gnucash-user <
gnucash-user@gnucash.org> wrote:

>  So anyone care to recommend a source setting for quotes that works?
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-28 Thread David G. Pickett via gnucash-user
 So anyone care to recommend a source setting for quotes that works?
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-27 Thread James McSkimming
Hi
As i mentioned in an earlier email, this is extremely likely to be yahoo making 
life difficult for web scrapers of their data.  GNC will have to catch up to 
what it is doing for a “permanent” solution. 

It looks to be very much the same problem where various errors (402, 500 etc) 
are returned by that same server.  A temporary solution that MAY work if using 
a VPN is to set it to appear like USA (say NY which did work for a while or 
SanFran and sometime other countries around Europe and Asia).  It seems to be 
random. But the problem is linked to the login sessions not remaining valid 
(but I’m not qualified to say exactly how).

The previous post also pointed to yahooquery which is a python webscraper 
module and similar problems with yfinance (another similar module). You can 
track it down in GitHub or the developer’s website. 

Anyway,  if I’m right this won’t go away and won’t fix itself. 

Regards 
James

> On 28 Mar 2024, at 12:43 pm, Kalpesh Patel  wrote:
> 
> Looking at "ERROR 429: Too Many Requests." I am guessing that they are 
> throttling your queries because number of requests from IP address you have 
> exceeds what they believe to be a normal person browsing would be making... 
> 
> -Original Message-
> From: David G. Pickett  
> Sent: Wednesday, March 27, 2024 3:12 PM
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?
> 
> URLs are scraped off, so here I am on a plain text email client with more 
> info on the bug.  It looks like something on the web does not like some 
> clients:
> 
> From quote log:
> 
> * AMEX:DXJ Finance::Quote reported failure with error: Error retrieving quote 
> for DXJ. Attempt to fetch the URL 
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
> resulted in HTTP response 500 (Internal Server Error)
> 
> Trying with wget:
> 
> dgp@dgp-p6803w:~
> $ wget
> 'https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics'
>  
> | timex wc
> --2024-03-26 14:18:10--
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
> Resolving query2.finance.yahoo.com (query2.finance.yahoo.com)... 
> 69.147.82.60, 69.147.82.61
> Connecting to query2.finance.yahoo.com
> (query2.finance.yahoo.com)|69.147.82.60|:443... connected.
> HTTP request sent, awaiting response... 429 Too Many Requests
> 2024-03-26 14:18:25 ERROR 429: Too Many Requests.
> 
>   0   0   0
> real 15.11
> user 0.00
> sys 0.00
> dgp@dgp-p6803w:~
> $ wget
> 'https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics'
>  
> | timex wc
> --2024-03-26 14:19:34--
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
> Resolving query2.finance.yahoo.com (query2.finance.yahoo.com)... 
> 69.147.82.60, 69.147.82.61
> Connecting to query2.finance.yahoo.com
> (query2.finance.yahoo.com)|69.147.82.60|:443... connected.
> HTTP request sent, awaiting response... 429 Too Many Requests
> 2024-03-26 14:19:50 ERROR 429: Too Many Requests.
> 
>   0   0   0
> real 15.17
> user 0.00
> sys 0.00
> dgp@dgp-p6803w:~
> $
> 
> With Google Chrome, get:
> 
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
> 
> {"quoteSummary":{"result":[{"summaryDetail":{"maxAge":1,"priceHint":{"raw":2,"fmt":"2","longFmt":"2"},"previousClose":{"raw":107.84,"fmt":"107.84"},"open":{"raw":108.56,"fmt":"108.56"},"dayLow":{"raw":108.38,"fmt":"108.38"},"dayHigh":{"raw":108.88,"fmt":"108.88"},"regularMarketPreviousClose":{"raw":107.84,"fmt":"107.84"},"regularMarketOpen":{"raw":108.56,"fmt":"108.56"},"regularMarketDayLow":{"raw":108.38,"fmt":"108.38"},"regularMarketDayHigh":{"raw":108.88,"fmt":"108.88"},"dividendRate":{},"dividendYield":{},"exDividendDate":{},"payoutRatio":{},"fiveYearAvgDividendYield":{},"beta":{},"trailingPE":{"raw":12.077986,"fmt":"12.08"},"forwardPE":{},"volume":{"raw":515869,"fmt":"515.87k","longFmt":"515,869"},"regularMarketVo

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-27 Thread Dale Alspach
I am no expert but I believe that it is not possible to upgrade
finance-quote under flatpak. I believe the flatpak versions get their
portability from the fact that a great deal is rolled into the package so
that it does not need to have compatible dependencies. You might search the
list archives. For example see
https://lists.gnucash.org/pipermail/gnucash-devel/2022-October/046338.html

Dale

Dale

On Wed, Mar 27, 2024 at 7:31 PM David G. Pickett 
wrote:

> Still no advice on how to go to Finance Quote 1.59 under flatpak and Linux?
>
> I just checked for flatpak updates, none for GnuCash.  It's been out for
> a while but is still not attached to a new flatpak version.
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-27 Thread Kalpesh Patel
Looking at "ERROR 429: Too Many Requests." I am guessing that they are 
throttling your queries because number of requests from IP address you have 
exceeds what they believe to be a normal person browsing would be making... 

-Original Message-
From: David G. Pickett  
Sent: Wednesday, March 27, 2024 3:12 PM
To: gnucash-user@gnucash.org
Subject: Re: [GNC] Finance Quotes Yahoo off the rails again?

URLs are scraped off, so here I am on a plain text email client with more info 
on the bug.  It looks like something on the web does not like some clients:

 From quote log:

* AMEX:DXJ Finance::Quote reported failure with error: Error retrieving quote 
for DXJ. Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
resulted in HTTP response 500 (Internal Server Error)

Trying with wget:

dgp@dgp-p6803w:~
$ wget
'https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics'
 
| timex wc
--2024-03-26 14:18:10--
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
Resolving query2.finance.yahoo.com (query2.finance.yahoo.com)... 
69.147.82.60, 69.147.82.61
Connecting to query2.finance.yahoo.com
(query2.finance.yahoo.com)|69.147.82.60|:443... connected.
HTTP request sent, awaiting response... 429 Too Many Requests
2024-03-26 14:18:25 ERROR 429: Too Many Requests.

   0   0   0
real 15.11
user 0.00
sys 0.00
dgp@dgp-p6803w:~
$ wget
'https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics'
 
| timex wc
--2024-03-26 14:19:34--
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
Resolving query2.finance.yahoo.com (query2.finance.yahoo.com)... 
69.147.82.60, 69.147.82.61
Connecting to query2.finance.yahoo.com
(query2.finance.yahoo.com)|69.147.82.60|:443... connected.
HTTP request sent, awaiting response... 429 Too Many Requests
2024-03-26 14:19:50 ERROR 429: Too Many Requests.

   0   0   0
real 15.17
user 0.00
sys 0.00
dgp@dgp-p6803w:~
$

With Google Chrome, get:

https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics

{"quoteSummary":{"result":[{"summaryDetail":{"maxAge":1,"priceHint":{"raw":2,"fmt":"2","longFmt":"2"},"previousClose":{"raw":107.84,"fmt":"107.84"},"open":{"raw":108.56,"fmt":"108.56"},"dayLow":{"raw":108.38,"fmt":"108.38"},"dayHigh":{"raw":108.88,"fmt":"108.88"},"regularMarketPreviousClose":{"raw":107.84,"fmt":"107.84"},"regularMarketOpen":{"raw":108.56,"fmt":"108.56"},"regularMarketDayLow":{"raw":108.38,"fmt":"108.38"},"regularMarketDayHigh":{"raw":108.88,"fmt":"108.88"},"dividendRate":{},"dividendYield":{},"exDividendDate":{},"payoutRatio":{},"fiveYearAvgDividendYield":{},"beta":{},"trailingPE":{"raw":12.077986,"fmt":"12.08"},"forwardPE":{},"volume":{"raw":515869,"fmt":"515.87k","longFmt":"515,869"},"regularMarketVolume":{"raw":515869,"fmt":"515.87k","longFmt":"515,869"},"averageVolume":{"raw":1097601,"fmt":"1.1M","longFmt":"1,097,601"},"averageVolume10days":{"raw":120,"fmt":"1.28M","longFmt":"1,277,770"},"averageDailyVolume10Day":{"raw":120,"fmt":"1.28M","longFmt":"1,277,
 
770"},"bid":{"raw":108.82,"fmt":"108.82"},"ask":{"raw":108.83,"fmt":"108.83"},"bidSize":{"raw":1200,"fmt":"1.2k","longFmt":"1,200"},"askSize":{"raw":900,"fmt":"900","longFmt":"900"},"marketCap":{},"yield":{"raw":0.0293,"fmt":"2.93%"},"ytdReturn":{},"totalAssets":{"raw":4416737792,"fmt":"4.42B","longFmt":"4,416,737,792"},"expireDate":{},"strikePrice":{},"openInterest":{},"fiftyTwoWeekLow":{"raw":68.18,"fmt":"68.18"},&qu

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-27 Thread David G. Pickett

Still no advice on how to go to Finance Quote 1.59 under flatpak and Linux?

I just checked for flatpak updates, none for GnuCash.  It's been out for 
a while but is still not attached to a new flatpak version.



___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-27 Thread David G. Pickett
URLs are scraped off, so here I am on a plain text email client with 
more info on the bug.  It looks like something on the web does not like 
some clients:


From quote log:

* AMEX:DXJ Finance::Quote reported failure with error: Error retrieving 
quote for DXJ. Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics 
resulted in HTTP response 500 (Internal Server Error)


Trying with wget:

dgp@dgp-p6803w:~
$ wget 
'https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics' 
| timex wc
--2024-03-26 14:18:10-- 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
Resolving query2.finance.yahoo.com (query2.finance.yahoo.com)... 
69.147.82.60, 69.147.82.61
Connecting to query2.finance.yahoo.com 
(query2.finance.yahoo.com)|69.147.82.60|:443... connected.

HTTP request sent, awaiting response... 429 Too Many Requests
2024-03-26 14:18:25 ERROR 429: Too Many Requests.

  0   0   0
real 15.11
user 0.00
sys 0.00
dgp@dgp-p6803w:~
$ wget 
'https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics' 
| timex wc
--2024-03-26 14:19:34-- 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics
Resolving query2.finance.yahoo.com (query2.finance.yahoo.com)... 
69.147.82.60, 69.147.82.61
Connecting to query2.finance.yahoo.com 
(query2.finance.yahoo.com)|69.147.82.60|:443... connected.

HTTP request sent, awaiting response... 429 Too Many Requests
2024-03-26 14:19:50 ERROR 429: Too Many Requests.

  0   0   0
real 15.17
user 0.00
sys 0.00
dgp@dgp-p6803w:~
$

With Google Chrome, get:

https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=DXJ=price,summaryDetail,defaultKeyStatistics

{"quoteSummary":{"result":[{"summaryDetail":{"maxAge":1,"priceHint":{"raw":2,"fmt":"2","longFmt":"2"},"previousClose":{"raw":107.84,"fmt":"107.84"},"open":{"raw":108.56,"fmt":"108.56"},"dayLow":{"raw":108.38,"fmt":"108.38"},"dayHigh":{"raw":108.88,"fmt":"108.88"},"regularMarketPreviousClose":{"raw":107.84,"fmt":"107.84"},"regularMarketOpen":{"raw":108.56,"fmt":"108.56"},"regularMarketDayLow":{"raw":108.38,"fmt":"108.38"},"regularMarketDayHigh":{"raw":108.88,"fmt":"108.88"},"dividendRate":{},"dividendYield":{},"exDividendDate":{},"payoutRatio":{},"fiveYearAvgDividendYield":{},"beta":{},"trailingPE":{"raw":12.077986,"fmt":"12.08"},"forwardPE":{},"volume":{"raw":515869,"fmt":"515.87k","longFmt":"515,869"},"regularMarketVolume":{"raw":515869,"fmt":"515.87k","longFmt":"515,869"},"averageVolume":{"raw":1097601,"fmt":"1.1M","longFmt":"1,097,601"},"averageVolume10days":{"raw":120,"fmt":"1.28M","longFmt":"1,277,770"},"averageDailyVolume10Day":{"raw":120,"fmt":"1.28M","longFmt":"1,277,770"},"bid":{"raw":108.82,"fmt":"108.82"},"ask":{"raw":108.83,"fmt":"108.83"},"bidSize":{"raw":1200,"fmt":"1.2k","longFmt":"1,200"},"askSize":{"raw":900,"fmt":"900","longFmt":"900"},"marketCap":{},"yield":{"raw":0.0293,"fmt":"2.93%"},"ytdReturn":{},"totalAssets":{"raw":4416737792,"fmt":"4.42B","longFmt":"4,416,737,792"},"expireDate":{},"strikePrice":{},"openInterest":{},"fiftyTwoWeekLow":{"raw":68.18,"fmt":"68.18"},"fiftyTwoWeekHigh":{"raw":109.28,"fmt":"109.28"},"priceToSalesTrailing12Months":{},"fiftyDayAverage":{"raw":100.636,"fmt":"100.64"},"twoHundredDayAverage":{"raw":90.06975,"fmt":"90.07"},"trailingAnnualDividendRate":{"raw":0.0,"fmt":"0.00"},"trailingAnnualDividendYield":{"raw":0.0,"fmt":"0.00%"},"navPrice":{"raw":107.95631,"fmt":"107.96"},"currency":"USD","fromCurrency":null,"lastMarket":null,"volume24Hr":{},"volumeAllCurrencies":{},"circulatingSupply":{},"algorithm":null,"maxSupply":{},"startDate":{},"tradeable":false},"defaultKeyStatistics":{"maxAge":1,"priceHint":{"raw":2,"fmt":"2","longFmt":"2"},"enterpriseValue":{},"forwardPE":{},"profitMargins":{},"morningStarOverallRating":{},"morningStarRiskRating":{},"category":"Japan 
Stock","bookValue":{},"priceToBook":{},"annualReportExpenseRatio":{},"ytdReturn":{"raw":0.22916919,"fmt":"22.92%"},"beta3Year":{"raw":0.43,"fmt":"0.43"},"totalAssets":{"raw":4416737792,"fmt":"4.42B","longFmt":"4,416,737,792"},"yield":{"raw":0.0293,"fmt":"2.93%"},"fundFamily":"WisdomTree","fundInceptionDate":{"raw":1150416000,"fmt":"2006-06-16"},"legalType":"Exchange 
Traded 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-26 Thread David G. Pickett via gnucash-user
 Here is more info on the problem, as a publicly available Google drive URL to 
a plain text file: wget.txt

| 
| 
|  | 
wget.txt


 |

 |

 |





On Tuesday, March 26, 2024 at 12:44:02 PM EDT, David G. Pickett 
 wrote:  
 
  Fred,
Sorry, but the mail handler makes trash out of carefully formatted and 
informative text.  I do not know why it hates the noble new line character?  
I'd send attachments but they probably get removed, but maybe I can send Google 
Drive URLs to files?  On Ubuntu bugs, I can go to the web site and paste in 
stuff or attach, and then it is fine, but if I send by email, same trashing as 
here.  
Hopefully some of the people on the to: and cc: lists get the untrashed 
original and find it informative.  I am just another victim of the unstable 
world of Finance Quotes and quote sites, hoping it gets improved before Friday.

I would be on 1.59 but apparently the wonderful, overworked, volunteer 
supporters have not updated the flatpak version of GnuCash to include it, which 
is how I got 1.58!
Best,
David
On Tuesday, March 26, 2024 at 12:33:19 PM EDT, Fred Bone 
 wrote:  
 
 On 26 March 2024 at 16:23, David G. Pickett said:

[lots of stuff, so badly formatted as to be unreadable]

PLEASE TRIM QUOTES


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-26 Thread Adrien Monteleone

David,

What makes your messages that contain quoted material difficult to read 
is your e-mail client doesn't indicate they are quoted, so it all 
appears as your new message. There is also some wacky formatting going 
on. That isn't the mailing list software, that is your client as the 
culprit.


Maybe switch to sending 'plain text' and see if it improves.

-
As for Finance Quote, you should be able to install that independently, 
but I don't know how that works with Flatpak with regards to what 
version GnuCash Flatpak can 'see'. I'd think at the least you'd need to 
remove 1.58 to avoid complications.


Regards,
Adrien

On 3/26/24 11:44 AM, David G. Pickett via gnucash-user wrote:

  Fred,
Sorry, but the mail handler makes trash out of carefully formatted and 
informative text.  I do not know why it hates the noble new line character?  
I'd send attachments but they probably get removed, but maybe I can send Google 
Drive URLs to files?  On Ubuntu bugs, I can go to the web site and paste in 
stuff or attach, and then it is fine, but if I send by email, same trashing as 
here.
Hopefully some of the people on the to: and cc: lists get the untrashed 
original and find it informative.  I am just another victim of the unstable 
world of Finance Quotes and quote sites, hoping it gets improved before Friday.

I would be on 1.59 but apparently the wonderful, overworked, volunteer 
supporters have not updated the flatpak version of GnuCash to include it, which 
is how I got 1.58!


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-26 Thread David G. Pickett via gnucash-user
 Fred,
Sorry, but the mail handler makes trash out of carefully formatted and 
informative text.  I do not know why it hates the noble new line character?  
I'd send attachments but they probably get removed, but maybe I can send Google 
Drive URLs to files?  On Ubuntu bugs, I can go to the web site and paste in 
stuff or attach, and then it is fine, but if I send by email, same trashing as 
here.  
Hopefully some of the people on the to: and cc: lists get the untrashed 
original and find it informative.  I am just another victim of the unstable 
world of Finance Quotes and quote sites, hoping it gets improved before Friday.

I would be on 1.59 but apparently the wonderful, overworked, volunteer 
supporters have not updated the flatpak version of GnuCash to include it, which 
is how I got 1.58!
Best,
David
On Tuesday, March 26, 2024 at 12:33:19 PM EDT, Fred Bone 
 wrote:  
 
 On 26 March 2024 at 16:23, David G. Pickett said:

[lots of stuff, so badly formatted as to be unreadable]

PLEASE TRIM QUOTES

  
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-26 Thread Fred Bone
On 26 March 2024 at 16:23, David G. Pickett said:

[lots of stuff, so badly formatted as to be unreadable]

PLEASE TRIM QUOTES

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-26 Thread David G. Pickett via gnucash-user
 Last night some symbols did get updated, like it ran a while and then fell of 
the rails.  I am rerunning it now, but it may jump forward a day.  It'd be nice 
if it got fixed before Friday = EOM.  Should I change all my stocks to 
something else?

How does one move Finance Quote to 1.59?  I think flatpak moved me to 1.58 with 
the GnuCash update.  It does not seem to move up on its own with normal 
updates.  I moved to flatpak GnuCash to get a higher revision than my Ubuntu 
LTS release provided.  I will google around for an answer!  Or I can ask Meta 
AI on WhatsApp!  I tried this:
dgp@dgp-p6803w:~$ flatpak run --command=sh org.gnucash.GnuCashdgp@dgp-p6803w:~$ 
sudo gnc-fq-updatesh: sudo: command not founddgp@dgp-p6803w:~$ gnc-fq-update
You probably need to be root before running gnc-fq-update.
Are you sure, you want to update parts of your Perl library? (y/n) yReading 
'/home/dgp/.cpan/Metadata'  Database was generated on Sat, 01 Mar 2014 17:29:02 
GMTFetching with LWP:http://cpan.mirror.vexxhost.com/authors/01mailrc.txt.gzLWP 
failed with code[500] message[Can't connect to cpan.mirror.vexxhost.com:80 
(Name or service not known)]
Trying with    /usr/bin/wget -O 
"/home/dgp/.cpan/sources/authors/01mailrc.txt.gz.tmp5"to get    
http://cpan.mirror.vexxhost.com/authors/01mailrc.txt.gzFailed to resolve 
'cpan.mirror.vexxhost.com' (Name or service not known)Failed to connect: 
General errorFailed to resolve 'cpan.mirror.vexxhost.com' (Name or service not 
known)Failed to connect: General errorFailed to resolve 
'cpan.mirror.vexxhost.com' (Name or service not known)Failed to connect: 
General errorFailed to resolve 'cpan.mirror.vexxhost.com' (Name or service not 
known)Failed to connect: General errorFailed to resolve 
'cpan.mirror.vexxhost.com' (Name or service not known)Failed to connect: 
General errorFailed to resolve 'cpan.mirror.vexxhost.com' (Name or service not 
known)Failed to connect: General error(still flailing, and maybe useless 
without access to sudo?)

I did download Finance-Quote-1.59.tar.gz but how does one get the flatpak 
version to prefer it over this installed 1.58?
dgp@dgp-p6803w:~$ find / -name Quote.pm 2>/dev/null|fgrep /Finance/Quote |fgrep 
VERSION 
`cat`/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/lib/perl5/site_perl/5.32.0/Finance/Quote.pm:our
 $VERSION = '1.58'; # VERSION
I suppose I could just install it in the 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/lib/perl5/site_perl/5.32.0/
 but that feels very hack.






On Tuesday, March 26, 2024 at 12:30:44 AM EDT, David Reiser 
 wrote:  
 
 I’ve seen that error, but it disappeared on its own in a few minutes. However, 
I don’t remember if I quit and relaunched Gnucash in between attempts. I do 
recommend updating F::Q to 1.59. The appearance of the error is rare, not 
common.
--
Dave Reiser
dbrei...@icloud.com






On Mar 26, 2024, at 00:18, David G. Pickett via gnucash-user 
 wrote:
 PS: New error tonight:
Found Finance::Quote version 1.58.* 23:59:55 ERROR  
[parse_quotesource_error()] Unrecognized Finance::Quote Error Can't use string 
("18.590101") as a HASH ref while "strict refs" in use at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/YahooJSON.pm line 177.Price 
retrieval failed: Unrecognized Finance::Quote Error: Can't use string 
("18.590101") as a HASH ref while "strict refs" in use at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/YahooJSON.pm line 177.

2024-03-26 00:00:01 End bash* 00:07:56  WARN  
[GncQuotesImpl::parse_one_quote()] Skipped NYSE:CSX - Finance::Quote returned 
fetch failure.Reason Error retrieving quote for CSX. Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=CSX=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:07:56  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped NYSE:T - 
Finance::Quote returned fetch failure.Reason Error retrieving quote for T. 
Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=T=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:07:56  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped FUND:WFILX - 
Finance::Quote returned fetch failure.


    On Monday, March 25, 2024 at 03:20:24 AM EDT, Frank H. Ellenberger 
 wrote:  

 Hi David,

Am 25.03.24 um 05:13 schrieb David G. Pickett via gnucash-user:

  Wow, the mail handler seems to hate ascii text!  Is it a side effect of html 
email?

I keep forgetting that to run stuff installed by flatpak you need flatpak magic 
like this:
flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q dump xxx yyy


may I suggest, to read
https://wiki.gnucash.org/wiki/Flatpak#Tips and
https://www.gnucash.org/docs/v5/C/gnucash-manual/fq-command-line.html

After
  flatpak run --command=sh 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-25 Thread David Reiser via gnucash-user
I’ve seen that error, but it disappeared on its own in a few minutes. However, 
I don’t remember if I quit and relaunched Gnucash in between attempts. I do 
recommend updating F::Q to 1.59. The appearance of the error is rare, not 
common.
--
Dave Reiser
dbrei...@icloud.com





> On Mar 26, 2024, at 00:18, David G. Pickett via gnucash-user 
>  wrote:
> 
> PS: New error tonight:
> Found Finance::Quote version 1.58.* 23:59:55 ERROR  
> [parse_quotesource_error()] Unrecognized Finance::Quote Error Can't use 
> string ("18.590101") as a HASH ref while "strict refs" in use at 
> /app/lib/perl5/site_perl/5.32.0/Finance/Quote/YahooJSON.pm line 177.Price 
> retrieval failed: Unrecognized Finance::Quote Error: Can't use string 
> ("18.590101") as a HASH ref while "strict refs" in use at 
> /app/lib/perl5/site_perl/5.32.0/Finance/Quote/YahooJSON.pm line 177.
> 
> 2024-03-26 00:00:01 End bash* 00:07:56  WARN  
> [GncQuotesImpl::parse_one_quote()] Skipped NYSE:CSX - Finance::Quote returned 
> fetch failure.Reason Error retrieving quote for CSX. Attempt to fetch the URL 
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=CSX=price,summaryDetail,defaultKeyStatistics
>  resulted in HTTP response 500 (Internal Server Error)* 00:07:56  WARN 
>  [GncQuotesImpl::parse_one_quote()] Skipped NYSE:T - 
> Finance::Quote returned fetch failure.Reason Error retrieving quote for T. 
> Attempt to fetch the URL 
> https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=T=price,summaryDetail,defaultKeyStatistics
>  resulted in HTTP response 500 (Internal Server Error)* 00:07:56  WARN 
>  [GncQuotesImpl::parse_one_quote()] Skipped FUND:WFILX - 
> Finance::Quote returned fetch failure.
> 
> 
>On Monday, March 25, 2024 at 03:20:24 AM EDT, Frank H. Ellenberger 
>  wrote:  
> 
> Hi David,
> 
> Am 25.03.24 um 05:13 schrieb David G. Pickett via gnucash-user:
>>   Wow, the mail handler seems to hate ascii text!  Is it a side effect of 
>> html email?
>> 
>> I keep forgetting that to run stuff installed by flatpak you need flatpak 
>> magic like this:
>> flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q dump xxx yyy
> 
> may I suggest, to read
> https://wiki.gnucash.org/wiki/Flatpak#Tips and
> https://www.gnucash.org/docs/v5/C/gnucash-manual/fq-command-line.html
> 
> After
>   flatpak run --command=sh org.gnucash.GnuCash
> you can enter all flavours of gnucash-cli
>   gnucash-cli --quotes info
>   gnucash-cli --verbose --quotes dump SOURCE SYMBOL
> 
> HTH
> Frank
> 
>> What are the valid source codes?
>>   On Sunday, March 24, 2024 at 07:30:41 PM EDT, David G. Pickett 
>>  wrote:
>>   
>> dgp@dgp-p6803w:~$ find / -name libgnc-report.so* -type f -s 
>> 2>/dev/nulldgp@dgp-p6803w:~$
>> 
>>   On Sunday, March 24, 2024 at 07:26:53 PM EDT, David G. Pickett 
>>  wrote:
>>   
>> How does one run it?
>> 
>> dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but 
>> can be installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name 
>> gnucash-cli -type f -ls 2>/dev/null  1070407168 -rwxr-xr-x   2 root 
>> root   170360 Dec 18 13:44 
>> /var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
>>  
>> /var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
>>  -Q 
>> dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
>>  error while loading shared libraries: libgnc-report.so: cannot open shared 
>> object file: No such file or directorydgp@dgp-p6803w:~$
>> 
>>   On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
>>  wrote:
>>   
>> 
>> gnc-fq-dump's functionality has been replaced with
>> 
>> 
>> gnucash-cli -Q dump   [ ...]
>> 
>> 
>> Regards,
>> 
>> 
>> Geert
>> 
>> 
>> Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
>> gnucash-user:
>> 
>>> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58
>> 
>>> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software
>> 
>>> Updater, Software).
>> 
>>> 
>> 
>>> Apparently the Usage is a bit off, or that script is not being distributed
>> 
>>> by flatpak: $ (cd
>> 
>>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
>> 
>>> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:
>> 
>>> ./gnc-fq-dump  [-v]  [ ...]
>> 
>>> 
>> 
>>> $ (cd
>> 
>>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
>> 
>>> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund
>> 
>>> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds
>> 
>>> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref
>> 
>>> nasdaq romania hu morningstarch bse alphavantage hungary dutch
>> 
>>> 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-25 Thread David G. Pickett via gnucash-user
 PS: New error tonight:
Found Finance::Quote version 1.58.* 23:59:55 ERROR  
[parse_quotesource_error()] Unrecognized Finance::Quote Error Can't use string 
("18.590101") as a HASH ref while "strict refs" in use at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/YahooJSON.pm line 177.Price 
retrieval failed: Unrecognized Finance::Quote Error: Can't use string 
("18.590101") as a HASH ref while "strict refs" in use at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/YahooJSON.pm line 177.

2024-03-26 00:00:01 End bash* 00:07:56  WARN  
[GncQuotesImpl::parse_one_quote()] Skipped NYSE:CSX - Finance::Quote returned 
fetch failure.Reason Error retrieving quote for CSX. Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=CSX=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:07:56  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped NYSE:T - 
Finance::Quote returned fetch failure.Reason Error retrieving quote for T. 
Attempt to fetch the URL 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=T=price,summaryDetail,defaultKeyStatistics
 resulted in HTTP response 500 (Internal Server Error)* 00:07:56  WARN 
 [GncQuotesImpl::parse_one_quote()] Skipped FUND:WFILX - 
Finance::Quote returned fetch failure.


On Monday, March 25, 2024 at 03:20:24 AM EDT, Frank H. Ellenberger 
 wrote:  
 
 Hi David,

Am 25.03.24 um 05:13 schrieb David G. Pickett via gnucash-user:
>  Wow, the mail handler seems to hate ascii text!  Is it a side effect of html 
>email?
> 
> I keep forgetting that to run stuff installed by flatpak you need flatpak 
> magic like this:
> flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q dump xxx yyy

may I suggest, to read
https://wiki.gnucash.org/wiki/Flatpak#Tips and
https://www.gnucash.org/docs/v5/C/gnucash-manual/fq-command-line.html

After
  flatpak run --command=sh org.gnucash.GnuCash
you can enter all flavours of gnucash-cli
  gnucash-cli --quotes info
  gnucash-cli --verbose --quotes dump SOURCE SYMBOL

HTH
Frank

> What are the valid source codes?
>      On Sunday, March 24, 2024 at 07:30:41 PM EDT, David G. Pickett 
> wrote:
>  
>    dgp@dgp-p6803w:~$ find / -name libgnc-report.so* -type f -s 
>2>/dev/nulldgp@dgp-p6803w:~$
> 
>      On Sunday, March 24, 2024 at 07:26:53 PM EDT, David G. Pickett 
> wrote:
>  
>    How does one run it?
> 
> dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but 
> can be installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name 
> gnucash-cli -type f -ls 2>/dev/null  1070407    168 -rwxr-xr-x   2 root     
> root       170360 Dec 18 13:44 
> /var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
>  
> /var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
>  -Q 
> dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
>  error while loading shared libraries: libgnc-report.so: cannot open shared 
> object file: No such file or directorydgp@dgp-p6803w:~$
> 
>      On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
> wrote:
>  
>    
> gnc-fq-dump's functionality has been replaced with
> 
> 
> gnucash-cli -Q dump   [ ...]
> 
> 
> Regards,
> 
> 
> Geert
> 
> 
> Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
> gnucash-user:
> 
>> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58
> 
>> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software
> 
>> Updater, Software).
> 
>>
> 
>> Apparently the Usage is a bit off, or that script is not being distributed
> 
>> by flatpak: $ (cd
> 
>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> 
>> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:
> 
>> ./gnc-fq-dump  [-v]  [ ...]
> 
>> 
> 
>> $ (cd
> 
>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> 
>> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund
> 
>> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds
> 
>> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref
> 
>> nasdaq romania hu morningstarch bse alphavantage hungary dutch
> 
>> fetch_live_currencies goldmoney treasurydirect twelvedata deka
> 
>> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet
> 
>> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp
> 
>> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual
> 
>> tradeville france bloomberg aufunds australia usa amfiindia hustock
> 
>> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe
> 
>> greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not
> 
>> foundFinance::Quote 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-25 Thread David G. Pickett via gnucash-user
 Using chrome, this URL that failed Friday in gnucash-cli seems to run error 
free: 
https://query2.finance.yahoo.com/v11/finance/quoteSummary/?symbol=VZ=price,summaryDetail,defaultKeyStatistics
Not much fun running a hogtied shell!

Called each like this: echo za = ; timex gnucash-cli --verbose --quotes 
dump za vz ; echo
So many failures, so many apparently deadly slow both in success and in failure:


aex =* 13:10:14 ERROR  [parse_quotesource_error()] 
Unrecognized Finance::Quote Error GET 
https://live.euronext.com/en/search_instruments/vz failed: 500 Can't connect to 
live.euronext.com:443 (Temporary failure in name resolution) at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/AEX.pm line 72.Finance::Quote 
retrieval failed with error Unrecognized Finance::Quote Error: GET 
https://live.euronext.com/en/search_instruments/vz failed: 500 Can't connect to 
live.euronext.com:443 (Temporary failure in name resolution) at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/AEX.pm line 72.
real 257.10user 1.60sys 0.18
alphavantage =vz:currency_set_by_fq => 1      symbol => VZ      method 
=> alphavantage         low => 40.0100     success => 1      volume => 17816449 
      close => 40.5400    p_change => -0.4193        date => 03/22/2024        
last => 40.3700    currency => USD        high => 40.8100         net => 
-0.1700        open => 40.7400     isodate => 2024-03-22
real 257.44user 1.67sys 0.21
amfiindia =Finance::Quote reported a failure for symbol vz: Fund not 
found.real 260.63user 2.03sys 0.25
asegr =Finance::Quote reported a failure for symbol vz: Not foundreal 
2017.78user 7.01sys 0.24
asx =Finance::Quote reported a failure for symbol vz: Unable to fetch 
data from the ASX server 
'https://asx.api.markitdigital.com/asx-research/1.0/companies/vz/header'.  
Status: 500 Can't connect to asx.api.markitdigital.com:443 (Temporary failure 
in name resolution)real 382.34user 1.73sys 0.17
aufunds =Finance::Quote reported a failure for symbol vz: Failed to 
find APIR vz at /app/lib/perl5/site_perl/5.32.0/Finance/Quote/MorningstarAU.pm 
line 56.real 257.98user 1.58sys 0.23
australia =Finance::Quote reported a failure for symbol vz: Unable to 
fetch data from the ASX server 
'https://asx.api.markitdigital.com/asx-research/1.0/companies/vz/header'.  
Status: 400 Bad Requestreal 388.15user 1.79sys 0.29
bamosz =Finance::Quote reported a failure for symbol vz: No dataTable 
foundreal 368.02user 1.50sys 0.48
bet =Finance::Quote reported a failure for symbol vz: Failed to process 
JSON at /app/lib/perl5/site_perl/5.32.0/Finance/Quote/HU.pm line 110.
real 368.89user 1.76sys 0.25
bloomberg =Finance::Quote reported a failure for symbol vz: HTTP 
failurereal 257.66user 1.73sys 0.22
bourso =Finance::Quote reported a failure for symbol vz: Failed to 
retrieve quotereal 488.48user 1.74sys 0.23
bse =Finance::Quote reported a failure for symbol vz: Request error at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/HU.pm line 101.
real 257.24user 1.60sys 0.21
bseindia =Finance::Quote retrieval failed with error Failed to parse 
result returned by Finance::Quote.Error message:(1): expected 
valueResult:vz not found{"vz":{"errormsg":"Stock not found on 
BSE.","success":0}}
real 633.00user 2.08sys 0.23
bvb =Finance::Quote reported a failure for symbol vz: Error retrieving 
quote for vz. Attempt to fetch the URL 
https://bvb.ro/FinancialInstruments/Details/FinancialInstrumentsDetails.aspx?s=vz
 resulted in HTTP response 500 (Internal Server Error)real 242.99user 1.77sys 
0.24
canada =Finance::Quote reported a failure for symbol vz: Sorry, we 
couldn't find any results for "vz". Please try again.real 377.87user 1.86sys 
0.24
canadamutual =Finance::Quote reported a failure for symbol vz: Cannot 
parse quote datareal 388.69user 1.81sys 0.27
comdirect =Finance::Quote reported a failure for symbol vz: Comdirect 
failed: GET https://www.comdirect.de/inf/search/all.html?SEARCH_VALUE=vz 
failed: 500 Can't connect to www.comdirect.de:443 (Temporary failure in name 
resolution) at /app/lib/perl5/site_perl/5.32.0/Finance/Quote/Comdirect.pm line 
58.real 242.38user 1.71sys 0.23
consorsbank =Finance::Quote reported a failure for symbol vz: The 
server did not return a price for vz.real 262.68user 1.72sys 0.22
cse =Finance::Quote reported a failure for symbol vz: CSE failed: query 
did not return expected data at 
/app/lib/perl5/site_perl/5.32.0/Finance/Quote/CSE.pm line 58.real 258.44user 
1.76sys 0.22
deka =Finance::Quote reported a failure for symbol vz: HTTP errorreal 
257.57user 1.68sys 0.28
dutch =Finance::Quote reported a failure for symbol vz: Cannot find 
symbol vzreal 263.73user 1.85sys 0.23
dwsfunds =Finance::Quote reported a failure for symbol vz: Symbol vz 
not found.real 242.50user 1.57sys 0.39
europe =Finance::Quote reported a failure for 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-25 Thread David G. Pickett via gnucash-user
 flatpak run --command=sh org.gnucash.GnuCash gnucash-cli --quotes 
info/app/bin/gnucash-cli: /app/bin/gnucash-cli: cannot execute binary file


On Monday, March 25, 2024 at 03:20:24 AM EDT, Frank H. Ellenberger 
 wrote:  
 
 Hi David,

Am 25.03.24 um 05:13 schrieb David G. Pickett via gnucash-user:
>  Wow, the mail handler seems to hate ascii text!  Is it a side effect of html 
>email?
> 
> I keep forgetting that to run stuff installed by flatpak you need flatpak 
> magic like this:
> flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q dump xxx yyy

may I suggest, to read
https://wiki.gnucash.org/wiki/Flatpak#Tips and
https://www.gnucash.org/docs/v5/C/gnucash-manual/fq-command-line.html

After
  flatpak run --command=sh org.gnucash.GnuCash
you can enter all flavours of gnucash-cli
  gnucash-cli --quotes info
  gnucash-cli --verbose --quotes dump SOURCE SYMBOL

HTH
Frank

> What are the valid source codes?
>      On Sunday, March 24, 2024 at 07:30:41 PM EDT, David G. Pickett 
> wrote:
>  
>    dgp@dgp-p6803w:~$ find / -name libgnc-report.so* -type f -s 
>2>/dev/nulldgp@dgp-p6803w:~$
> 
>      On Sunday, March 24, 2024 at 07:26:53 PM EDT, David G. Pickett 
> wrote:
>  
>    How does one run it?
> 
> dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but 
> can be installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name 
> gnucash-cli -type f -ls 2>/dev/null  1070407    168 -rwxr-xr-x   2 root     
> root       170360 Dec 18 13:44 
> /var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
>  
> /var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
>  -Q 
> dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
>  error while loading shared libraries: libgnc-report.so: cannot open shared 
> object file: No such file or directorydgp@dgp-p6803w:~$
> 
>      On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
> wrote:
>  
>    
> gnc-fq-dump's functionality has been replaced with
> 
> 
> gnucash-cli -Q dump   [ ...]
> 
> 
> Regards,
> 
> 
> Geert
> 
> 
> Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
> gnucash-user:
> 
>> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58
> 
>> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software
> 
>> Updater, Software).
> 
>>
> 
>> Apparently the Usage is a bit off, or that script is not being distributed
> 
>> by flatpak: $ (cd
> 
>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> 
>> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:
> 
>> ./gnc-fq-dump  [-v]  [ ...]
> 
>> 
> 
>> $ (cd
> 
>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> 
>> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund
> 
>> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds
> 
>> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref
> 
>> nasdaq romania hu morningstarch bse alphavantage hungary dutch
> 
>> fetch_live_currencies goldmoney treasurydirect twelvedata deka
> 
>> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet
> 
>> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp
> 
>> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual
> 
>> tradeville france bloomberg aufunds australia usa amfiindia hustock
> 
>> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe
> 
>> greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not
> 
>> foundFinance::Quote fields Gnucash uses:    symbol: -v (deduced)
> 
>>   <=== required      date: ** missing **        <=== required  currency: **
> 
>> missing **        <=== required      last:                      <=\
> 
>>       nav:                      <=== one of these     price:
> 
>>        <=/          timezone:                      <=== optional ** This
> 
>> stock quote cannot be used by gnucash!!
> 
>> =
> 
>> vz not foundFinance::Quote fields Gnucash uses:    symbol: vz (deduced)
> 
>>     <=== required      date: ** missing **        <=== required  currency:
> 
>> ** missing **        <=== required      last:                      <=\
> 
>>          nav:                      <=== one of these     price:
> 
>>          <=/          timezone:                      <=== optional ** This
> 
>> stock quote cannot be used by gnucash!!
> 
>>
> 
>> real    0m35.045suser    0m1.709ssys     0m0.135s
> 
>> ^C
> 
>> ==without -v,  bourso 30s, france 29s,
> 
>> europe 2:16: (cd
> 
>> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> 
>> /Program\ Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-25 Thread Fred Bone
On 25 March 2024 at 4:13, David G. Pickett said:

>  Wow, the mail handler seems to hate ascii text!  Is it a side effect of
>  html email?
> 
> I keep forgetting that to run stuff installed by flatpak you need flatpak
> magic like this: flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q
> dump xxx yyy
> 
> What are the valid source codes?

What is your reason for quoting the whole of your original message, not 
just once but twice?

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-25 Thread Frank H. Ellenberger

Hi David,

Am 25.03.24 um 05:13 schrieb David G. Pickett via gnucash-user:

  Wow, the mail handler seems to hate ascii text!  Is it a side effect of html 
email?

I keep forgetting that to run stuff installed by flatpak you need flatpak magic 
like this:
flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q dump xxx yyy


may I suggest, to read
https://wiki.gnucash.org/wiki/Flatpak#Tips and
https://www.gnucash.org/docs/v5/C/gnucash-manual/fq-command-line.html

After
 flatpak run --command=sh org.gnucash.GnuCash
you can enter all flavours of gnucash-cli
 gnucash-cli --quotes info
 gnucash-cli --verbose --quotes dump SOURCE SYMBOL

HTH
Frank


What are the valid source codes?
 On Sunday, March 24, 2024 at 07:30:41 PM EDT, David G. Pickett 
 wrote:
  
   dgp@dgp-p6803w:~$ find / -name libgnc-report.so* -type f -s 2>/dev/nulldgp@dgp-p6803w:~$


 On Sunday, March 24, 2024 at 07:26:53 PM EDT, David G. Pickett 
 wrote:
  
   How does one run it?


dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but can be 
installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name gnucash-cli 
-type f -ls 2>/dev/null  1070407    168 -rwxr-xr-x   2 root     root       
170360 Dec 18 13:44 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
 -Q 
dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
 error while loading shared libraries: libgnc-report.so: cannot open shared object 
file: No such file or directorydgp@dgp-p6803w:~$

 On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
 wrote:
  
   
gnc-fq-dump's functionality has been replaced with



gnucash-cli -Q dump   [ ...]


Regards,


Geert


Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
gnucash-user:


Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58



Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software



Updater, Software).







Apparently the Usage is a bit off, or that script is not being distributed



by flatpak: $ (cd



/mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F



/Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:



./gnc-fq-dump  [-v]  [ ...]







$ (cd



/mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F



/Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund



finanzpartner tsx za six fondsweb iexcloud xetra unionfunds



troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref



nasdaq romania hu morningstarch bse alphavantage hungary dutch



fetch_live_currencies goldmoney treasurydirect twelvedata deka



fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet



fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp



ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual



tradeville france bloomberg aufunds australia usa amfiindia hustock



morningstaruk tesouro_direto nseindia troweprice fool tradegate europe



greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not



foundFinance::Quote fields Gnucash uses:    symbol: -v (deduced)



  <=== required      date: ** missing **        <=== required  currency: **



missing **        <=== required      last:                      <=\



      nav:                      <=== one of these     price:



       <=/          timezone:                      <=== optional ** This



stock quote cannot be used by gnucash!!



=



vz not foundFinance::Quote fields Gnucash uses:    symbol: vz (deduced)



    <=== required      date: ** missing **        <=== required  currency:



** missing **        <=== required      last:                      <=\



         nav:                      <=== one of these     price:



         <=/          timezone:                      <=== optional ** This



stock quote cannot be used by gnucash!!







real    0m35.045suser    0m1.709ssys     0m0.135s



^C



==without -v,  bourso 30s, france 29s,



europe 2:16: (cd



/mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F



/Program\ Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity hufund



finanzpartner tsx za six fondsweb iexcloud xetra unionfunds



troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref



nasdaq romania hu morningstarch bse alphavantage hungary dutch



fetch_live_currencies goldmoney treasurydirect twelvedata deka



fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet



fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp



ftfunds cse 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-24 Thread David G. Pickett via gnucash-user
 Wow, the mail handler seems to hate ascii text!  Is it a side effect of html 
email?

I keep forgetting that to run stuff installed by flatpak you need flatpak magic 
like this:
flatpak run --command=gnucash-cli org.gnucash.GnuCash -Q dump xxx yyy

What are the valid source codes?
On Sunday, March 24, 2024 at 07:30:41 PM EDT, David G. Pickett 
 wrote:  
 
  dgp@dgp-p6803w:~$ find / -name libgnc-report.so* -type f -s 
2>/dev/nulldgp@dgp-p6803w:~$ 

On Sunday, March 24, 2024 at 07:26:53 PM EDT, David G. Pickett 
 wrote:  
 
  How does one run it?

dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but can 
be installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name 
gnucash-cli -type f -ls 2>/dev/null  1070407    168 -rwxr-xr-x   2 root     
root       170360 Dec 18 13:44 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
 -Q 
dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
 error while loading shared libraries: libgnc-report.so: cannot open shared 
object file: No such file or directorydgp@dgp-p6803w:~$ 

On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
 wrote:  
 
  
gnc-fq-dump's functionality has been replaced with


gnucash-cli -Q dump   [ ...]


Regards,


Geert


Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
gnucash-user:

> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58

> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software

> Updater, Software).

> 

> Apparently the Usage is a bit off, or that script is not being distributed

> by flatpak: $ (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:

> ./gnc-fq-dump  [-v]  [ ...]

> 

> $ (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund

> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds

> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref

> nasdaq romania hu morningstarch bse alphavantage hungary dutch

> fetch_live_currencies goldmoney treasurydirect twelvedata deka

> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet

> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp

> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual

> tradeville france bloomberg aufunds australia usa amfiindia hustock

> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe

> greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not

> foundFinance::Quote fields Gnucash uses:    symbol: -v (deduced)       

>  <=== required      date: ** missing **        <=== required  currency: **

> missing **        <=== required      last:                      <=\        

>      nav:                      <=== one of these     price:               

>       <=/          timezone:                      <=== optional ** This

> stock quote cannot be used by gnucash!!

> =

> vz not foundFinance::Quote fields Gnucash uses:    symbol: vz (deduced)     

>    <=== required      date: ** missing **        <=== required  currency:

> ** missing **        <=== required      last:                      <=\     

>         nav:                      <=== one of these     price:             

>         <=/          timezone:                      <=== optional ** This

> stock quote cannot be used by gnucash!!

> 

> real    0m35.045suser    0m1.709ssys     0m0.135s

> ^C

> ==without -v,  bourso 30s, france 29s,

> europe 2:16: (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity hufund

> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds

> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref

> nasdaq romania hu morningstarch bse alphavantage hungary dutch

> fetch_live_currencies goldmoney treasurydirect twelvedata deka

> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet

> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp

> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual

> tradeville france bloomberg aufunds australia usa amfiindia hustock

> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe

> greece bamosz; do  echo $s  ; time perl ./gnc-fq-dump $s vz; 

> echo; done; )bseindia vz not foundFinance::Quote fields Gnucash

> uses: 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-24 Thread David G. Pickett via gnucash-user
 dgp@dgp-p6803w:~$ find / -name libgnc-report.so* -type f -s 
2>/dev/nulldgp@dgp-p6803w:~$ 

On Sunday, March 24, 2024 at 07:26:53 PM EDT, David G. Pickett 
 wrote:  
 
  How does one run it?

dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but can 
be installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name 
gnucash-cli -type f -ls 2>/dev/null  1070407    168 -rwxr-xr-x   2 root     
root       170360 Dec 18 13:44 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
 -Q 
dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
 error while loading shared libraries: libgnc-report.so: cannot open shared 
object file: No such file or directorydgp@dgp-p6803w:~$ 

On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
 wrote:  
 
  
gnc-fq-dump's functionality has been replaced with


gnucash-cli -Q dump   [ ...]


Regards,


Geert


Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
gnucash-user:

> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58

> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software

> Updater, Software).

> 

> Apparently the Usage is a bit off, or that script is not being distributed

> by flatpak: $ (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:

> ./gnc-fq-dump  [-v]  [ ...]

> 

> $ (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund

> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds

> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref

> nasdaq romania hu morningstarch bse alphavantage hungary dutch

> fetch_live_currencies goldmoney treasurydirect twelvedata deka

> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet

> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp

> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual

> tradeville france bloomberg aufunds australia usa amfiindia hustock

> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe

> greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not

> foundFinance::Quote fields Gnucash uses:    symbol: -v (deduced)       

>  <=== required      date: ** missing **        <=== required  currency: **

> missing **        <=== required      last:                      <=\        

>      nav:                      <=== one of these     price:               

>       <=/          timezone:                      <=== optional ** This

> stock quote cannot be used by gnucash!!

> =

> vz not foundFinance::Quote fields Gnucash uses:    symbol: vz (deduced)     

>    <=== required      date: ** missing **        <=== required  currency:

> ** missing **        <=== required      last:                      <=\     

>         nav:                      <=== one of these     price:             

>         <=/          timezone:                      <=== optional ** This

> stock quote cannot be used by gnucash!!

> 

> real    0m35.045suser    0m1.709ssys     0m0.135s

> ^C

> ==without -v,  bourso 30s, france 29s,

> europe 2:16: (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity hufund

> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds

> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref

> nasdaq romania hu morningstarch bse alphavantage hungary dutch

> fetch_live_currencies goldmoney treasurydirect twelvedata deka

> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet

> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp

> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual

> tradeville france bloomberg aufunds australia usa amfiindia hustock

> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe

> greece bamosz; do  echo $s  ; time perl ./gnc-fq-dump $s vz; 

> echo; done; )bseindia vz not foundFinance::Quote fields Gnucash

> uses:    symbol: vz (deduced)         <=== required      date: ** missing

> **        <=== required  currency: ** missing **        <=== required     

> last:                      <=\              nav:                      <===

> one of these     price:                      <=/          timezone:       

>               <=== optional ** This stock quote cannot be 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-24 Thread David G. Pickett via gnucash-user
 How does one run it?

dgp@dgp-p6803w:~$ gnucash-cli -Q dump Command 'gnucash-cli' not found, but can 
be installed with:sudo apt install gnucashdgp@dgp-p6803w:~$ find / -name 
gnucash-cli -type f -ls 2>/dev/null  1070407    168 -rwxr-xr-x   2 root     
root       170360 Dec 18 13:44 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-clidgp@dgp-p6803w:~$
 
/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli
 -Q 
dump/var/lib/flatpak/app/org.gnucash.GnuCash/x86_64/stable/5b6213dbb6d7a8bbe5dc0ed96590fca4a22cf3a1b9229c2fa0aa65e652bba777/files/bin/gnucash-cli:
 error while loading shared libraries: libgnc-report.so: cannot open shared 
object file: No such file or directorydgp@dgp-p6803w:~$ 

On Sunday, March 24, 2024 at 08:00:59 AM EDT, Geert Janssens 
 wrote:  
 
  
gnc-fq-dump's functionality has been replaced with


gnucash-cli -Q dump   [ ...]


Regards,


Geert


Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
gnucash-user:

> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58

> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software

> Updater, Software).

> 

> Apparently the Usage is a bit off, or that script is not being distributed

> by flatpak: $ (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:

> ./gnc-fq-dump  [-v]  [ ...]

> 

> $ (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund

> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds

> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref

> nasdaq romania hu morningstarch bse alphavantage hungary dutch

> fetch_live_currencies goldmoney treasurydirect twelvedata deka

> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet

> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp

> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual

> tradeville france bloomberg aufunds australia usa amfiindia hustock

> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe

> greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not

> foundFinance::Quote fields Gnucash uses:    symbol: -v (deduced)       

>  <=== required      date: ** missing **        <=== required  currency: **

> missing **        <=== required      last:                      <=\        

>      nav:                      <=== one of these     price:               

>       <=/          timezone:                      <=== optional ** This

> stock quote cannot be used by gnucash!!

> =

> vz not foundFinance::Quote fields Gnucash uses:    symbol: vz (deduced)     

>    <=== required      date: ** missing **        <=== required  currency:

> ** missing **        <=== required      last:                      <=\     

>         nav:                      <=== one of these     price:             

>         <=/          timezone:                      <=== optional ** This

> stock quote cannot be used by gnucash!!

> 

> real    0m35.045suser    0m1.709ssys     0m0.135s

> ^C

> ==without -v,  bourso 30s, france 29s,

> europe 2:16: (cd

> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F

> /Program\ Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity hufund

> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds

> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref

> nasdaq romania hu morningstarch bse alphavantage hungary dutch

> fetch_live_currencies goldmoney treasurydirect twelvedata deka

> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet

> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp

> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual

> tradeville france bloomberg aufunds australia usa amfiindia hustock

> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe

> greece bamosz; do  echo $s  ; time perl ./gnc-fq-dump $s vz; 

> echo; done; )bseindia vz not foundFinance::Quote fields Gnucash

> uses:    symbol: vz (deduced)         <=== required      date: ** missing

> **        <=== required  currency: ** missing **        <=== required     

> last:                      <=\              nav:                      <===

> one of these     price:                      <=/          timezone:       

>               <=== optional ** This stock quote cannot be used by gnucash!!

> 

> real    0m23.730suser    0m1.180ssys     0m0.111s

> tmx Finance::Quote fields Gnucash uses:    symbol: vz (deduced) 

>        <=== 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-24 Thread Geert Janssens
gnc-fq-dump's functionality has been replaced with

gnucash-cli -Q dump   [ ...]

Regards,

Geert

Op zaterdag 23 maart 2024 20:40:43 CET schreef David G. Pickett via 
gnucash-user:
> Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58
> Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software
> Updater, Software).
> 
> Apparently the Usage is a bit off, or that script is not being distributed
> by flatpak: $ (cd
> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> /Program\ Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; ) Usage:
> ./gnc-fq-dump  [-v]  [ ...]
> 
> $ (cd
> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> /Program\ Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund
> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds
> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref
> nasdaq romania hu morningstarch bse alphavantage hungary dutch
> fetch_live_currencies goldmoney treasurydirect twelvedata deka
> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet
> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp
> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual
> tradeville france bloomberg aufunds australia usa amfiindia hustock
> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe
> greece bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not
> foundFinance::Quote fields Gnucash uses:symbol: -v (deduced)   
>  <=== required  date: ** missing **<=== required  currency: **
> missing **<=== required  last:  <=\
>  nav:  <=== one of these price:   
>   <=/  timezone:  <=== optional ** This
> stock quote cannot be used by gnucash!!
> =
> vz not foundFinance::Quote fields Gnucash uses:symbol: vz (deduced) 
><=== required  date: ** missing **<=== required  currency:
> ** missing **<=== required  last:  <=\ 
> nav:  <=== one of these price: 
> <=/  timezone:  <=== optional ** This
> stock quote cannot be used by gnucash!!
> 
> real0m35.045suser0m1.709ssys 0m0.135s
> ^C
> ==without -v,  bourso 30s, france 29s,
> europe 2:16: (cd
> /mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F
> /Program\ Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity hufund
> finanzpartner tsx za six fondsweb iexcloud xetra unionfunds
> troweprice_direct known_currencies bvb dwsfunds nzx oslobors tiaacref
> nasdaq romania hu morningstarch bse alphavantage hungary dutch
> fetch_live_currencies goldmoney treasurydirect twelvedata deka
> fidelity_direct india ukfunds yahoo_json fundlibrary asegr sinvestor bet
> fundata onvista morningstarau canadamutual aex nyse morningstarjp asx tsp
> ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual
> tradeville france bloomberg aufunds australia usa amfiindia hustock
> morningstaruk tesouro_direto nseindia troweprice fool tradegate europe
> greece bamosz; do  echo $s  ; time perl ./gnc-fq-dump $s vz; 
> echo; done; )bseindia vz not foundFinance::Quote fields Gnucash
> uses:symbol: vz (deduced) <=== required  date: ** missing
> **<=== required  currency: ** missing **<=== required 
> last:  <=\  nav:  <===
> one of these price:  <=/  timezone:   
>   <=== optional ** This stock quote cannot be used by gnucash!!
> 
> real0m23.730suser0m1.180ssys 0m0.111s
> tmx Finance::Quote fields Gnucash uses:symbol: vz (deduced) 
><=== required  date: ** missing **<=== required 
> currency: ** missing **<=== required  last:   
>   <=\  nav:  <=== one of these price: 
> <=/  timezone:  <===
> optional ** This stock quote cannot be used by gnucash!!
> 
> real0m16.354suser0m1.022ssys 0m0.096s
> fidelity No results found for stock vz.
> real0m22.290suser0m1.167ssys 0m0.133s
> hufund Finance::Quote fields Gnucash uses:symbol: vz
> (deduced) <=== required  date: ** missing **<===
> required  currency: ** missing **<=== required  last: 
> <=\  nav:  <=== one of these   
>  price:  <=/  timezone: 
> <=== optional ** This stock quote cannot be used by gnucash!!
> 
> real0m22.200suser0m0.985ssys 0m0.125s
> finanzpartner 

Re: [GNC] Finance Quotes Yahoo off the rails again?

2024-03-23 Thread David G. Pickett via gnucash-user
Version: 5.5Build ID: Flathub 5.5Finance::Quote: 1.58
Ubuntu 22.04.4 LTS (all the latest updates from flatpak, snap, Software 
Updater, Software).

Apparently the Usage is a bit off, or that script is not being distributed by 
flatpak:
$ (cd 
/mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F/Program\
 Files/gnucash2.2.6/bin ; perl ./gnc-fq-dump; )
Usage: ./gnc-fq-dump  [-v]  [ ...]

$ (cd 
/mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F/Program\
 Files/gnucash2.2.6/binfor s in bseindia tmx fidelity hufund finanzpartner tsx 
za six fondsweb iexcloud xetra unionfunds troweprice_direct known_currencies 
bvb dwsfunds nzx oslobors tiaacref nasdaq romania hu morningstarch bse 
alphavantage hungary dutch fetch_live_currencies goldmoney treasurydirect 
twelvedata deka fidelity_direct india ukfunds yahoo_json fundlibrary asegr 
sinvestor bet fundata onvista morningstarau canadamutual aex nyse morningstarjp 
asx tsp ftfunds cse mstaruk seb_funds comdirect bourso canada indiamutual 
tradeville france bloomberg aufunds australia usa amfiindia hustock 
morningstaruk tesouro_direto nseindia troweprice fool tradegate europe greece 
bamoszdo time perl ./gnc-fq-dump $s -v vz echodone)-v not foundFinance::Quote 
fields Gnucash uses:    symbol: -v (deduced)         <=== required      date: 
** missing **        <=== required  currency: ** missing **        <=== 
required      last:                      <=\              nav:                  
    <=== one of these     price:                      <=/          timezone:    
                  <=== optional
** This stock quote cannot be used by gnucash!!
=
vz not foundFinance::Quote fields Gnucash uses:    symbol: vz (deduced)         
<=== required      date: ** missing **        <=== required  currency: ** 
missing **        <=== required      last:                      <=\             
 nav:                      <=== one of these     price:                      
<=/          timezone:                      <=== optional
** This stock quote cannot be used by gnucash!!

real    0m35.045suser    0m1.709ssys     0m0.135s
^C
==without -v,  bourso 30s, france 29s, 
europe 2:16:
(cd 
/mnt/37e7c8a7-a11a-41b9-8b5e-107f726a5475/Arc2/310GB/media/0A32075E32074E5F/Program\
 Files/gnucash2.2.6/bin; for s in bseindia tmx fidelity hufund finanzpartner 
tsx za six fondsweb iexcloud xetra unionfunds troweprice_direct 
known_currencies bvb dwsfunds nzx oslobors tiaacref nasdaq romania hu 
morningstarch bse alphavantage hungary dutch fetch_live_currencies goldmoney 
treasurydirect twelvedata deka fidelity_direct india ukfunds yahoo_json 
fundlibrary asegr sinvestor bet fundata onvista morningstarau canadamutual aex 
nyse morningstarjp asx tsp ftfunds cse mstaruk seb_funds comdirect bourso 
canada indiamutual tradeville france bloomberg aufunds australia usa amfiindia 
hustock morningstaruk tesouro_direto nseindia troweprice fool tradegate europe 
greece bamosz; do  echo $s  ; time perl ./gnc-fq-dump $s vz;  echo; 
done; )bseindia vz not foundFinance::Quote fields Gnucash uses:    
symbol: vz (deduced)         <=== required      date: ** missing **        <=== 
required  currency: ** missing **        <=== required      last:               
       <=\              nav:                      <=== one of these     price:  
                    <=/          timezone:                      <=== optional
** This stock quote cannot be used by gnucash!!

real    0m23.730suser    0m1.180ssys     0m0.111s
tmx Finance::Quote fields Gnucash uses:    symbol: vz (deduced)     
    <=== required      date: ** missing **        <=== required  currency: ** 
missing **        <=== required      last:                      <=\             
 nav:                      <=== one of these     price:                      
<=/          timezone:                      <=== optional
** This stock quote cannot be used by gnucash!!

real    0m16.354suser    0m1.022ssys     0m0.096s
fidelity No results found for stock vz.
real    0m22.290suser    0m1.167ssys     0m0.133s
hufund Finance::Quote fields Gnucash uses:    symbol: vz (deduced)  
       <=== required      date: ** missing **        <=== required  currency: 
** missing **        <=== required      last:                      <=\          
    nav:                      <=== one of these     price:                      
<=/          timezone:                      <=== optional
** This stock quote cannot be used by gnucash!!

real    0m22.200suser    0m0.985ssys     0m0.125s
finanzpartner Finance::Quote fields Gnucash uses:    symbol: vz 
(deduced)         <=== required      date: ** missing **        <=== required  
currency: ** missing **        <=== required      last:                      
<=\              nav:                      <=== one of these     price: