table of contents
Finance::Quote::Union(3pm) | User Contributed Perl Documentation | Finance::Quote::Union(3pm) |
NAME¶
Finance::Quote::Union - Obtain quotes from UNION (Zurich Financial Services Group).
SYNOPSIS¶
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("unionfunds","975788");
DESCRIPTION¶
This module obtains information about UNION managed funds.
Information returned by this module is governed by UNION's terms and conditions.
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::UNION: exchange, name, date, price, last.
SEE ALSO¶
UNION (Union Invest), http://www.union-invest.de/
2021-03-19 | perl v5.32.1 |