Re: [GNC] ASX quotes not working again?

2020-12-21 Thread dullege
: Re: [GNC] ASX quotes not working again? Hi Geoff, Am 21.12.20 um 06:01 schrieb Geoff: > I am time poor, but I hope to do a proper documented release of this > next year. > > Regards > > Geoff important is to add it to https://github.com/finance-quote/finance-qu

Re: [GNC] ASX quotes not working again?

2020-12-21 Thread Frank H. Ellenberger
Hi Geoff, Am 21.12.20 um 06:01 schrieb Geoff: > I am time poor, but I hope to do a proper documented release of this > next year. > > Regards > > Geoff important is to add it to https://github.com/finance-quote/finance-quote Regards Frank ___ gnucash

Re: [GNC] ASX quotes not working again?

2020-12-20 Thread dullege
This looks to be working good - thanks so much for sending the file. Regards, Bill -Original Message- From: Geoff Sent: Monday, 21 December 2020 4:01 PM To: dull...@gmail.com; gnucash-user@gnucash.org Subject: Re: [GNC] ASX quotes not working again? If you are comfortable accepting

Re: [GNC] ASX quotes not working again?

2020-12-20 Thread Geoff
If you are comfortable accepting code from strangers on the internet, the attached version seems to be working for me. C:\Program Files (x86)\gnucash\bin>perl gnc-fq-dump asx BHP Finance::Quote fields Gnucash uses: symbol: BHP <=== required date: 12/21/2020 <

[GNC] ASX quotes not working again?

2020-12-20 Thread dullege
I note Australian stock exchange quotes are failing again. I had a fix from October . maybe they have changed their site again? Using gnc-fq-dump seems to work fine . C:\Program Files (x86)\gnucash\bin> perl gnc-fq-dump ASX IAG Finance::Quote fields Gnucash uses: symbol: IAG

Re: [GNC] ASX quotes not working

2020-10-16 Thread Geoff
Thanks for confirming John. Fingers crossed the ASX don't make any more changes to their web site for another decade ;--) Geoff = On 17/10/2020 3:31 pm, John Bonnett wrote: Hi Geoff, Thanks for all your effort too, the least I can do is try to help you with good feedback. Incidentally

Re: [GNC] ASX quotes not working

2020-10-16 Thread John Bonnett
Hi Geoff, Thanks for all your effort too, the least I can do is try to help you with good feedback. Incidentally I am a recently retired software developer so, even though I had never worked with Perl, I was pretty sure I knew what you needed to know. I can report that, with your new ASX.pm,

Re: [GNC] ASX quotes not working

2020-10-15 Thread John Bonnett
Hi Geoff, I am still not getting all my stocks retrieved inside GnuCash but I may have made some progress. I checked the stocks not working using gnc-fq-dump and they all retrieved except for one I still had that had been de-listed, so that is as expected, but does not explain why they don't

Re: [GNC] ASX quotes not working

2020-10-15 Thread John Bonnett
Hi Geoff, I seem to have partly solved my problem. Following up on a comment from Bill and your interest in the version of Perl I was running, I chased up a recent version of Strawberry Perl. I got v5.32.0 64bit and installed that. It still thought I had the older 32bit installed so I tried

Re: [GNC] ASX quotes not working

2020-10-15 Thread Peter West
-- Peter West p...@pbw.id.au “Woe to you lawyers also! For you load people with burdens hard to bear, and you yourselves do not touch the burdens with one of your fingers.” It’s not strange, because %decoded_json is the name of a hash, a structure of key=>value pairs. A single “value” is a scal

Re: [GNC] ASX quotes not working

2020-10-15 Thread dullege
nnett Sent: Thursday, 15 October 2020 6:04 PM To: Geoff ; gnucash-user@gnucash.org Subject: Re: [GNC] ASX quotes not working Strawberry Perl 5.18.2.2-32bit On 15/10/2020 4:21 pm, Geoff wrote: > Hmmm. I can't reproduce your problem. What version of perl are you > running please John?

Re: [GNC] ASX quotes not working

2020-10-15 Thread John Bonnett
Strawberry Perl 5.18.2.2-32bit On 15/10/2020 4:21 pm, Geoff wrote: Hmmm.  I can't reproduce your problem.  What version of perl are you running please John? > perl -v Thanks Geoff = On 15/10/2020 4:09 pm, John Bonnett wrote: Hi Geoff, I had an error in naming the file. I had a space b

Re: [GNC] ASX quotes not working

2020-10-14 Thread Geoff
Hmmm. I can't reproduce your problem. What version of perl are you running please John? > perl -v Thanks Geoff = On 15/10/2020 4:09 pm, John Bonnett wrote: Hi Geoff, I had an error in naming the file. I had a space between the "X" and the "."! After fixing that I have a different err

Re: [GNC] ASX quotes not working

2020-10-14 Thread John Bonnett
Hi Geoff, I had an error in naming the file. I had a space between the "X" and the "."! After fixing that I have a different error, so we are making progress. It complains about line 138.                 $info{$stock,$label} = %$decoded_json{$label_map{$label}}; I am not familiar with Perl s

Re: [GNC] ASX quotes not working

2020-10-14 Thread Geoff
Hi John No, there is no need to rebuild any libraries, these are just plain text perl source code files. That error message implies that you successfully renamed the original ASX.pm file, but perhaps forgot step 4 of my instructions to rename the new one from "ASX.pm.txt" to "ASX.pm"? Plea

Re: [GNC] ASX quotes not working

2020-10-14 Thread John Bonnett
Hi Geoff, Tried your instructions but got an error when I tried to test it. Do we need to build libraries again or something? I am not familiar with Perl development. PS C:\Program Files (x86)\gnucash\bin> perl gnc-fq-dump ASX BHP Can't locate Finance/Quote/ASX.pm in @INC (you may need to ins

Re: [GNC] ASX quotes not working

2020-10-13 Thread Geoff
com wrote: Okay I see this is reported here: https://github.com/finance-quote/finance-quote/issues/166 -Original Message- From: gnucash-user On Behalf Of wrd2093au Sent: Tuesday, 13 October 2020 2:44 PM To: gnucash-user@gnucash.org Subject: [GNC] ASX quotes not working I'm in Austr

Re: [GNC] ASX quotes not working

2020-10-13 Thread Geoff
2093au Sent: Tuesday, 13 October 2020 2:44 PM To: gnucash-user@gnucash.org Subject: [GNC] ASX quotes not working I'm in Australia and suddenly all my stock price updates from ASX are now failing the past couple of days - anyone experienced this? I have two different PCs ... both showing same p

Re: [GNC] ASX quotes not working

2020-10-13 Thread dullege
Okay I see this is reported here: https://github.com/finance-quote/finance-quote/issues/166 -Original Message- From: gnucash-user On Behalf Of wrd2093au Sent: Tuesday, 13 October 2020 2:44 PM To: gnucash-user@gnucash.org Subject: [GNC] ASX quotes not working I'm in Australi

[GNC] ASX quotes not working

2020-10-12 Thread wrd2093au
I'm in Australia and suddenly all my stock price updates from ASX are now failing the past couple of days - anyone experienced this? I have two different PCs ... both showing same problem. The source for the quotes in the Security Editor is single "Australian Stock Exchange, AU". This is versio