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

NAME

6       Finance::Quote::XETRA - Obtain quotes from XETRA/XFRA.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("xetra", "EU0009658145.XETR");
14

DESCRIPTION

16       This module fetches information from the XETRA and XFRA exchange, also
17       including ETFs.
18
19       The desired exchange can be specified by appending 'XETR' or 'XFRA'
20       after the ISIN, separating the two with a dot '.' (see synopsys).
21
22       The full list of available symbols can be found at
23       https://www.xetra.com/xetra-de/instrumente/alle-handelbaren-instrumente
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 the "xetra" fetch method.
30

LABELS RETURNED

32       The following labels may be returned by Finance::Quote::XETRA :
33       exchange symbol last high low isodate date close currency
34

SEE ALSO

36perl v5.34.1                      2022-07-04          Finance::Quote::XETRA(3)
Impressum