Skip to content

Version 1.62 Release

Latest
Compare
Choose a tag to compare
@bpschuck bpschuck released this 17 May 01:30
· 3 commits to master since this release

Finance::Quote version 1.62 released May 16, 2024.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.62.tar.gz.

Installation methods:

CPAN

cpan Finance::Quote

CPANMinus

cpanm Finance::Quote

Manual Installation

wget https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.62.tar.gz
tar -xvf ../Finance-Quote-1.62.tar.gz
cd Finance-Quote-1.62
perl Makefile.PL
make
make install

What's Changed

  • Fixed AEX.pm
  • Removed throttling from AlphaVantage.pm - Issue #363
  • Added CurrencyFreaks.pm - new currency module
  • YahooJSON.pm - added more error handling - Issue #390
  • Fixed MarketWatch.pm module - Issue #389
  • Fool.pm - Rewrote Fool.pm and added back to F::Q. Issue #379.
  • New Module! 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
  • BorsaItaliana.pm - New module for Borsa Italiana, Italian traded bonds using ISIN
  • YahooWeb.pm - Issue #377. Modified YahooWeb to account for changes from Yahoo.

Full Changelog: v1.61...v1.62