table of contents
Finance::Quote::Cominvest(3pm) | User Contributed Perl Documentation | Finance::Quote::Cominvest(3pm) |
NAME¶
Finance::Quote::Cominvest - Obtain information from cominvest, formerly known as Adig Investment.
SYNOPSIS¶
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch('cominvest', '637256'); %info = Finance::Quote->fetch('adig', 'DE0006372568');
DESCRIPTION¶
This module obtains information from cominvest Asset Management http://www.cominvest-am.de/ - a german mutual fund company. It was formerly known as Adig Investments and thus an alias 'adig' is also provided.
The name with which this module is called does not change its behavior. It may be asked for german WKNs or international ISINs.
Information returned by this module is governed by the terms and conditions of cominvest Asset Management GmbH.
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::Cominvest: exchange, name, bid, ask, date, yield, price, p_change.
SEE ALSO¶
cominvest Asset Management, http://www.cominvest-am.de/
2019-11-15 | perl v5.30.0 |