Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::GoldMoney

Name Finance::Quote::GoldMoney
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/GoldMoney.pm
Is Core No
Search CPAN for this module Finance::Quote::GoldMoney
Documentation Finance::Quote::GoldMoney
Module Details Finance::Quote::GoldMoney

NAME

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


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %rates = $q->fetch('goldmoeny','gold', 'silver', 'platinum');


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


SEE ALSO

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026