Scroll to navigation

Finance::Quote::NZX(3pm) User Contributed Perl Documentation Finance::Quote::NZX(3pm)
 

NAME

Finance::Quote::NZX - Obtain quotes from NZX (New Zealand stock exchange.)

SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->new;
    %stockinfo = $q->fetch("nzx","TPW");

DESCRIPTION

This module obtains information about NZX companies.

LABELS RETURNED

The following labels may be returned by Finance::Quote::NZX: exchange, name, date, price, last.

SEE ALSO

NZX (New Zealand stock exchange), http://www.nzx.com/
2014-06-17 perl v5.18.2