{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::IEXCloud (perldoc)\n\n## NAME\n\nFinance::Quote::IEXClound - Obtain quotes from https://iexcloud.io\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new('IEXCloud', iexcloud => {APIKEY => 'your-iexcloud-api-key'});\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");\n\n## DESCRIPTION\n\nThis module fetches information from https://iexcloud.io.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **APIKEY**\n- **LABELS RETURNED**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::IEXCloud",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::IEXClound - Obtain quotes from https://iexcloud.io",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new('IEXCloud', iexcloud => {APIKEY => 'your-iexcloud-api-key'});\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");",
        "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": 7,
                "subsections": []
            },
            {
                "name": "APIKEY",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}