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 @stocks = ("JKH.N0000", "HPWR.N0000", "HNB.X0000");
14 %info = Finance::Quote->fetch("cse", @stocks);
15
17 This module retrieves 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 explicity by placing "cse" in the argument list to
22 Finance::Quote->new().
23
25 The following labels may be returned by Finance::Quote::CSE : symbol,
26 name, last, open, price, low, close, p_change, high, volume, exchange,
27 method
28
30 Colombo Stock Exchange (CSE), Sri Lanka, http://www.cse.lk
31
32
33
34perl v5.32.1 2021-01-27 Finance::Quote::CSE(3)