1Finance::Quote::SinvestUosre(r3)Contributed Perl DocumenFtiantainocne::Quote::Sinvestor(3)
2
3
4
6 Finance::Quote::Sinvestor - Obtain quotes from S-Investor platform.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12 or
13 $q = Finance::Quote->new('Sinvestor', 'sinvestor' => {INST_ID => 'your institute id'});
14
15 %info = Finance::Quote->fetch("Sinvestor", "DE000ENAG999"); # Only query Sinvestor
16 %info = Finance::Quote->fetch("europe", "brd"); # Failover to other sources OK.
17
19 This module fetches information from https://s-investor.de/, the
20 investment platform of the German Sparkasse banking group. It fetches
21 share prices from various online and physical exchanges, and fund
22 prices from the investment companies. The source is returned in the
23 "exchange" field.
24
25 Suitable for shares, ETFs and funds that are traded in Germany.
26
27 This module is loaded by default on a Finance::Quote object. It's also
28 possible to load it explicitly by placing "Sinvestor" in the argument
29 list to Finance::Quote->new().
30
31 This module provides "Sinvestor" and "europe" fetch methods.
32
33 Information obtained by this module may be covered by s-investor.de
34 terms and conditions.
35
37 https://s-investor.de/ supports different institute IDs. The default
38 value "0000057" is used (Krefeld) if no institute ID is provided. A
39 list of institute IDs is provided here:
40 https://web.s-investor.de/app/webauswahl.jsp
41
42 The INST_ID may be set by providing a module specific hash to
43 Finance::Quote->new as in the above example (optional).
44
46 The following labels are returned: currency exchange last method
47 success symbol volume price close change p_change
48
49
50
51perl v5.36.1 2023-08-13 Finance::Quote::Sinvestor(3)