1Finance::Quote::NZX(3)User Contributed Perl DocumentationFinance::Quote::NZX(3)
2
3
4
6 Finance::Quote::NZX - Obtain quotes from New Zealand's Exchange
7 www.nzx.com
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch('nzx','TPW');
15
17 This module obtains information fromwww.nzx.com.
18
20 The following labels may be returned by Finance::Quote::NZX: last,
21 isin, name, currency, date, isodate
22
24 Use of nzx.com is governed by any terms & conditions of that site.
25
26 Finance::Quote is released under the GNU General Public License,
27 version 2, which explicitly carries a "No Warranty" clause.
28
29
30
31perl v5.38.0 2023-08-13 Finance::Quote::NZX(3)