{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::Oslobors (perldoc)\n\n## NAME\n\nFinance::Quote::Oslobors - Obtain fund quotes from Oslo stock exchange\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%fundinfo = $q->fetch(\"oslobors\",\"FUND-TICKER.OSE\");\n\n## DESCRIPTION\n\nThis module obtains information about mutual fund prices from www.oslobors.no.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **FUND TICKER SYMBOLS**\n- **LABELS RETURNED**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::Oslobors",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::Oslobors - Obtain fund quotes from Oslo stock exchange",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%fundinfo = $q->fetch(\"oslobors\",\"FUND-TICKER.OSE\");",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FUND TICKER SYMBOLS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::Oslobors - Obtain fund quotes from Oslo stock exchange\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n$q = Finance::Quote->new;\n%fundinfo = $q->fetch(\"oslobors\",\"FUND-TICKER.OSE\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information about mutual fund prices from www.oslobors.no.\n",
                "subsections": []
            },
            "FUND TICKER SYMBOLS": {
                "content": "The fund ticker symbols can be found by searching for the fund, and visit its page. The symbol\nwill be visible in the URL, for instance OD-HORIA.OSE. The .OSE part is necessary.\n\nThe package does not understand Oslo stock symbols.\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "The module returns date, method, source, currency, price and pchange. The prices are updated on\nbank days.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Finance::Quote\n",
                "subsections": []
            }
        }
    }
}