libfinance-quote-perl binary package in Ubuntu Mantic arm64
Finance::Quote 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:
%info = $q->fetch(
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.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2023-05-17 11:54:11 UTC | Published | Ubuntu Mantic arm64 | release | universe | perl | Optional | 1.54-3 | ||
|
|||||||||
Deleted | Ubuntu Mantic arm64 | proposed | universe | perl | Optional | 1.54-3 | |||
|
|||||||||
2023-05-17 11:54:16 UTC | Superseded | Ubuntu Mantic arm64 | release | universe | perl | Optional | 1.54-2 | ||
|