1Finance::Quote::Yahoo::UAsseira(C3o)ntributed Perl DocumFeinntaantcieo:n:Quote::Yahoo::Asia(3)
2
3
4
6 Finance::Quote::Yahoo::Asia - Fetch quotes from Yahoo Asia
7
9 use Finance::Quote;
10 $q = Finance::Quote->new;
11
12 %info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok.
13 %info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only.
14
16 This module fetches information from Yahoo Asia. Symbols should be
17 provided in the format "SYMBOL.EXCHANGE", where the exchange code is
18 one of the following:
19
20 SI - Singapore
21 BO - Bombay
22 JK - Jakarta
23 HK - Hong Kong
24 NS - India
25 KS - Korea
26 KL - Kuala Lumpur
27 NZ - New Zealand
28 SS - Shanghai
29 SZ - Shenzhen
30 TW - Taiwan
31 TH - Thailand
32
33 This module provides both the "asia" and "yahoo_asia" methods. The
34 "asia" method should be used if failover methods are desirable. The
35 "yahoo_asia" method should be used you desire to only fetch information
36 from Yahoo Europe.
37
38 Stocks are returned in the currency of the local exchange. You can use
39 Finance::Quote's set_currency() feature to change the currency in which
40 information is returned.
41
42 This module is loaded by default by Finance::Quote, but can be loaded
43 explicitly by specifying the parameter "Yahoo::Asia" to
44 Finance::Quote->new().
45
46 Information obtained by this module may be covered by Yahoo's terms and
47 conditions. See http://sg.finance.yahoo.com/ for more details.
48
50 This module returns all the standard labels (where available) provided
51 by Yahoo. See Finance::Quote::Yahoo::Base for a list of these. The
52 currency label is also returned.
53
55 The currency of each exchange has not been thoroughly confirmed. If
56 you find an exchange is returning in an incorrect exchange, please use
57 the bug tool at http://sourceforge.net/projects/finance-quote to report
58 it.
59
61 Yahoo Asia, http://sg.finance.yahoo.com/
62
63 Finance::Quote::Yahoo::Base
64
65
66
67perl v5.28.1 2017-11-12 Finance::Quote::Yahoo::Asia(3)