logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::GoldMoney - obtain spot rates from GoldMoney.

Description

       This module obtains current spot rates for 'gold', 'silver' and 'platinum' from Goldmoney
       (http://www.goldmoney.com). All other symbols are ignored.

       Information returned by this module is governed by Net Transactions Ltd.'s terms and conditions. This
       module is *not* affiliated with the company in any way. Use at your own risk.

Labels Returned

       The following labels are returned by Finance::Quote::GoldMoney:

               - exchange
               - name
               - date, time
               - price (per gram),
           - currency

Name

       Finance::Quote::GoldMoney - obtain spot rates from GoldMoney.

See Also

       GoldMoney (Net Transactions Ltd.), http://www.goldmoney.com/

perl v5.40.1                                       2025-05-16                     Finance::Quote::GoldMoney(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %rates = $q->fetch('goldmoeny','gold', 'silver', 'platinum');

See Also