{
    "mode": "perldoc",
    "parameter": "Finance::Quote::CurrencyRates::ECB",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ACurrencyRates%3A%3AECB/json",
    "generated": "2026-06-12T08:46:56Z",
    "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new(currencyrates => {order => ['ECB']});\n$value = $q->currency('18.99 EUR', 'CAD');",
    "sections": {
        "NAME": {
            "content": "Finance::Quote::CurrencyRates::ECB - Obtain currency rates from https://www.ecb.europa.eu\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Finance::Quote;\n\n$q = Finance::Quote->new(currencyrates => {order => ['ECB']});\n\n$value = $q->currency('18.99 EUR', 'CAD');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fetches currency rates from https://www.ecb.europa.eu and provides data to\nFinance::Quote to convert the first argument to the equivalent value in the currency indicated\nby the second argument.\n\nThe European Central Bank provides a small list of currencies, quoted against the Euro. This\nmodule caches the table of rates for the lifetime of the Finance::Quote object after the first\ncurrency conversion.\n\nTerms & Conditions\nUse of https://www.ecb.europa.eu is governed by any terms & conditions of that site.\n\nFinance::Quote is released under the GNU General Public License, version 2, which explicitly\ncarries a \"No Warranty\" clause.\n",
            "subsections": []
        }
    },
    "summary": "Finance::Quote::CurrencyRates::ECB - Obtain currency rates from https://www.ecb.europa.eu",
    "flags": [],
    "examples": [],
    "see_also": []
}