{
    "mode": "perldoc",
    "parameter": "Finance::Quote::AlphaVantage",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AAlphaVantage/json",
    "generated": "2026-06-11T22:56:26Z",
    "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new('AlphaVantage', alphavantage => {APIKEY => 'your-alphavantage-api-key'});\n%info = Finance::Quote->fetch(\"IBM\", \"AAPL\");",
    "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": []
        }
    },
    "summary": "Finance::Quote::AlphaVantage - Obtain quotes from https://iexcloud.io",
    "flags": [],
    "examples": [],
    "see_also": []
}