1Finance::Quote::GoldMonUesye(r3)Contributed Perl DocumenFtiantainocne::Quote::GoldMoney(3)
2
3
4
6 Finance::Quote::GoldMoney - obtain spot rates from GoldMoney.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %rates = $q->fetch('goldmoeny','gold', 'silver', 'platinum');
14
16 This module obtains current spot rates for 'gold', 'silver' and
17 'platinum' from Goldmoney (http://www.goldmoney.com). All other symbols
18 are ignored.
19
20 Information returned by this module is governed by Net Transactions
21 Ltd.'s terms and conditions. This module is *not* affiliated with the
22 company in any way. Use at your own risk.
23
25 The following labels are returned by Finance::Quote::GoldMoney:
26
27 - exchange
28 - name
29 - date, time
30 - price (per ounce), price_gg (per goldgram, gold only),
31 price_pg (per platinumgram, platinum only)
32 - currency
33
35 GoldMoney (Net Transactions Ltd.), http://www.goldmoney.com/
36
37
38
39perl v5.12.2 2011-01-12 Finance::Quote::GoldMoney(3)