1Finance::Quote::XETRA(3U)ser Contributed Perl DocumentatiFoinnance::Quote::XETRA(3)
2
3
4

NAME

6       Finance::Quote::xetra - Obtain quotes from S-Investor platform.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12           or
13           $q = Finance::Quote->new('XETRA', 'xetra' => {INST_ID => 'your institute id'});
14
15           %info = Finance::Quote->fetch("xetra", "DE000ENAG999");  # Only query xetra
16           %info = Finance::Quote->fetch("europe", "brd");     # Failover to other sources OK.
17

DESCRIPTION

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 XETRA, a major German trading platform. The prices on
22       XETRA serve as the basis for calculating the DAX and other stock market
23       indices.
24
25       Suitable for shares and ETFs 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 "XETRA" in the argument list
29       to Finance::Quote->new().
30
31       This module provides "xetra" and "europe" fetch methods.
32
33       Information obtained by this module may be covered by s-investor.de
34       terms and conditions.
35

INST_ID

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

LABELS RETURNED

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::XETRA(3)
Impressum