This module gets stock quotes from various internet sources all over the world. Quotes are obtained by constructing a quoter object and using the fetch method to gather data, which is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:
$q = Finance::Quote->new; %info = $q->fetch("australia", "CML"); print "The price of CML is ".$info{"CML", "price"};
The first part of the hash (eg, "CML") is referred to as the stock. The second part (in this case, "price") is referred to as the label.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.51-bp156.2.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
1.51-bp155.1.4 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
1.47-bp154.1.14 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.47-bp153.1.12 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.47-bp152.3.12 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
1.47-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
1.47-bp151.2.10 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
1.47-bp150.3.3.1 info | openSUSE-2019-1052 | 2019-03-25 | 15 Update |
|
|
1.47-bp150.2.1 info | GA Release | 2018-08-01 | 15 |
|
|