1Finance::Quote::Yahoo::UAsuesrtrCaolnitar(i3b)uted PerlFDioncaunmceen:t:aQtuiootne::Yahoo::Australia(3)
2
3
4
6 Finance::Quote::Yahoo::Australia - Fetch Australian stock quotes via
7 Yahoo.
8
10 use Finance::Quote;
11 my $q = Finance::Quote->new;
12
13 my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only.
14 my %info = $q->fetch("australia","BHP"); # Failover with other methods.
15
17 This module allows information to be fetched from Yahoo abouts stocks
18 traded on the Australian Stock Exchange. Information about indexes
19 (such as the All Ordinaries) are not available through this module,
20 although if information is requested from the "australia" source then
21 these will automatically failover to direct queries from the Australian
22 Stock Exchange.
23
24 This module is loaded by default on a Finance::Quote object, although
25 it can be explicitly loaded by passing the argument "Yahoo::Australia"
26 to Finance::Quote->new().
27
28 This module provides both the "australia" and "yahoo_australia" fetch
29 methods. You should use the "australia" method if you wish to allow
30 failovers to other sources, and "yahoo_australia" if you only want to
31 obtain quotes from this module.
32
33 Information obtained via this module is governed by Yahoo's terms and
34 conditions, see http://au.finance.yahoo.com/ for more details.
35
37 This module returns all the standard labels (where available) provided
38 by Yahoo, as well as the currency label. See
39 Finance::Quote::Yahoo::Base for more information.
40
42 Yahoo Australia, http://au.finance.yahoo.com/
43
44 Finance::Quote::Yahoo::Base
45
46
47
48perl v5.28.1 2017-11-12Finance::Quote::Yahoo::Australia(3)