[GNC] Finance::Quote and TMX.pm

gnu Gord gnucashgord at gmail.com
Sat Nov 12 12:07:06 EST 2022


Thanks for the suggestion but the TMX module is already listed in Quote.pm.
It existed before I started so there must be some other way GnuCash decides
whether a module is available for use or not... I just don't know how.

Thanks again,
Gord


On Sat, Nov 12, 2022 at 7:20 AM Ken Farley <farleykj at gmail.com> wrote:

> If I remember correctly, when I made my own module to grab US EE Bond
> prices, in order for GnuCash to allow my module to be used, I had to add
> it to the MODULES list in Quote.pm. I'm working on a Mac, so your path
> might differ, but for me it's in /Library/Perl/5.30/Finance. I added a
> line between two of the entries in Quote.pm. For example, here's the
> chunk of that file for me, where I've added "USBonds" to reference my
> Perl module "USBonds.pm".
>
> @MODULES = qw/
>      AEX
>      ... (many many modules)
>      Troweprice
>      USBonds
>      USFedBonds
>      Union
>      YahooJSON
>      ZA
> /;
>
> If that's not helpful, and something more has to be done, I don't know
> what it might be. I don't recall having to do anything else except
> restarting GnuCash.
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at 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.
>


More information about the gnucash-user mailing list