1Finance::Quote::NZX(3)User Contributed Perl DocumentationFinance::Quote::NZX(3)
2
3
4
6 Finance::Quote::NZX - Obtain quotes from NZX (New Zealand stock
7 exchange.)
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch("nzx","TPW");
15
17 This module obtains information about NZX companies.
18
20 The following labels may be returned by Finance::Quote::NZX: exchange,
21 name, date, price, last.
22
24 NZX (New Zealand stock exchange), http://www.nzx.com/
25
26
27
28perl v5.30.1 2020-01-30 Finance::Quote::NZX(3)