table of contents
other versions
- Tumbleweed 1.670.0-1.1
- Leap-15.6
| Finance::Quote::NZX(3) | User Contributed Perl Documentation | Finance::Quote::NZX(3) |
NAME¶
Finance::Quote::NZX - Obtain quotes from New Zealand's Exchange www.nzx.com
SYNOPSIS¶
use Finance::Quote;
$q = Finance::Quote->new;
%stockinfo = $q->fetch('nzx','MNW');
DESCRIPTION¶
This module obtains information from NZX <https://www.nzx.com/>.
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::NZX: last, isin, name, currency, date, isodate
Terms & Conditions¶
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.
| 2025-10-20 | perl v5.42.0 |