1Finance::Quote::Union(3U)ser Contributed Perl DocumentatiFoinnance::Quote::Union(3)
2
3
4
6 Finance::Quote::Union - Obtain quotes from UNION (Zurich Financial
7 Services Group).
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch("unionfunds","975788");
15
17 This module obtains information about UNION managed funds.
18
19 Information returned by this module is governed by UNION's terms and
20 conditions.
21
23 The following labels may be returned by Finance::Quote::UNION:
24 exchange, name, date, price, last.
25
27 UNION (Union Invest), http://www.union-invest.de/
28
29
30
31perl v5.34.0 2021-11-10 Finance::Quote::Union(3)