Re: [Finance-quote-devel] F::Q 1.40 uploaded

2017-11-06 Thread Erik Colson
Raviraj Murdeshwar writes: > HI Erik > > I downloaded 'Finance-Quote-1.40.tar.gz' and tried simple example as > follows and it's not returning the data. I have setup the API key as per > your instructions. > > #!/usr/bin/perl > > use lib '../lib'; > > # import module > use Finance::Quote; > > #

Re: [Finance-quote-devel] F::Q 1.40 uploaded

2017-11-06 Thread Raviraj Murdeshwar
HI Erik I downloaded 'Finance-Quote-1.40.tar.gz' and tried simple example as follows and it's not returning the data. I have setup the API key as per your instructions. #!/usr/bin/perl use lib '../lib'; # import module use Finance::Quote; # create object my $q = Finance::Quote->new(); # retri

Finance-Quote 1.41 released!

2017-11-06 Thread Erik Colson
New version 1.41 of Finance-Quote is available with the following changes: * return symbol for AlphaVantage data * added AlphaVantage module (Matthew Patterson) * some other module changes: yahoojson, Morningstar, Bourso, TSX (not working) Authors: - Dj Padzensky , Pad

Price retrieval

2017-11-06 Thread Alan Schold
I usually update prices on the weekend, but this past weekend suddenly the process would not happen. I attempted ro reinstall the perl from the GnuCash section of Windows 10 and got an error message. Attached is the screenshot of the installation process. Any ideas? ___

Re: Stock price fetch from ASX broken?

2017-11-06 Thread John Ralls
> On Nov 5, 2017, at 12:49 PM, Chris Good wrote: > > Hi John, > > I actually just used the reply option in the nabble webpage. It seems to have > done what I wanted which was to send an email to GnuCash User with a link to > the nabble thread which contains the instructions for installing th

Finance-Quote 1.42 released!

2017-11-06 Thread Erik Colson
New version 1.42 of Finance-Quote is available with the following changes: * more tests in alphavantage.t * BUG resolved: removed time from $last_refresh when markets are open Authors: - Dj Padzensky , PadzNet, Inc. - Linas Vepstas - Yannick LE NY - Paul Fenwick - Bre

Re: Price retrieval

2017-11-06 Thread Maf. King
Hi, look at the list archives for the last few days. Yahoo! removed their online quotes service. No idea about your error message though. perhaps a bad download? Maf. On Monday, 6 November 2017 16:54:33 GMT Alan Schold wrote: > I usually update prices on the weekend, but this past weekend s

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Fross, Michael
Thank you so much Erik. I had a lot of trouble getting 1.40 and 1.41 working on windows, but 1.42 worked without issue using Alphavantage. I appreciate you taking the time to help us (all all of the other users of F:Q) out. If anyone is having issues getting it working on Windows with Activatest

Re: Finance-Quote 1.42 released!

2017-11-06 Thread nvsoar
On 11/06/17 12:04, Fross, Michael wrote: Thank you so much Erik. I had a lot of trouble getting 1.40 and 1.41 working on windows, but 1.42 worked without issue using Alphavantage. I appreciate you taking the time to help us (all all of the other users of F:Q) out. If anyone is having issues ge

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Bruce Schuck
> New version 1.42 of Finance-Quote is available with the following > changes: > * more tests in alphavantage.t> * BUG resolved: removed time from > $last_refresh when markets are open A big thank you for working on this over the weekend Erik. I have noticed that fetching the quotes on OSX (10.

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Fross, Michael
Hello nvsoar, Firstly, head to alphavantage.co and signup for a free API key. This key is tied to you and allows you to query their data. Secondly, set an environment variable in Windows. The variable should be: ALPHAVANTAGE_API_KEY= where xx is the key from above. In order to set

Re: F::Q 1.40 uploaded

2017-11-06 Thread brad
alphavantage works with the few funds that I tried. Anybody have a quick way to change all quote sources from yahoo to alphavantage? On 11/05/2017 12:44 PM, Erik Colson wrote: ... Please note that while AlphaVantage does appear to offer quite a bunch of quotes, it doesn't seem to support fun

Finance-Quote 1.43 released!

2017-11-06 Thread Erik Colson
New version 1.43 of Finance-Quote is available with the following changes: * Added currency for .DE market * BUGFIX in currency determination regex Authors: - Dj Padzensky , PadzNet, Inc. - Linas Vepstas - Yannick LE NY - Paul Fenwick - Brent Neal - Volker Stuerzl

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Bruce Schuck
> If you launch GnuCash using the launcher in a Finder window, add your > "export ALPHAVANTAGE_API_KEY=X" line to the file > "/Applications/Gnucash.app/Contents/MacOS/Gnucash". I added it just > below the last current export line. On a similar note, if you launch Gnucash from the lau

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Steve
Michael Fross wrote > If anyone is having issues getting it working on Windows with > Activatestate > Perl, I'd be happy to post about it, but it was really just installing F:Q > 1.42 and then changing all of my securities to update via Alphavantage. * > I > also had to add the API key to an env

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Dave H
Check out this nabble thread for details Cheers Dave H. On 7 November 2017 at 11:42, Steve wrote: > Michael Fross wrote > > If anyone is having issues getting it working on Windows with > > Activatestate > > Perl, I'd be happy to post about it, but it was really just installing > F:Q > > 1.

RE: Finance-Quote 1.42 released!

2017-11-06 Thread ? ??
Thank you for all of your contribution. I have F-Q 1.40 installed in my Windows 10. But when I tried to upgrade to 1.42 from 1.40, system told me that 1.40 is up-to-date. Did I miss some step? I've applied for an API key from AlphaVantage and set the environment variable OK in Winodws 10. jctc

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Steve
Thank you. After reviewing those threads you referenced, think I'll do nothing for the moment, will wait for the dust to settle... appreciate your reply, however. -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html ___ gnucas

RE: Finance-Quote 1.42 released!

2017-11-06 Thread ? ??
1.43 is able to be upgraded in Windows. But when I am upgrading it, some error messages as below. === * Check Perl version * Install required perl modules Database was generated on Mon, 06 Nov 2017 02:13:58 GMT Updating database file ...

Re: gnucash-user Digest, Vol 176, Issue 12

2017-11-06 Thread Keith Myers
I have been unsuccessful in getting F-Q to pull any quotes with any success other than one time in a fluke.  I have tried 1.39, 1.40. 1.42 and 1.43.  I update the module manually for 1.40 and 1.42.  I got two test securities to update on Friday.  Every other attempt has produced the unable to re

Re: Finance-Quote 1.43 released!

2017-11-06 Thread Eugenedev
Test fails lisa /tmp # export ONLINE_TEST=true lisa /tmp # perl /root/.cpan/build/Finance-Quote-1.43-0/t/alphavantage.t 1..77 malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "\n\t<...") at /usr/local/lib64/perl5/5.24.3/Finance/Quote/AlphaVantage.

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Erik Colson
? ?? writes: > Error reading 'C:\strawberry\cpan\FTPstats.yml': Alert: While trying to > 'parse' YAML file > 'C:\strawberry\cpan\FTPstats.yml' > .. > Stashing away as 'C:\strawberry\cpan\FTPstats.yml.1510022664' to prevent > further interruptions. You may want to remove that file later. > Cou

Re: Finance-Quote 1.42 released!

2017-11-06 Thread Erik Colson
? ?? writes: > Thank you for all of your contribution. > > I have F-Q 1.40 installed in my Windows 10. But when I tried to upgrade to > 1.42 from 1.40, system told me that 1.40 is up-to-date. > Did I miss some step? Probably not. There is a lag between me uploading F::Q and the CPAN server in