1Finance::Quote::ZA(3) User Contributed Perl DocumentationFinance::Quote::ZA(3)
2
3
4
6 Finance::Quote::ZA - Obtain South African stock and prices from
7 https://www.sharenet.co.za
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13 %info = Finance::Quote->fetch('za', 'AGL');
14
16 This module obtains information about South African Stocks from
17 www.sharenet.co.za.
18
19 This module is loaded by default on a Finance::Quote object. It's also
20 possible to load it explicitly by placing 'za' in the argument list to
21 Finance::Quote->new().
22
24 The following labels will be returned: success currency name price date
25 isodate symbol last source exchange.
26
28 Use of sharenet.co.za is governed by any terms & conditions of that
29 site.
30
31 Finance::Quote is released under the GNU General Public License,
32 version 2, which explicitly carries a "No Warranty" clause.
33
34
35
36perl v5.34.1 2022-07-04 Finance::Quote::ZA(3)