Finance::Quote::Oslobors — Obtain fund quotes from Oslo stock exchange
| Use Case | Command | Description |
|---|---|---|
| Initialize module | use Finance::Quote; $q = Finance::Quote->new; | Create a new Finance::Quote object |
| Fetch fund quote | %fundinfo = $q->fetch("oslobors","FUND-TICKER.OSE"); | Get fund prices from Oslo Stock Exchange |
use Finance::Quote;
$q = Finance::Quote->new;
%fundinfo = $q->fetch("oslobors","FUND-TICKER.OSE");
This module obtains information about mutual fund prices from www.oslobors.no.
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.
The module returns the following labels:
The prices are updated on bank days.
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 00:50 @2600:1f28:365:80b0:d8a5:c3c6:bf94:28c0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format