Name : perl-Finance-Quote
| |
Version : 1.62
| Vendor : openSUSE
|
Release : 1.2
| Date : 2024-06-10 20:13:08
|
Group : Unspecified
| Source RPM : perl-Finance-Quote-1.62-1.2.src.rpm
|
Size : 0.58 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Get stock and mutual fund quotes from various exchanges
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Factory:/RISCV:/ToTest/images/repo/openSUSE-20240817-riscv64-Media1/noarch |