DOKK / manpages / debian 12 / libfinance-quote-perl / Finance::Quote::Union.3pm.en
Finance::Quote::Union(3pm) User Contributed Perl Documentation Finance::Quote::Union(3pm)

Finance::Quote::Union - Obtain quotes from UNION (Union Investment).

    use Finance::Quote;
    $q = Finance::Quote->new;
    %stockinfo = $q->fetch("unionfunds","DE0008491002");

This module obtains information about UNION managed funds.

Information returned by this module is governed by UNION's terms and conditions.

Note that previous versions of the module required the WKN, now the ISIN is needed as symbol value.

The following labels may be returned by Finance::Quote::UNION: exchange, name, date, price, last.

UNION (Union Investment), https://www.union-investment.de/

2023-05-14 perl v5.36.0