Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::SEB

Name Finance::Quote::SEB
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/SEB.pm
Is Core No
Search CPAN for this module Finance::Quote::SEB
Documentation Finance::Quote::SEB
Module Details Finance::Quote::SEB

NAME

Finance::Quote::SEB - Obtain fund prices from www.seb.se


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %fundinfo = $q->fetch("seb_funds","fund name");


DESCRIPTION

This module obtains information about SEB fund prices from www.seb.se. The only available information source is ``seb_funds'' and it will use www.seb.se.


FUND NAMES

Unfortunately there is no unique identifier for the fund names. Therefore the complete fund name must be given, including spaces, case is important.

Consult https://seb.se/bors-och-finans/fonder/fondkurslista for all available funds.

Example ``SEB Aktiesparfond''


LABELS RETURNED

Information available from SEB may include the following labels: date method source name currency price. The prices are updated at the end of each bank day.


SEE ALSO

SEB website - http://www.seb.se/

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026