1Finance::Quote::CominveUsste(r3)Contributed Perl DocumenFtiantainocne::Quote::Cominvest(3)
2
3
4
6 Finance::Quote::Cominvest - Obtain information from cominvest, formerly
7 known as Adig Investment.
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = Finance::Quote->fetch('cominvest', '637256');
15 %info = Finance::Quote->fetch('adig', 'DE0006372568');
16
18 This module obtains information from cominvest Asset Management
19 http://www.cominvest-am.de/ - a german mutual fund company. It was
20 formerly known as Adig Investments and thus an alias 'adig' is also
21 provided.
22
23 The name with which this module is called does not change its behavior.
24 It may be asked for german WKNs or international ISINs.
25
26 Information returned by this module is governed by the terms and
27 conditions of cominvest Asset Management GmbH.
28
30 The following labels may be returned by Finance::Quote::Cominvest:
31 exchange, name, bid, ask, date, yield, price, p_change.
32
34 cominvest Asset Management, http://www.cominvest-am.de/
35
36
37
38perl v5.30.0 2019-07-26 Finance::Quote::Cominvest(3)