1Finance::Quote::CurrencUysRearteCso:n:tErCiBb(u3t)ed PerFlinDaonccuem:e:nQtuaottieo:n:CurrencyRates::ECB(3)
2
3
4
6 Finance::Quote::CurrencyRates::ECB - Obtain currency rates from
7 https://www.ecb.europa.eu
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new(currency_rates => {order => ['ECB']});
13
14 $value = $q->currency('18.99 EUR', 'CAD');
15
17 This module fetches currency rates from https://www.ecb.europa.eu and
18 provides data to Finance::Quote to convert the first argument to the
19 equivalent value in the currency indicated by the second argument.
20
21 The European Central Bank provides a small list of currencies, quoted
22 against the Euro. This module caches the table of rates for the
23 lifetime of the Finance::Quote object after the first currency
24 conversion.
25
27 Use of https://www.ecb.europa.eu is governed by any terms & conditions
28 of that site.
29
30 Finance::Quote is released under the GNU General Public License,
31 version 2, which explicitly carries a "No Warranty" clause.
32
33
34
35perl v5.34.0 2021-11-F1i0nance::Quote::CurrencyRates::ECB(3)