1Finance::Quote::SEB(3)User Contributed Perl DocumentationFinance::Quote::SEB(3)
2
3
4

NAME

6       Finance::Quote::SEB - Obtain fund prices from www.seb.se
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %fundinfo = $q->fetch("seb_funds","fund name");
14

DESCRIPTION

16       This module obtains information about SEB fund prices from www.seb.se.
17       The only available information source is "seb_funds" and it will use
18       www.seb.se.
19

FUND NAMES

21       Unfortunately there is no unique identifier for the fund names.
22       Therefore the complete fund name must be given, including spaces, case
23       is important.
24
25       Consult https://seb.se/bors-och-finans/fonder/fondkurslista for all
26       available funds.
27
28       Example "SEB Aktiesparfond"
29

LABELS RETURNED

31       Information available from SEB may include the following labels: date
32       method source name currency price. The prices are updated at the end of
33       each bank day.
34

SEE ALSO

36       SEB website - http://www.seb.se/
37
38
39
40perl v5.34.1                      2022-07-04            Finance::Quote::SEB(3)
Impressum