1Finance::Quote::ConsorsUbsaenrk(C3o)ntributed Perl DocumFeinntaantcieo:n:Quote::Consorsbank(3)
2
3
4
6 Finance::Quote::Consorsbank - Obtain quotes from Consorsbank.
7
9 use Finance::Quote;
10 $q = Finance::Quote->new;
11 %stockinfo = $q->fetch("consorsbank","DE0007664005"); # Only query consorsbank using ISIN.
12 %stockinfo = $q->fetch("consorsbank","766400"); # Only query consorsbank using WKN.
13 %stockinfo = $q->fetch("europe","DE0007664005"); # Failover to other sources OK.
14
16 This module obtains information from Consorsbank
17 (https://www.consorsbank.de).
18
19 It accepts ISIN or German WKN as requested symbol.
20
21 This module is loaded by default on a Finance::Quote object. It's also
22 possible to load it explicitly by placing "Consorsbank" in the argument
23 list to Finance::Quote->new().
24
25 This module provides both the "consorsbank" and "europe" fetch methods.
26 Please use the "europe" fetch method if you wish to have failover with
27 other sources for European stock exchanges. Using the "consorsbank"
28 method will guarantee that your information only comes from the
29 Consorsbank service.
30
32 The following labels may be returned by Finance::Quote::Consorsbank:
33
34 ask, bid, close, date, day_range, high, last, low, net, open, p_change,
35 volume, year_range
36
37
38
39perl v5.36.1 2023-08-13 Finance::Quote::Consorsbank(3)