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::Deka - Obtain quotes from DEKA (Wertpapierhaus der Sparkassen).

Description

       This module obtains information about DEKA managed funds.

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

Labels Returned

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

Name

       Finance::Quote::Deka     - Obtain quotes from DEKA (Wertpapierhaus der Sparkassen).

See Also

       DEKA (Deka Investments), http://www.deka.de/

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

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %stockinfo = $q->fetch("deka","DE0008474503");

See Also