1Finance::Quote::CurrencUiseesr(3C)ontributed Perl DocumeFnitnaatnicoen::Quote::Currencies(3)
2
3
4
6 Finance::Quote::Currencies - List of currencies from Yahoo Finance
7
9 use Finance::Quote::Currencies;
10
11 my $currencies = Finance::Quote::Currencies::known_currencies();
12
13 # Grab the latest from Yahoo
14 my $live_currencies = Finance::Quote::Currencies::fetch_live_currencies();
15
17 This module provides a list of known currencies from Yahoo Currency
18 Converter.
19
20 The converter website includes a list of known currencies - this module
21 includes a stored list
22
24 The currency list stored in this module was last copied from the live
25 site:
26
27 Sun Feb 15 18:01:12 GMT 2009
28
30 This program is free software; you can redistribute it and/or modify it
31 under the terms of the GNU General Public License as published by the
32 Free Software Foundation; either version 2 of the License, or (at your
33 option) any later version.
34
35 Currency information fetched through this module is bound by Yahoo!'s
36 terms and conditons.
37
39 Bradley Dean <bjdean@bjdean.id.au>
40
42 Yahoo Currency Converter -
43 http://uk.finance.yahoo.com/currency-converter
44
45
46
47perl v5.32.0 2020-07-28 Finance::Quote::Currencies(3)