{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::CurrencyRates::Fixer (perldoc)\n\n## NAME\n\nFinance::Quote::CurrencyRates::Fixer - Obtain currency rates from https://fixer.io\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new(currencyrates => {order => ['Fixer'],\nfixer => {APIKEY => ...}});\n$value = $q->currency('18.99 EUR', 'USD');\n\n## DESCRIPTION\n\nThis 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\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **APIKEY**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::CurrencyRates::Fixer",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::CurrencyRates::Fixer - Obtain currency rates from https://fixer.io",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new(currencyrates => {order => ['Fixer'],\nfixer => {APIKEY => ...}});\n$value = $q->currency('18.99 EUR', 'USD');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "APIKEY",
                "lines": 11,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}