# phpman > perldoc > Finance::Quote::Oslobors

## NAME
    [Finance::Quote::Oslobors](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AOslobors/markdown) - Obtain fund quotes from Oslo stock exchange

## SYNOPSIS
        use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);
        $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new;
        %fundinfo = $q->fetch("oslobors","FUND-TICKER.OSE");

## 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.

## SEE ALSO
    [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)

