Finance::Quote::SEB – Obtain fund prices from www.seb.se
| Use Case | Command | Description |
|---|---|---|
| Fetch price for a single fund | $q->fetch("seb_funds","SEB Aktiesparfond") | Retrieve price and info for a specific SEB fund by exact name |
| Fetch multiple funds | %info = $q->fetch("seb_funds","Fund A","Fund B") | Pass multiple fund names to get prices for all |
| List available fund names | visit https://seb.se/bors-och-finans/fonder/fondkurslista | Browse the official SEB fund list online |
| Check returned labels | keys %info | See which fields (date, method, source, name, currency, price) are available |
use Finance::Quote;
$q = Finance::Quote->new;
%fundinfo = $q->fetch("seb_funds","fund name");
This module obtains information about SEB fund prices from www.seb.se. The only available information source is "seb_funds" and it will use www.seb.se.
Unfortunately there is no unique identifier for the fund names. Therefore the complete fund name must be given, including spaces, case is important.
Consult https://seb.se/bors-och-finans/fonder/fondkurslista for all available funds.
Example: "SEB Aktiesparfond"
Information available from SEB may include the following labels:
The prices are updated at the end of each bank day.
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-22 01:11 @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