|
NAMEFinance::Quote::Deka - Obtain quotes from DEKA (Wertpapierhaus der Sparkassen). SYNOPSIS use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch("deka","DE0008474503");
DESCRIPTIONThis module obtains information about DEKA managed funds. Information returned by this module is governed by DEKA's terms and conditions. LABELS RETURNEDThe following labels may be returned by Finance::Quote::DEKA: exchange, name, date, price, last. SEE ALSODEKA (Deka Investments), http://www.deka.de/
|