Finance::Quote::NZX - Obtain quotes from New Zealand's Exchange www.nzx.com
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch('nzx','TPW');
This module obtains information fromwww.nzx.com.
The following labels may be returned by Finance::Quote::NZX: last, isin, name,
currency, date, isodate
Use of nzx.com is governed by any terms & conditions of that site.
Finance::Quote is released under the GNU General Public License,
version 2, which explicitly carries a "No Warranty" clause.