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: Fedora Project |
Version: 1.6300 | Vendor: Fedora Project |
Release: 1.fc39 | Build date: Mon Sep 23 00:21:29 2024 |
Group: Unspecified | Build host: buildhw-x86-03.iad2.fedoraproject.org |
Size: 659796 | Source RPM: perl-Finance-Quote-1.6300-1.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Finance-Quote | |
Summary: A Perl module that retrieves stock and mutual fund quotes |
This module retrieves stock and mutual fund quotes from various exchanges using various source.
GPL-2.0-or-later
* Sun Sep 22 2024 Paul Howarth <paul@city-fan.org> - 1.6300-1 - Update to 1.63 - Fixed TesouroDireto.pm - using different source URL (GH#424) - Added FinanceAPI.pm - requires API key from https://financeapi.net/ - US and other exchange data available - Fixed BVB.pm (GH#409) - Fixed BSEIndia.pm (GH#410); removed Unzip as quotes file is now a CSV file - Fixed NSEIndia.pm (GH#410) - Fixed NZX.pm (GH#401) * Thu Aug 22 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.6200-3 - Fix version handling for build with different locales set `printf "%.4f" 1.62` has different results e.g. for cs_CZ.UTF-8 vs C - Rename variable to cpan_version which is common in Fedora * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6200-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri May 17 2024 Paul Howarth <paul@city-fan.org> - 1.6200-1 - Update to 1.62 - Fixed AEX.pm - Removed throttling from AlphaVantage.pm (GH#363) - Added CurrencyFreaks.pm - new currency module - YahooJSON.pm - added more error handling (GH#390) - Fixed MarketWatch.pm module (GH#389) - Rewrote Fool.pm and added back to F::Q (GH#379) - Added StockData.pm - methods stockdata, nyse, nasdaq - Modified YahooJSON.pm module in order handle EU consent redirects better - TwelveData.pm - Added "last" to data being returned - Added BorsaItaliana.pm - module for Borsa Italiana, Italian traded bonds using ISIN - YahooWeb.pm - modified YahooWeb to account for changes from Yahoo (GH#377) - Upstream dropped CONTRIBUTING.pod * Fri Apr 19 2024 Paul Howarth <paul@city-fan.org> - 1.6100-1 - Update to 1.61 - SIX.pm - Changed lookup for currency, added lookups for symbol and last (GH#380) - YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU-based users to use the module (GH#373) * Wed Apr 17 2024 Paul Howarth <paul@city-fan.org> - 1.6000-1 - Update to 1.60 - Removed not working modules Fidelity.pm, Cdbfundlibrary.pm, Fundata.pm and Fool.pm (GH#346, GH#366, GH#368) - YahooJSON.pm - Added code to retrieve cookies and a "crumb" required to continue to utilize the v11 API (GH#369) - The YahooJSON.pm currency module was changed to use the v8 chart API - Added initial version of CONTRIBUTING.pod that metacpan.org utilizes; it will completely replace the Hacker's Guide in the future - Bloomberg.pm - Changed module to extract data from JSON structure embedded within the HTML (GH#360) - NSEIndia.pm - Eliminated need to use temp folders by storing file data from URL into a variable - Exclude Finance::CONTRIBUTING manpage, CONTRIBUTING.pod added as %doc * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5900-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5900-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 01 2024 Paul Howarth <paul@city-fan.org> - 1.5900-1 - Update to 1.59 - Fixed XETRA, Tradegate and SInvestor after webpage was restructured (GH#350) - Fidelity.pm temporarily disabled (GH#346) - Finanzpartner.pm - Fix scraper, did not work if quote was higher than the previous day's quote - GoogleWeb.pm - Updated to retrieve mutual fund and BATS prices (GH#355) - BSEIndia.pm: - Updated to use standardized data file at URL https://www.bseindia.com/download/BhavCopy/Equity/BSE_EQ_BHAVCOPY_{DDMMYYYY}.ZIP - Eliminated need to use temp folders by storing standardized file data from URL into a variable - Updated names of source fields to conform to those in the standardized data file - Removed print when symbol not found (GH#335) - IndiaMutual.pm - Eliminated need to use temp folders by storing NAV file data from URL into a variable - TMX.pm - Correct a self-reference in documentation (GH#345) - Stooq.pm - Added new currencies and a fix for commodities' prices - YahooWeb.pm - Skip rows in the price table where the prices are "-"; this seems to happen sometimes with TIAA (and perhaps other) securities including TILIX and QCILIX - TSP.pm - Was not returning hash when the HTTP GET failed completely or the content did not contain the expected CSV file (GH#338) * Sun Aug 13 2023 Paul Howarth <paul@city-fan.org> - 1.5800-1 - Update to 1.58 - New module Consorsbank.pm (GH#329) - New module Stooq.pm (GH#203) - Bloomberg.pm - Changed modules to utilize cookie jar (GH#324, GH#331) - AlphaVantage.pm: - Apply currency scaling (GBp -> GBP) when symbol had additional ".X" suffix (GH#281) - Fixed check for "Information" JSON usually returned when daily API limit has been reached - YahooWeb.pm - Fixed incorrect pricing for single character symbols and changed URL to get trade date (GH#314, GH#319) - Another fix to the URL in YahooJSON and CurrencyRates/YahooJSON (GH#318) * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5700-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 02 2023 Paul Howarth <paul@city-fan.org> - 1.5700-1 - Update to 1.57 - Correct set exchange in YahooJSON.pm (GH#306) - Added close, change and p_change to Tradegate, XETRA and Sinvestor; added optional parameter INST_ID to specify the institute id; fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 (GH#304) - Added GoogleWeb module - YahooWeb module added (GH#296) - Added MarketWatch module - Replaced cached file with IO::String object in IndiaMutual.pm - Fixed missing date in AEX.pm (GH#298) - Fixed Examples in POD Documentation in a few modules (GH#295) - Move 'use strict' to be the first statement in TreasuryDirect.pm and TwelveData.pm (GH#290) - Remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm (GH#290) - Removed Data::Dumper, which caused another test to fail from TreasuryDirect.pm (GH#290) - Fixed Fool.pm and fool.t (GH#289) * Mon Jun 26 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.5600-4 - Reverse prior change * Mon Jun 26 2023 Gwyn Ciesla <gwync@protonmail.com> - 1.5600-3 - Require perl-JSON-Parse * Tue May 30 2023 Paul Howarth <paul@city-fan.org> - 1.5600-2 - Rebuild * Tue May 30 2023 Paul Howarth <paul@city-fan.org> - 1.5600-1 - Update to 1.56 - Replaced Tradeville.pm with BVB.pm (GH#269) - Added new TwelveData module - Updated YahooJSON.pm and CurrencyRates/YahooJSON.pm to use https://query2.finance.yahoo.com/v11 (GH#284) - Bourso.pm - Squash anything but numbers and period in quote values - Renamed MStarUK.pm to MorningstarUK.pm - Added get_features method (GH#260) * Sun May 14 2023 Paul Howarth <paul@city-fan.org> - 1.5500-1 - Update to 1.55 - Added YahooJSON currency rate module (GH#270) - Added TRV => CAD in AlphaVantage.pm (GH#265, GH#267) - Quick fix for YahooJSON.pm API - URL Change for MorningstarJP (GH#261) * Sun May 07 2023 Paul Howarth <paul@city-fan.org> - 1.5402-1 - Update to 1.5402 - URL Change for MorningstarJP (GH#261) - Regex fix in FTfunds.pm and changed test cases ftfunds.t (GH#262) * Sat Apr 08 2023 Paul Howarth <paul@city-fan.org> - 1.5400-3 - Tweak regex to fix FTfunds.pm https://github.com/finance-quote/finance-quote/pull/262 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5400-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Dec 27 2022 Paul Howarth <paul@city-fan.org> - 1.5400-1 - Update to 1.54 - Fix to AEX.pm (GH#235, GH#244) - New modules Sinvestor.pm, Tradegate.pm and XETRA.pm (GH#243) - Updates to TMX.pm (Toronto Stock Exchange) (GH#248 and GH#253) - Reverted API change (GH#230) in CurrencyRates/AlphaVantage.pm (GH#249) - Fix to Fondsweb.pm (GH#250) * Wed Oct 12 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.5301-1 - 1.5301 * Sun Oct 09 2022 Paul Howarth <paul@city-fan.org> - 1.53-1 - Update to 1.53 (rhbz#2133215) - Changed bug tracker to https://github.com/finance-quote/finance-quote/issues - DWS.pm - Set $info{$symbol, 'symbol'} to $symbol - Union.pm - Reworked for a different CSV file (GH#231) - CurrencyRates/AlphaVantage.pm - API CURRENCY_EXCHANGE_RATE no longer accepts free API keys: changed to use FX_DAILY API (GH#229, GH#230) - Set minimum version for LWP::UserAgent to honor redirects - CurrencyRates/AlphaVantage.pm - Added logic to account for empty JSON returned from currency exchange fetch - Bourso.pm - Added Europe and France back as failover methods - Tradeville.pm - Changed hostname in URL to tradeville.ro, and added logic to better account for the symbol not being found - YahooJSON.pm - Account for symbols with '&' (GH#202) - Minor change to isoTime function in Quote.pm - TSP.pm - Update URL and handling of dates (GH#227) - Use SPDX-format license tag
/usr/share/doc/perl-Finance-Quote /usr/share/doc/perl-Finance-Quote/Changes /usr/share/doc/perl-Finance-Quote/FAQ /usr/share/doc/perl-Finance-Quote/Hackers-Guide /usr/share/doc/perl-Finance-Quote/License /usr/share/doc/perl-Finance-Quote/README /usr/share/doc/perl-Finance-Quote/README.dist /usr/share/doc/perl-Finance-Quote/Release.md /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::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::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 /usr/share/perl5/vendor_perl/Finance /usr/share/perl5/vendor_perl/Finance/Quote /usr/share/perl5/vendor_perl/Finance/Quote.pm /usr/share/perl5/vendor_perl/Finance/Quote/AEX.pm /usr/share/perl5/vendor_perl/Finance/Quote/ASEGR.pm /usr/share/perl5/vendor_perl/Finance/Quote/ASX.pm /usr/share/perl5/vendor_perl/Finance/Quote/AlphaVantage.pm /usr/share/perl5/vendor_perl/Finance/Quote/BSEIndia.pm /usr/share/perl5/vendor_perl/Finance/Quote/BVB.pm /usr/share/perl5/vendor_perl/Finance/Quote/Bloomberg.pm /usr/share/perl5/vendor_perl/Finance/Quote/BorsaItaliana.pm /usr/share/perl5/vendor_perl/Finance/Quote/Bourso.pm /usr/share/perl5/vendor_perl/Finance/Quote/CSE.pm /usr/share/perl5/vendor_perl/Finance/Quote/Comdirect.pm /usr/share/perl5/vendor_perl/Finance/Quote/Consorsbank.pm /usr/share/perl5/vendor_perl/Finance/Quote/Currencies.pm /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates/AlphaVantage.pm /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates/CurrencyFreaks.pm /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates/ECB.pm /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates/Fixer.pm /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates/OpenExchange.pm /usr/share/perl5/vendor_perl/Finance/Quote/CurrencyRates/YahooJSON.pm /usr/share/perl5/vendor_perl/Finance/Quote/DWS.pm /usr/share/perl5/vendor_perl/Finance/Quote/Deka.pm /usr/share/perl5/vendor_perl/Finance/Quote/FTfunds.pm /usr/share/perl5/vendor_perl/Finance/Quote/FinanceAPI.pm /usr/share/perl5/vendor_perl/Finance/Quote/Finanzpartner.pm /usr/share/perl5/vendor_perl/Finance/Quote/Fondsweb.pm /usr/share/perl5/vendor_perl/Finance/Quote/Fool.pm /usr/share/perl5/vendor_perl/Finance/Quote/GoldMoney.pm /usr/share/perl5/vendor_perl/Finance/Quote/GoogleWeb.pm /usr/share/perl5/vendor_perl/Finance/Quote/HU.pm /usr/share/perl5/vendor_perl/Finance/Quote/IEXCloud.pm /usr/share/perl5/vendor_perl/Finance/Quote/IndiaMutual.pm /usr/share/perl5/vendor_perl/Finance/Quote/MarketWatch.pm /usr/share/perl5/vendor_perl/Finance/Quote/MorningstarAU.pm /usr/share/perl5/vendor_perl/Finance/Quote/MorningstarCH.pm /usr/share/perl5/vendor_perl/Finance/Quote/MorningstarJP.pm /usr/share/perl5/vendor_perl/Finance/Quote/MorningstarUK.pm /usr/share/perl5/vendor_perl/Finance/Quote/NSEIndia.pm /usr/share/perl5/vendor_perl/Finance/Quote/NZX.pm /usr/share/perl5/vendor_perl/Finance/Quote/OnVista.pm /usr/share/perl5/vendor_perl/Finance/Quote/Oslobors.pm /usr/share/perl5/vendor_perl/Finance/Quote/SEB.pm /usr/share/perl5/vendor_perl/Finance/Quote/SIX.pm /usr/share/perl5/vendor_perl/Finance/Quote/Sinvestor.pm /usr/share/perl5/vendor_perl/Finance/Quote/StockData.pm /usr/share/perl5/vendor_perl/Finance/Quote/Stooq.pm /usr/share/perl5/vendor_perl/Finance/Quote/TMX.pm /usr/share/perl5/vendor_perl/Finance/Quote/TSP.pm /usr/share/perl5/vendor_perl/Finance/Quote/TesouroDireto.pm /usr/share/perl5/vendor_perl/Finance/Quote/Tiaacref.pm /usr/share/perl5/vendor_perl/Finance/Quote/Tradegate.pm /usr/share/perl5/vendor_perl/Finance/Quote/TreasuryDirect.pm /usr/share/perl5/vendor_perl/Finance/Quote/Troweprice.pm /usr/share/perl5/vendor_perl/Finance/Quote/TwelveData.pm /usr/share/perl5/vendor_perl/Finance/Quote/Union.pm /usr/share/perl5/vendor_perl/Finance/Quote/UserAgent.pm /usr/share/perl5/vendor_perl/Finance/Quote/XETRA.pm /usr/share/perl5/vendor_perl/Finance/Quote/YahooJSON.pm /usr/share/perl5/vendor_perl/Finance/Quote/YahooWeb.pm /usr/share/perl5/vendor_perl/Finance/Quote/ZA.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 1 03:57:33 2024