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::Oslobors

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

NAME

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


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->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

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