logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::Oslobors - Obtain fund quotes from Oslo stock exchange

Description

       This module obtains information about mutual fund prices from www.oslobors.no.

Fund Ticker Symbols

       The fund ticker symbols can be found by searching for the fund, and visit its page. The symbol will be
       visible in the URL, for instance OD-HORIA.OSE. The .OSE part is necessary.

       The package does not understand Oslo stock symbols.

Labels Returned

       The module returns date, method, source, currency, price and p_change.  The prices are updated on bank
       days.

Name

       Finance::Quote::Oslobors - Obtain fund quotes from Oslo stock exchange

See Also

       Finance::Quote

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

Synopsis

           use Finance::Quote;
           $q = Finance::Quote->new;
           %fundinfo = $q->fetch("oslobors","FUND-TICKER.OSE");

See Also