1Finance::Quote::OsloborUss(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Oslobors(3)
2
3
4
6 Finance::Quote::Oslobors - Obtain fund quotes from Oslo stock exchange
7
9 use Finance::Quote;
10 $q = Finance::Quote->new;
11 %fundinfo = $q->fetch("oslobors","FUND-TICKER.OSE");
12
14 This module obtains information about mutual fund prices from
15 www.oslobors.no.
16
18 The fund ticker symbols can be found by searching for the fund, and
19 visit its page. The symbol will be visible in the URL, for instance
20 OD-HORIA.OSE. The .OSE part is necessary.
21
22 The package does not understand Oslo stock symbols.
23
25 The module returns date, method, source, currency, price and p_change.
26 The prices are updated on bank days.
27
29 Finance::Quote
30
31
32
33perl v5.38.0 2023-08-13 Finance::Quote::Oslobors(3)