-
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