Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-05 Thread Adrian Holbrook
again for all your help Adrian From: Bruce Schuck Sent: 04 March 2025 16:28 To: 'GnuCash User' Cc: Adrian Holbrook ; Kalpesh Patel Subject: Re: [GNC] Problems getting prices from Yahoo as JSON On 3/4/25 12:01 AM, Adrian Holbrook wrote: > I think t

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-04 Thread Bruce Schuck
On 3/4/25 12:01 AM, Adrian Holbrook wrote: I think that the issue with the Perl module to download Finance::Quote is that it downloads the latest released version while I was trying to download the development issue. Exactly what command were you using. "cpan BPSCHUCK/Finance-Quote-1.64_03.ta

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-04 Thread Adrian Holbrook
lpesh Patel Sent: 03 March 2025 22:57 To: 'Bruce Schuck' ; 'GnuCash User' Cc: 'Adrian Holbrook' Subject: RE: [GNC] Problems getting prices from Yahoo as JSON Hi Bruce: Hopefully you are on your way to mending from the health issue. Anyways, your suggestions are du

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-03 Thread Kalpesh Patel
: Re: [GNC] Problems getting prices from Yahoo as JSON Sorry for late response, I've been battling some health issues the last month+. On Mar 1, 2025 at 09:06:36 EST, Kalpesh Patel wrote: > If you have Unix/Linux then you can run following to get the official > > interim release

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-03 Thread Bruce Schuck
Sorry for late response, I've been battling some health issues the last month+. On Mar 1, 2025 at 09:06:36 EST, Kalpesh Patel wrote: > If you have Unix/Linux then you can run following to get the official > interim release (literally cut and paste each line when your prompt > comes back after e

Re: [GNC] Problems getting prices from Yahoo as JSON If Strawberry Perl and F::Q are installed correctly then run following in a command prompt in Windows OS:

2025-03-03 Thread Kalpesh Patel
-Original Message- From: John M. Thornton Sent: Monday, March 03, 2025 8:44 AM To: gnucash-user@gnucash.org Subject: Re: [GNC] Problems getting prices from Yahoo as JSON If Strawberry Perl and F::Q are installed correctly then run following in a command prompt in Windows OS: When I tried t

Re: [GNC] Problems getting prices from Yahoo as JSON If Strawberry Perl and F::Q are installed correctly then run following in a command prompt in Windows OS:

2025-03-03 Thread John M. Thornton
-- Forwarded message -- > From: Kalpesh Patel > To: "'Adrian Holbrook'" , < > gnucash-user@gnucash.org> > Cc: > Bcc: > Date: Sun, 2 Mar 2025 12:34:42 -0500 > Subject: Re: [GNC] Problems getting prices from Yahoo as JSON > If S

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-02 Thread Adrian Holbrook
Thank you From: Kalpesh Patel Sent: 02 March 2025 17:34 To: 'Adrian Holbrook' ; gnucash-user@gnucash.org Subject: RE: [GNC] Problems getting prices from Yahoo as JSON If Strawberry Perl and F::Q are installed correctly then run following in a comm

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-02 Thread Kalpesh Patel
; incase cut-&-paste munges is up. From: Adrian Holbrook Sent: Sunday, March 02, 2025 3:03 AM To: Kalpesh Patel ; gnucash-user@gnucash.org Subject: Re: [GNC] Problems getting prices from Yahoo as JSON I am using Windows 11 and have just Gnucash 5.10. I have downloaded the F::Q 1.64_03 file

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-02 Thread Kalpesh Patel
x27; Cc: 'gnucash-user@gnucash.org' Subject: RE: [GNC] Problems getting prices from Yahoo as JSON Just to clarify: that will not install the one with Yahoo JSON patch to account for latest changes at Yahoo. That patch still needs to be installed manually as patch is yet to make it to

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-02 Thread Kalpesh Patel
: Kalpesh Patel ; gnucash-user@gnucash.org Subject: Re: [GNC] Problems getting prices from Yahoo as JSON Adrian, Forget downloading anything, just find and run the "Install Online Price Retrieval For Gnucash" in the Gnucash folder under all apps which will update it for you. Same d

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-02 Thread Adrian Holbrook
Sent: 01 March 2025 14:06 To: 'Adrian Holbrook' ; gnucash-user@gnucash.org Subject: RE: [GNC] Problems getting prices from Yahoo as JSON If you have Unix/Linux then you can run following to get the official interim release (literally cut and paste each line when your prompt comes

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Brad Morrison
Hi Adrian/GNUCash users, Thanks for sharing that you use Windows 11 - https://en.wikipedia.org/wiki/Windows_11 What version of GNUCash are you using? https://www.gnucash.org/download.phtml states that 5.10 is the current/latest version --- Thanks, Brad - https://www.facebook.com/brad.morris

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Kalpesh Patel
lpesh Patel ; gnucash-user@gnucash.org Subject: Re: [GNC] Problems getting prices from Yahoo as JSON Thanks. Not sure how to install a module from CPAN as suggested by Murugan so will attempt to modify the file. Best regards Adrian _ From: Kalpesh Patel mailto:kalpesh.pa...@us

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Klaus Dahlke via gnucash-user
Same here: I installed finance-quote via 'cpanm Finance::Quote' on Arch Linux. Package was downloaded, installation was only successful with the --force option The first try run into an early error: $ ./stockdump.pl yahoo_json PJS1.DE $VAR1 = {$crumb = 'PJS1.DEsuccess' => 0,

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Adrian Holbrook
] Problems getting prices from Yahoo as JSON On Windows it should be: C:\Strawberry\perl\site\lib\Finance\Quote On Unix/Linux it could be in many different places depending on how it was installed. Try these: /usr/share/perl5/Finance/Quote /usr/local/share/perl/5.26.1/Finance/Quote If not the

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-03-01 Thread Adrian Holbrook
Sorry - I am using Windows 11. Thanks for the prompt reply. I will now attempt to see if I can get the patch! Best regards Adrian From: Murugan Mariappan Sent: 28 February 2025 21:32 To: Adrian Holbrook ; gnucash-user@gnucash.org Subject: Re: Problems getting

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-02-28 Thread Kalpesh Patel
On Windows it should be: C:\Strawberry\perl\site\lib\Finance\Quote On Unix/Linux it could be in many different places depending on how it was installed. Try these: /usr/share/perl5/Finance/Quote /usr/local/share/perl/5.26.1/Finance/Quote If not then use find utility to locate it on Unix/Linux

Re: [GNC] Problems getting prices from Yahoo as JSON

2025-02-28 Thread Murugan Mariappan
Hi Adrian You did not mention what OS you are in, nevertheless the patch is already released by bruce you can use cpan or cpanm to install "BPSCHUCK/Finance-Quote-1.64_02.tar.gz" Saludos Cordiales Murugan From: gnucash-user on behalf of Adrian Holbroo