1Finance::Quote::TradegaUtsee(r3)Contributed Perl DocumenFtiantainocne::Quote::Tradegate(3)
2
3
4

NAME

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

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("Tradegate", "DE000ENAG999");  # Only query Tradegate
14           %info = Finance::Quote->fetch("europe", "brd");     # Failover to other sources OK.
15

DESCRIPTION

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 tradegate, a major German trading platform.
20
21       Suitable for shares and ETFs that are traded in Germany.
22
23       This module is loaded by default on a Finance::Quote object. It's also
24       possible to load it explicitly by placing "Tradegate" in the argument
25       list to Finance::Quote->new().
26
27       This module provides "Tradegate" and "europe" fetch methods.
28
29       Information obtained by this module may be covered by s-investor.de
30       terms and conditions.
31

LABELS RETURNED

33       The following labels are returned: currency exchange last method
34       success symbol volume
35
36
37
38perl v5.36.0                      2022-12-27      Finance::Quote::Tradegate(3)
Impressum