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: openSUSE Tumbleweed |
Version: 1.62 | Vendor: openSUSE |
Release: 1.3 | Build date: Mon Jun 10 20:13:08 2024 |
Group: Unspecified | Build host: reproducible |
Size: 604576 | Source RPM: perl-Finance-Quote-1.62-1.3.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
* Mon Jun 10 2024 Stanislav Brabec <sbrabec@suse.com> - updated to 1.62 see /usr/share/doc/packages/perl-Finance-Quote/Changes - Explicitly set license to GPL-2.0-or-later in cpanspec.yml. * Fri Apr 05 2024 Stanislav Brabec <sbrabec@suse.com> - updated to 1.59 see /usr/share/doc/packages/perl-Finance-Quote/Changes - Drop patch Fix-FTFunds-regex.patch. Now in the upstream. - Drop patch perl-Finance-Quote-66235-Cdnfundlibrary-row.patch. It is fixed in the upstream for years, the openSUSE one was incorrectly ported and breaks the module. * Thu May 11 2023 Dirk Stoecker <opensuse@dstoecker.de> - Update cpanspec.yml and regenerate spec file * Thu May 04 2023 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de> - updated to 1.54 * See /usr/share/doc/packages/perl-Finance-Quote/Changes - Add upstream Fix-FTFunds-regex.patch * 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.
/usr/lib/perl5/vendor_perl/5.40.0/Finance /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/AEX.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/ASEGR.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/ASX.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/AlphaVantage.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/BSEIndia.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/BVB.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Bloomberg.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/BorsaItaliana.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Bourso.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CSE.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Comdirect.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Consorsbank.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Currencies.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates/AlphaVantage.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates/CurrencyFreaks.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates/ECB.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates/Fixer.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates/OpenExchange.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/CurrencyRates/YahooJSON.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/DWS.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Deka.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/FTfunds.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Finanzpartner.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Fondsweb.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Fool.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/GoldMoney.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/GoogleWeb.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/HU.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/IEXCloud.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/IndiaMutual.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/MarketWatch.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/MorningstarAU.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/MorningstarCH.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/MorningstarJP.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/MorningstarUK.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/NSEIndia.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/NZX.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/OnVista.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Oslobors.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/SEB.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/SIX.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Sinvestor.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/StockData.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Stooq.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/TMX.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/TSP.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/TesouroDireto.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Tiaacref.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Tradegate.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/TreasuryDirect.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Troweprice.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/TwelveData.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/Union.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/UserAgent.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/XETRA.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/YahooJSON.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/YahooWeb.pm /usr/lib/perl5/vendor_perl/5.40.0/Finance/Quote/ZA.pm /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::BVB.3pm.gz /usr/share/man/man3/Finance::Quote::Bloomberg.3pm.gz /usr/share/man/man3/Finance::Quote::BorsaItaliana.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::Comdirect.3pm.gz /usr/share/man/man3/Finance::Quote::Consorsbank.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::CurrencyFreaks.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::CurrencyRates::YahooJSON.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::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::GoldMoney.3pm.gz /usr/share/man/man3/Finance::Quote::GoogleWeb.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::MarketWatch.3pm.gz /usr/share/man/man3/Finance::Quote::MorningstarAU.3pm.gz /usr/share/man/man3/Finance::Quote::MorningstarCH.3pm.gz /usr/share/man/man3/Finance::Quote::MorningstarJP.3pm.gz /usr/share/man/man3/Finance::Quote::MorningstarUK.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::Sinvestor.3pm.gz /usr/share/man/man3/Finance::Quote::StockData.3pm.gz /usr/share/man/man3/Finance::Quote::Stooq.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::TesouroDireto.3pm.gz /usr/share/man/man3/Finance::Quote::Tiaacref.3pm.gz /usr/share/man/man3/Finance::Quote::Tradegate.3pm.gz /usr/share/man/man3/Finance::Quote::TreasuryDirect.3pm.gz /usr/share/man/man3/Finance::Quote::Troweprice.3pm.gz /usr/share/man/man3/Finance::Quote::TwelveData.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::YahooWeb.3pm.gz /usr/share/man/man3/Finance::Quote::ZA.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025