1Finance::Quote::Union(3U)ser Contributed Perl DocumentatiFoinnance::Quote::Union(3)
2
3
4
6 Finance::Quote::Union - Obtain quotes from UNION (Union Investment).
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %stockinfo = $q->fetch("unionfunds","DE0008491002");
14
16 This module obtains information about UNION managed funds.
17
18 Information returned by this module is governed by UNION's terms and
19 conditions.
20
21 Note that previous versions of the module required the WKN, now the
22 ISIN is needed as symbol value.
23
25 The following labels may be returned by Finance::Quote::UNION:
26 exchange, name, date, price, last.
27
29 UNION (Union Investment), https://www.union-investment.de/
30
31
32
33perl v5.36.1 2023-08-13 Finance::Quote::Union(3)