{
    "mode": "perldoc",
    "parameter": "Finance::Quote::CurrencyRates::Fixer",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ACurrencyRates%3A%3AFixer/json",
    "generated": "2026-07-05T09:29:00Z",
    "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new(currencyrates => {order => ['Fixer'],\nfixer => {APIKEY => ...}});\n$value = $q->currency('18.99 EUR', 'USD');",
    "sections": {
        "NAME": {
            "content": "Finance::Quote::CurrencyRates::Fixer - Obtain currency rates from https://fixer.io\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Finance::Quote;\n\n$q = Finance::Quote->new(currencyrates => {order => ['Fixer'],\nfixer => {APIKEY => ...}});\n\n$value = $q->currency('18.99 EUR', 'USD');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fetches currency rates from https://fixer.io and provides data to Finance::Quote to\nconvert the first argument to the equivalent value in the currency indicated by the second\nargument.\n\nThis module caches the currency rates for the lifetime of the quoter object, unless 'cache => 0'\nis included in the 'fixer' options hash.\n",
            "subsections": []
        },
        "APIKEY": {
            "content": "https://fixer.io requires users to register and obtain an API key.\n\nThe API key must be set by providing a 'fixer' hash inside the 'currencyrates' hash to\nFinance::Quote->new as in the above example.\n\nTerms & Conditions\nUse of https://fixer.io 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::Fixer - Obtain currency rates from https://fixer.io",
    "flags": [],
    "examples": [],
    "see_also": []
}