1Finance::Quote::Yahoo::UNsZe(r3)Contributed Perl DocumenFtiantainocne::Quote::Yahoo::NZ(3)
2
3
4
6 Finance::Quote::Yahoo::NZ - Fetch nzn stock quotes via Yahoo.
7
9 use Finance::Quote;
10 my $q = Finance::Quote->new;
11
12 my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only.
13 my %info = $q->fetch("nz","DPC"); # Failover with other methods.
14
16 This module allows information to be fetched from Yahoo about stocks
17 traded on the New Zealand Stock Exchange. Information about indexes is
18 not available through this module.
19
20 This module is loaded by default on a Finance::Quote object, although
21 it can be explicitly loaded by passing the argument "Yahoo::nz" to
22 Finance::Quote->new().
23
24 This module provides only the "yahoo_nz" fetch methods. The author
25 (stephen@vital.org.nz) will write a module to access the NZX site if
26 asked nicely.
27
28 Information obtained via this module is governed by Yahoo's terms and
29 conditions, see http://au.finance.yahoo.com/ for more details.
30
32 This module returns all the standard labels (where available) provided
33 by Yahoo, as well as the currency label. See
34 Finance::Quote::Yahoo::Base for more information.
35
37 Yahoo Australia, http://au.finance.yahoo.com/
38
39 Finance::Quote::Yahoo::Base
40
41
42
43perl v5.28.1 2017-11-12 Finance::Quote::Yahoo::NZ(3)