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


Finance-Quote documentation  | view source Contained in the Finance-Quote distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    use Finance::Quote;

    $q = Finance::Quote->new;

    %stockinfo = $q->fetch("nzx","TPW");

DESCRIPTION

Top

This module obtains information about NZX companies.

LABELS RETURNED

Top

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

SEE ALSO

Top

NZX (New Zealand stock exchange), http://www.nzx.com/


Finance-Quote documentation  | view source Contained in the Finance-Quote distribution.