1Finance::Quote::XETRA(3U)ser Contributed Perl DocumentatiFoinnance::Quote::XETRA(3)
2
3
4
6 Finance::Quote::xetra - Obtain quotes from S-Investor platform.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = Finance::Quote->fetch("xetra", "DE000ENAG999"); # Only query xetra
14 %info = Finance::Quote->fetch("europe", "brd"); # Failover to other sources OK.
15
17 This module fetches information from https://s-investor.de/, the
18 investment platform of the German Sparkasse banking group. It fetches
19 share prices from XETRA, a major German trading platform. The prices on
20 XETRA serve as the basis for calculating the DAX and other stock market
21 indices.
22
23 Suitable for shares and ETFs that are traded in Germany.
24
25 This module is loaded by default on a Finance::Quote object. It's also
26 possible to load it explicitly by placing "xetra" in the argument list
27 to Finance::Quote->new().
28
29 This module provides "xetra" and "europe" fetch methods.
30
31 Information obtained by this module may be covered by s-investor.de
32 terms and conditions.
33
35 The following labels are returned: currency exchange last method
36 success symbol volume
37
38
39
40perl v5.36.0 2022-12-27 Finance::Quote::XETRA(3)