1Finance::Quote::SEB(3)User Contributed Perl DocumentationFinance::Quote::SEB(3)
2
3
4
6 Finance::Quote::SEB - Obtain fund prices from www.seb.se
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %fundinfo = $q->fetch("seb_funds","fund name");
14
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
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
26 http://taz.vv.sebank.se/cgi-bin/pts3/pow/Fonder/kurser/kurslista_body.asp
27 for all available funds.
28
29 Example "SEB Aktiesparfond"
30
32 Information available from SEB may include the following labels: date
33 method source name currency price. The prices are updated at the end of
34 each bank day.
35
37 SEB website - http://www.seb.se/
38
39
40
41perl v5.32.1 2021-01-27 Finance::Quote::SEB(3)