{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::AlphaVantage (perldoc)\n\n## NAME\n\nFinance::Quote::AlphaVantage - Obtain quotes from https://iexcloud.io\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new('AlphaVantage', alphavantage => {APIKEY => 'your-alphavantage-api-key'});\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");\n\n## DESCRIPTION\n\nThis module fetches information from https://www.alphavantage.co.\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::AlphaVantage",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::AlphaVantage - Obtain quotes from https://iexcloud.io",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new('AlphaVantage', alphavantage => {APIKEY => 'your-alphavantage-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": 6,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::AlphaVantage - Obtain quotes from https://iexcloud.io\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new('AlphaVantage', alphavantage => {APIKEY => 'your-alphavantage-api-key'});\n\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fetches information from https://www.alphavantage.co.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing \"AlphaVantage\" in the argument list to Finance::Quote->new().\n\nThis module provides the \"alphavantage\" fetch method.\n",
                "subsections": []
            },
            "APIKEY": {
                "content": "https://www.alphavantage.co requires users to register and obtain an API key, which is also\ncalled a token. The token is a sequence of random characters.\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 ALPHAVANTAGEAPIKEY.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The following labels may be returned by Finance::Quote::AlphaVantage : symbol, open, close,\nhigh, low, last, volume, method, isodate, currency.\n",
                "subsections": []
            }
        }
    }
}