Finance quotes problems Mac OS 10.10

John Ralls jralls at ceridwen.us
Sun Aug 23 04:09:22 EDT 2015


> On Aug 22, 2015, at 1:43 PM, Sam Thompson <sfthompson3 at gmail.com> wrote:
> 
> Hi,
> 
> Hopefully you can help me get finance quote working. I installed it but I get the message “there was a system error while retrieving the quote prices.” 
> 
> I was looking online and found http://www.gnucash.org/docs/v2.6/C/gnucash-help/acct-create.html#Online-price-setup.
> I followed the first step and ran “periodic Finance::Quote.” The module is installed. I tried to run the gnc-fq-dump test program, I get a "command not found" error from terminal. What do I need to do to run the gnc-fq commands?

Provide the full path, which is /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-dump if you put GnuCash in /Applications.

If gnc-fq-dump works, try also 
  echo ‘(source “STCK”)’ | /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-helper
substituting a real source and stock symbol. That may complain about a missing Date::Manip which you can install from CPAN:
  sudo cpan install Date::Manip
It will prompt you for your password.

Regards,
John Ralls




More information about the gnucash-user mailing list