| 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.670.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Oct 20 22:07:41 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 634794 | Source RPM: perl-Finance-Quote-1.670.0-1.1.src.rpm |
| Packager: http://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 Oct 20 2025 Tina Müller <timueller+perl@suse.de>
- updated to 1.670.0 (1.67)
see /usr/share/doc/packages/perl-Finance-Quote/Changes
1.67 2025-10-18 11:29:58-07:00 America/Los_Angeles
* Fixed ASEGR.pm. Web site redesigned, URL used for data was no longer workingy - Issue #509
* Handle no trade date in BorsaItaliana.pm - Issue #528
* Fixed TesouroDireto.pm using Tesouro Transparente as datasource - PR #527
* Added a new module to fetch data from SwissFundData - PR #515
* Fixed MorningstarCH.pm
* Fixed MorningstarUK.pm
* Added methodinfo() to MarketWatch.pm and BorsaItaliana.pm
* Sun Jul 06 2025 Tina Müller <timueller+perl@suse.de>
- updated to 1.660.0 (1.66)
see /usr/share/doc/packages/perl-Finance-Quote/Changes
1.66 2025-07-05 11:34:42-07:00 America/Los_Angeles
* Modified CurrencyRates/CurrencyFreaks.pm to return from and to values instead of calculated rate.
* Removed Bloomberg.pm, Tiaacref.pm, Troweprice.pm
* AlphaVantage - return 'symbol not found' when no price data is returned.
* ASX - Changed error message when symbol isn't found - Issue #497
* Added a new module to fetch the fund nav from CMBChina - PR #494
* Added Cookie Jar to Comdirect user agent - Issue #491
* Removed HU.pm, Oslobors.pm, and SEB.pm - Issue #490
* Sun May 25 2025 Tina Müller <timueller+perl@suse.de>
- updated to 1.650.0 (1.65)
see /usr/share/doc/packages/perl-Finance-Quote/Changes
1.65 2025-04-26 18:17:38-07:00 America/Los_Angeles
* Added EXCHANGE feature to Sinvestor.pm and some fixes - PR #481
* Added EXCHANGE feature to OnVista.pm - PR #480
* Added EXCHANGE feature to Consorsbank.pm and some fixes - PR #479
* Enabled usage count in Quote.pm. Removed DWS.pm. Improved check that divident is a number in YahooJSON.pm by adding regex anchors.
* Added ssl_opts to user agent in Union.pm to account for bad certificate chain - Issue #482
* Added ETFs search, more labels and EXCHANGE feature to Comdirect.pm - PR #478
* GoogleWeb - Add support for Hong Kong Exchange - PR #476
* YahooJSON - Adjust other currency fields when data is returned in GBp, ZAc, or ILA.
* Added label wkn, ìsin, close, ask, bid, p_change, time to OnVista.pm
* Modified OnVista.pm to enable search by ISIN and WKN and search for ETFs
* Added methodinfo hash to Tradegate.pm - PR #465
* Added label isin, open, ask, bid, time to Tradegate.pm - PR #465
* Fixed Tradegate.pm - Search for ETFs - PR #465
* Removed MorningstarAU - Issue #405
* Fixed malformed character in YahooWeb.pm - Issue #468
* Changed useragent in YahooJSON.pm - Issue #467
* Added methodinfo hash to AEX.pm - PR #466
* Added label exchange, close, time to AEX.pm - PR #466
* Fixed XETRA.pm - Issue #460
* Added methodinfo hash to Fool.pm
* Fixed MorningstarJP.pm - Issue #443 - PR #451
* Thu Dec 12 2024 Tina Müller <timueller+perl@suse.de>
- updated to 1.640.0 (1.64)
see /usr/share/doc/packages/perl-Finance-Quote/Changes
1.64 2024-11-27 18:11:09-08:00 America/Los_Angeles
* Update AlphaVantage.pm - Issue #447
* Fix to Stooq.pm - Issue #445
* Updated ASX.pm - Issue #404
* Added more fields to CSE.pm and exposed all labels.
* Changed parsing in Comdirect.pm - Issue #413
* Complete rewrite of OnVista.pm - Issue #414
* Minor fix to FinanceAPI decoding JSON - Issue #434
* Modified YahooJSON to deal with "nan" as dividend yield in JSON.
* New CurrencyRates module, CurrencyRates/FinanceAPI - Issue #427
* Fixed Bourso.pm - Issue #417
* Allowed Currency Rates modules Fixer.pm and OpenExchange.pm to read their API keys from environment variables - Issue #426
1.63 2024-09-21 12:47:39-07:00 America/Los_Angeles
* Fixed TesouroDireto.pm - Using different source URL - PR #424
* Added FinanceAPI.pm - Requires API key from https://financeapi.net/. US and other exchange data available.
* Fixed BVB.pm - Issue #409
* Fixed BSEIndia.pm - Issue #410 and removed Unzip as quotes file is now a CSV file
* Fixed NSEIndia.pm - Issue #410
* Fixed NZX.pm - Issue #401
* 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
/usr/lib/perl5/vendor_perl/5.42.0/Finance /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/AEX.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/ASEGR.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/ASX.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/AlphaVantage.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/BSEIndia.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/BVB.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/BorsaItaliana.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Bourso.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CMBChina.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CSE.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Comdirect.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Consorsbank.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Currencies.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/AlphaVantage.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/CurrencyFreaks.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/ECB.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/FinanceAPI.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/Fixer.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/OpenExchange.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/CurrencyRates/YahooJSON.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Deka.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/FTfunds.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/FinanceAPI.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Finanzpartner.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Fondsweb.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Fool.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/GoldMoney.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/GoogleWeb.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/IndiaMutual.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/MarketWatch.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/MorningstarCH.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/MorningstarJP.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/MorningstarUK.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/NSEIndia.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/NZX.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/OnVista.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/SIX.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Sinvestor.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/StockData.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Stooq.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/SwissFundData.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/TMX.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/TSP.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/TesouroDireto.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Tradegate.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/TreasuryDirect.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/TwelveData.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/Union.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/UserAgent.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/XETRA.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/YahooJSON.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/YahooWeb.pm /usr/lib/perl5/vendor_perl/5.42.0/Finance/Quote/ZA.pm /usr/share/doc/packages/perl-Finance-Quote /usr/share/doc/packages/perl-Finance-Quote/CONTRIBUTING.md /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::BorsaItaliana.3pm.gz /usr/share/man/man3/Finance::Quote::Bourso.3pm.gz /usr/share/man/man3/Finance::Quote::CMBChina.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::FinanceAPI.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::Deka.3pm.gz /usr/share/man/man3/Finance::Quote::FTfunds.3pm.gz /usr/share/man/man3/Finance::Quote::FinanceAPI.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::IndiaMutual.3pm.gz /usr/share/man/man3/Finance::Quote::MarketWatch.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::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::SwissFundData.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::Tradegate.3pm.gz /usr/share/man/man3/Finance::Quote::TreasuryDirect.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, Fri Oct 31 23:33:49 2025