Name : perl-Finance-Quote
| |
Version : 1.47
| Vendor : openSUSE
|
Release : lp152.2.3
| Date : 2020-04-21 19:19:14
|
Group : Development/Libraries/Perl
| Source RPM : perl-Finance-Quote-1.47-lp152.2.3.src.rpm
|
Size : 0.61 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, including Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange. There are two methods of using this module -- a functional interface that is deprecated, and an object-orientated method that provides greater flexibility and stability.
With the exception of straight currency exchange rates, all information is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:
%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: /vol/rzm3/linux-opensuse/ports/ppc/distribution/leap/15.2/repo/oss/noarch |