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