logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       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.

Labels Returned

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

Name

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

See Also

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

perl v5.40.1                                       2025-05-16                         Finance::Quote::Union(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %stockinfo = $q->fetch("unionfunds","DE0008491002");

See Also