1Finance::Quote::CSE(3)User Contributed Perl DocumentationFinance::Quote::CSE(3)
2
3
4
6 Finance::Quote::CSE - Obtain quotes from Colombo Stock Exchange in Sri
7 Lanka
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = Finance::Quote->fetch('cse', 'YORK.N0000');
15
17 This module fetches information from the Colombo Stock Exchange (CSE)
18 in Sri Lanka http://www.cse.lk.
19
20 This module is loaded by default on a Finance::Quote object. It's also
21 possible to load it explicitly by placing 'CSE' in the argument list to
22 Finance::Quote->new().
23
25 The following labels may be returned by Finance::Quote::CSE : isin name
26 currency date isodate ask close high low open volume success
27
29 Use of www.cse.lk is governed by any terms & conditions of that 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.0 2021-11-10 Finance::Quote::CSE(3)