1Finance::Quote::SinvestUosre(r3)Contributed Perl DocumenFtiantainocne::Quote::Sinvestor(3)
2
3
4

NAME

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

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %info = Finance::Quote->fetch("Sinvestor", "DE000ENAG999");  # Only query Sinvestor
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 various online and physical exchanges, and fund
20       prices from the investment companies. The source is returned in the
21       "exchange" field.
22
23       Suitable for shares, ETFs and funds 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 "Sinvestor" in the argument
27       list to Finance::Quote->new().
28
29       This module provides "Sinvestor" and "europe" fetch methods.
30
31       Information obtained by this module may be covered by s-investor.de
32       terms and conditions.
33

LABELS RETURNED

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