1Finance::Quote::AIAHK(3U)ser Contributed Perl DocumentatiFoinnance::Quote::AIAHK(3)
2
3
4
6 Finance::Quote::AIA Obtain quotes from American International Assurance
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %info = Finance::Quote->fetch("aiahk","SCH-HKEQ");
14
16 This module fetches information from the American International Assur‐
17 ance http://www.aia.com.hk. All funds are available.
18
19 This module is loaded by default on a Finance::Quote object. It's also
20 possible to load it explicity by placing "AIAHK" in the argument list
21 to Finance::Quote->new().
22
23 Information obtained by this module may be covered by www.aia.com.hk
24 terms and conditions See http://www.aia.com.hk/ for details.
25
27 The following labels may be returned by Finance::Quote::AIAHK :
28
29 name code date isodate price bid offer p_change_3m p_change_1y
30 p_change_3y currency method exchange
31
33 American International Assurance, http://www.aia.com.hk
34
35
36
37perl v5.8.8 2007-01-08 Finance::Quote::AIAHK(3)