Once I sent the last message and had a bit of time to think about it, I realized I could try something, and it worked.

There's a line in the module that uses a few exchange names to find the correct data on the HTML page:

      $taglink = $tree->look_down(_tag => 'a', href => qr!^./quote/$ucstock:(NYSE|NASDAQ|NYSEAMERICAN)!);

Changing this to add the mutual fund exchange makes it work:

      $taglink = $tree->look_down(_tag => 'a', href => qr!^./quote/$ucstock:(NYSE|NASDAQ|NYSEAMERICAN|MUTF)!);

What a fun bit of detective work that was.
_______________________________________________
gnucash-user mailing list
gnucash-user@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.

Reply via email to