logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

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.

Name

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

See Also

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

perl v5.40.1                                       2025-05-16                           Finance::Quote::SEB(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %fundinfo = $q->fetch("seb_funds","fund name");

See Also