1Finance::Quote::CSE(3)User Contributed Perl DocumentationFinance::Quote::CSE(3)
2
3
4

NAME

6       Finance::Quote::CSE Obtain quotes from Colombo Stock Exchange in Sri
7       Lanka
8

SYNOPSIS

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

DESCRIPTION

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

LABELS RETURNED

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

SEE ALSO

30       Colombo Stock Exchange (CSE), Sri Lanka, http://www.cse.lk
31
32
33
34perl v5.28.1                      2017-11-12            Finance::Quote::CSE(3)
Impressum