{
    "content": [
        {
            "type": "text",
            "text": "# Finance::Quote::SEB (perldoc)\n\n## NAME\n\nFinance::Quote::SEB - Obtain fund prices from www.seb.se\n\n## SYNOPSIS\n\nuse Finance::Quote;\n$q = Finance::Quote->new;\n%fundinfo = $q->fetch(\"sebfunds\",\"fund name\");\n\n## DESCRIPTION\n\nThis module obtains information about SEB fund prices from www.seb.se. The only available\ninformation source is \"sebfunds\" and it will use www.seb.se.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **FUND NAMES**\n- **LABELS RETURNED**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Finance::Quote::SEB",
        "section": "",
        "mode": "perldoc",
        "summary": "Finance::Quote::SEB - Obtain fund prices from www.seb.se",
        "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%fundinfo = $q->fetch(\"sebfunds\",\"fund name\");",
        "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": 3,
                "subsections": []
            },
            {
                "name": "FUND NAMES",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "LABELS RETURNED",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Finance::Quote::SEB - Obtain fund prices from www.seb.se\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%fundinfo = $q->fetch(\"sebfunds\",\"fund name\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module obtains information about SEB fund prices from www.seb.se. The only available\ninformation source is \"sebfunds\" and it will use www.seb.se.\n",
                "subsections": []
            },
            "FUND NAMES": {
                "content": "Unfortunately there is no unique identifier for the fund names. Therefore the complete fund name\nmust be given, including spaces, case is important.\n\nConsult https://seb.se/bors-och-finans/fonder/fondkurslista for all available funds.\n\nExample \"SEB Aktiesparfond\"\n",
                "subsections": []
            },
            "LABELS RETURNED": {
                "content": "Information available from SEB may include the following labels: date method source name\ncurrency price. The prices are updated at the end of each bank day.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "SEB website - http://www.seb.se/\n",
                "subsections": []
            }
        }
    }
}