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 gram),
31 - currency
32
34 GoldMoney (Net Transactions Ltd.), http://www.goldmoney.com/
35
36
37
38perl v5.32.1 2021-01-27 Finance::Quote::GoldMoney(3)