{
    "mode": "perldoc",
    "parameter": "Finance::Quote::IEXCloud",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AIEXCloud/json",
    "generated": "2026-06-13T03:54:28Z",
    "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new('IEXCloud', iexcloud => {APIKEY => 'your-iexcloud-api-key'});\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");",
    "sections": {
        "NAME": {
            "content": "Finance::Quote::IEXClound - Obtain quotes from https://iexcloud.io\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Finance::Quote;\n\n$q = Finance::Quote->new('IEXCloud', iexcloud => {APIKEY => 'your-iexcloud-api-key'});\n\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fetches information from https://iexcloud.io.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"IEXCloud\" in the argument list to Finance::Quote->new().\n\nThis module provides the \"iexcloud\" fetch method.\n",
            "subsections": []
        },
        "APIKEY": {
            "content": "https://iexcloud.io requires users to register and obtain an API key, which is also called a\ntoken. The token may contain a prefix string, such as 'pk' and then a sequence of random\ndigits.\n\nThe API key may be set by either providing a module specific hash to Finance::Quote->new as in\nthe above example, or by setting the environment variable IEXCLOUDAPIKEY.\n",
            "subsections": []
        },
        "LABELS RETURNED": {
            "content": "The following labels may be returned by Finance::Quote::IEXClound : symbol, open, close, high,\nlow, last, volume, method, isodate, currency.\n",
            "subsections": []
        }
    },
    "summary": "Finance::Quote::IEXClound - Obtain quotes from https://iexcloud.io",
    "flags": [],
    "examples": [],
    "see_also": []
}