| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Finance-Quote | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 1.51 | Vendor: openSUSE |
| Release: bp155.1.4 | Build date: Wed May 17 16:44:50 2023 |
| Group: Unspecified | Build host: lamb54 |
| Size: 489667 | Source RPM: perl-Finance-Quote-1.51-bp155.1.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://metacpan.org/release/Finance-Quote | |
| Summary: Get stock and mutual fund quotes from various exchanges | |
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.
GPL-2.0-or-later
* Wed Aug 25 2021 Dirk Stoecker <opensuse@dstoecker.de>
- updated to 1.51
see /usr/share/doc/packages/perl-Finance-Quote/Changes
- Rebase perl-Finance-Quote-66235-Cdnfundlibrary-row.patch
- Delete perl-Finance-Quote-debian-10_whatis.patch (patched file no longer exists)
- Delete perl-Finance-Quote-debian-03_whatis.patch (fixed upstream)
- Delete perl-Finance-Quote-debian-06_seb.patch (fixed upstream)
* Tue Aug 27 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Use metacpan for URL and sources file
* Tue Aug 06 2019 sbrabec@suse.com
- Update to version 1.49:
* Alphavantage: Removed Time::HiRes dependency due to mswin32
not supporting clock_gettime calls.
* Alphavantage: Add a waiting mechanism to comply to
alphavantage use terms
* Alphavantage: Added several stock exchange support and
currency
* Updated modules: Union, Deka, Indiamutual, ASX, Yahoojson,
TSP, AEX, Fool
* New modules: IEXTrading, MorningstarAU, MorningstarCH,
IEXCloud
* Yahoo: removed modules referring to yahoo API, which yahoo
stopped
* BUGFIX: 'use of uninitialized value' returned by perl could
make gnucash fail when more than 15 quotes where requested
* BUGFIX: MS Windows does not support %T in strftime call
* Added new documentation files: Release.txt, Hackers-Guide,
Modules-README.yml
* We started moving known failing tests into TODO blocks
* This release is the result of hard work by Bruce Schuck,
Vincent Lucarelli, Pieter-Jan Vandormael, Manuel Friedli,
Jalon Avens, Chris Good, Mark J. Cox, Eelco Dolstra, Henrik
Ahlgren, Vinay Shastry, Mike Alexander, Erik Colson.
* Special thanks go to Bruce Schuck and Vincent Lucarelli
which joined the maintainers team!
- Use Sourceforge as home and download site.
* Tue Jul 24 2018 sbrabec@suse.com
- Fix dependencies. Require perl(CGI) (boo#1077300).
* Tue Jun 12 2018 astieger@suse.com
- Change package license to GPL-3.0-or-later:
MorningstarJP.pm carries this license
* Fri Apr 06 2018 sbrabec@suse.com
- Change license to GPL-3.0-or-later (MorningstarJP.pm).
- Clean spec file by spec-cleaner.
* Fri Mar 23 2018 sbrabec@suse.com
- Update to version 1.47 (boo#1077300):
* Yahoojson: module adapted to new URL and returned json
* Added currencies for .SA (Brazil) and .TO (Canada/Toronto)
markets
* Added currency for .DE market
* BUGFIX in currency determination regex
* BUG resolved: removed time from $last_refresh when markets are
open
* added AlphaVantage module (Matthew Patterson)
* some other module changes: yahoojson, Morningstar, Bourso, TSX
(not working)
* Use AlphaVantage for currency quotes instead of Yahoo
- Drop perl-Finance-Quote-debian-04_deka.patch (module rewritten).
* Fri Aug 04 2017 jcnengel@gmail.com
- Update to 1.38
* module updates: tiaacref, yahooJSON, FTfunds, MStaruk,
USFedBonds, GoldMoney
* new modules: fidelityfixed (Peter Ratzlaff), yahooYQL
* removed modules: MTGox
* more tests: yahoo_speed.t, tiaacref.t
- Drop perl-Finance-Quote-64897-0001-adopted-to-site-changes.patch,
perl-Finance-Quote-64897-0002-support-palladium-lookup.patch,
perl-Finance-Quote-goldmoney-decimal-point.patch
* Tue Sep 01 2015 dimstar@opensuse.org
- Add perl(CGI) BuildRequires: needed to be able to pass the
test suite with Perl 5.22.
* Sun Apr 19 2015 coolo@suse.com
- updated to 1.37 bnc#955055
see /usr/share/doc/packages/perl-Finance-Quote/ChangeLog.1
/usr/lib/perl5/vendor_perl/5.26.1/Finance /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/AEX.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ASEGR.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ASX.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/AlphaVantage.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/BSEIndia.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Bloomberg.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Bourso.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CSE.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Cdnfundlibrary.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Comdirect.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Currencies.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CurrencyRates /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CurrencyRates/AlphaVantage.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CurrencyRates/ECB.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CurrencyRates/Fixer.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/CurrencyRates/OpenExchange.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/DWS.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Deka.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/FTfunds.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Fidelity.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Finanzpartner.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Fondsweb.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Fool.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Fundata.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/GoldMoney.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/HU.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/IEXCloud.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/IndiaMutual.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/MStaruk.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/MorningstarAU.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/MorningstarJP.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/NSEIndia.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/NZX.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/OnVista.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Oslobors.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/SEB.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/SIX.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/TMX.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/TSP.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Tiaacref.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Tradeville.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Troweprice.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/USFedBonds.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/Union.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/UserAgent.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/XETRA.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/YahooJSON.pm /usr/lib/perl5/vendor_perl/5.26.1/Finance/Quote/ZA.pm /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/share/doc/packages/perl-Finance-Quote /usr/share/doc/packages/perl-Finance-Quote/Changes /usr/share/doc/packages/perl-Finance-Quote/README /usr/share/licenses/perl-Finance-Quote /usr/share/licenses/perl-Finance-Quote/LICENSE /usr/share/man/man3/Finance::Quote.3pm.gz /usr/share/man/man3/Finance::Quote::AEX.3pm.gz /usr/share/man/man3/Finance::Quote::ASEGR.3pm.gz /usr/share/man/man3/Finance::Quote::ASX.3pm.gz /usr/share/man/man3/Finance::Quote::AlphaVantage.3pm.gz /usr/share/man/man3/Finance::Quote::BSEIndia.3pm.gz /usr/share/man/man3/Finance::Quote::Bloomberg.3pm.gz /usr/share/man/man3/Finance::Quote::Bourso.3pm.gz /usr/share/man/man3/Finance::Quote::CSE.3pm.gz /usr/share/man/man3/Finance::Quote::Cdnfundlibrary.3pm.gz /usr/share/man/man3/Finance::Quote::Comdirect.3pm.gz /usr/share/man/man3/Finance::Quote::Currencies.3pm.gz /usr/share/man/man3/Finance::Quote::CurrencyRates::AlphaVantage.3pm.gz /usr/share/man/man3/Finance::Quote::CurrencyRates::ECB.3pm.gz /usr/share/man/man3/Finance::Quote::CurrencyRates::Fixer.3pm.gz /usr/share/man/man3/Finance::Quote::CurrencyRates::OpenExchange.3pm.gz /usr/share/man/man3/Finance::Quote::DWS.3pm.gz /usr/share/man/man3/Finance::Quote::Deka.3pm.gz /usr/share/man/man3/Finance::Quote::FTfunds.3pm.gz /usr/share/man/man3/Finance::Quote::Fidelity.3pm.gz /usr/share/man/man3/Finance::Quote::Finanzpartner.3pm.gz /usr/share/man/man3/Finance::Quote::Fondsweb.3pm.gz /usr/share/man/man3/Finance::Quote::Fool.3pm.gz /usr/share/man/man3/Finance::Quote::Fundata.3pm.gz /usr/share/man/man3/Finance::Quote::GoldMoney.3pm.gz /usr/share/man/man3/Finance::Quote::HU.3pm.gz /usr/share/man/man3/Finance::Quote::IEXCloud.3pm.gz /usr/share/man/man3/Finance::Quote::IndiaMutual.3pm.gz /usr/share/man/man3/Finance::Quote::MStaruk.3pm.gz /usr/share/man/man3/Finance::Quote::MorningstarAU.3pm.gz /usr/share/man/man3/Finance::Quote::MorningstarJP.3pm.gz /usr/share/man/man3/Finance::Quote::NSEIndia.3pm.gz /usr/share/man/man3/Finance::Quote::NZX.3pm.gz /usr/share/man/man3/Finance::Quote::OnVista.3pm.gz /usr/share/man/man3/Finance::Quote::Oslobors.3pm.gz /usr/share/man/man3/Finance::Quote::SEB.3pm.gz /usr/share/man/man3/Finance::Quote::SIX.3pm.gz /usr/share/man/man3/Finance::Quote::TMX.3pm.gz /usr/share/man/man3/Finance::Quote::TSP.3pm.gz /usr/share/man/man3/Finance::Quote::Tiaacref.3pm.gz /usr/share/man/man3/Finance::Quote::Tradeville.3pm.gz /usr/share/man/man3/Finance::Quote::Troweprice.3pm.gz /usr/share/man/man3/Finance::Quote::USFedBonds.3pm.gz /usr/share/man/man3/Finance::Quote::Union.3pm.gz /usr/share/man/man3/Finance::Quote::XETRA.3pm.gz /usr/share/man/man3/Finance::Quote::YahooJSON.3pm.gz /usr/share/man/man3/Finance::Quote::ZA.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 19:26:09 2026