1Finance::Quote::Yahoo::UBsrearsiClo(n3t)ributed Perl DocFuimneanntcaet:i:oQnuote::Yahoo::Brasil(3)
2
3
4
6 Finance::Quote::Yahoo::Brasil - Fetch Brasiln stock quotes via Yahoo.
7
9 use Finance::Quote;
10 my $q = Finance::Quote->new;
11
12 my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only.
13 my %info = $q->fetch("brasil","BHP"); # Failover with other methods.
14
16 This module allows information to be fetched from Yahoo abouts stocks
17 traded on the Brasilian Stock Exchange.
18
19 This module is loaded by default on a Finance::Quote object, although
20 it can be explicitly loaded by passing the argument "Yahoo::Brasil" to
21 Finance::Quote->new().
22
23 This module provides both the "brasil" and "yahoo_brasil" fetch
24 methods. You should use the "brasil" method if you wish to allow
25 failovers to other sources, and "yahoo_brasil" if you only want to
26 obtain quotes from this module.
27
28 Information obtained via this module is governed by Yahoo's terms and
29 conditions, see http://br.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 Brasil, http://br.finance.yahoo.com/
38
39 Finance::Quote::Yahoo::Base
40
41
42
43perl v5.28.1 2017-11-12 Finance::Quote::Yahoo::Brasil(3)