Skip to content

Releases: finance-quote/finance-quote

Version 1.62 Release

17 May 01:30
Compare
Choose a tag to compare

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

Version 1.61 Release

19 Apr 04:50
Compare
Choose a tag to compare

Finance::Quote version 1.61 released April 18, 2024.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.61.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.61.tar.gz
tar -xvf ../Finance-Quote-1.61.tar.gz
cd Finance-Quote-1.61
perl Makefile.PL
make
make install

What's Changed

  • SIX.pm - Changed lookup for currency, added lookups for symbol and last. Issue #380
  • YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU based users to use the module. Issue #373

Full Changelog: v1.60...v1.61

Version 1.60 Release

16 Apr 00:47
Compare
Choose a tag to compare

Finance::Quote version 1.60 released April 15, 2024.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.60.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.60.tar.gz
tar -xvf ../Finance-Quote-1.60.tar.gz
cd Finance-Quote-1.60
perl Makefile.PL
make
make install

What's Changed

  • Removed not working modules. Issues #346, #366, and #368.
    Fidelity.pm, Cdbfundlibrary.com, Fundata.pm, and Fool.pm.
  • YahooJSON.pm - Added code to retrieve cookies and a "crumb" required
    to continue to utilize the v11 API. Issue #369.
    The YahooJSON.pm currency module was changed to use the v8 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 - Issue #360
  • NSEIndia.pm - Eliminated need to use temp folders by storing file data from URL into a variable.

Full Changelog: v1.59...v1.60

Version 1.59 Release

02 Jan 16:31
Compare
Choose a tag to compare

Finance::Quote version 1.59 released December 31, 2023.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.59.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.59.tar.gz
tar -xvf ../Finance-Quote-1.59.tar.gz
cd Finance-Quote-1.59
perl Makefile.PL
make
make install

What's Changed

  • Fixed XETRA, Tradegate and SInvestor after webpage was restructured - Issue #350
  • Fidelity.pm temporarily disabled - Issue #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 - Issue #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
  • 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 - PR #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. - Issue #338
  • BSEIndia.pm - Removed print when symbol not found - Issue #335

Full Changelog: v1.58...v1.59

Version 1.58 Release

12 Aug 18:08
Compare
Choose a tag to compare

Finance::Quote version 1.58 released August 12, 2023.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.58.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.58.tar.gz
tar -xvf ../Finance-Quote-1.58.tar.gz
cd Finance-Quote-1.58
perl Makefile.PL
make
make install

What's Changed

  • Consorsbank.pm - New module - PR #329
  • Stooq.pm - New module - Issue #203
  • Bloomberg.pm - Changed modules to utilize cookie jar - PR #331 - Issue #324
  • AlphaVantage.pm - Apply currency scaling (GBp -> GBP) when symbol
    had additional ".X" suffix - Issue #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 - Issues #314 #319
  • Another fix to the URL in YahooJSON and CurrencyRates/YahooJSON - Issue #318

Full Changelog: v1.57...v1.58

Version 1.57 Release

01 Jul 19:51
Compare
Choose a tag to compare

Finance::Quote version 1.57 released July 1, 2023.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.57.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.57.tar.gz
tar -xvf ../Finance-Quote-1.57.tar.gz
cd Finance-Quote-1.57
perl Makefile.PL
make
make install

What's Changed

  • Correct set exchange in YahooJSON.pm - Issue #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 - PR #304
  • Added GoogleWeb Module
  • YahooWeb module added - PR #296
  • Added MarketWatch Module
  • Replaced cached file with IO::String object in IndiaMutual.pm
  • Fixed missing date in AEX.pm - Issue #298
  • Fixed Examples in POD Documentation in a few modules - PR #295
  • move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
  • remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
  • removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290
  • Fixed Fool.pm and fool.t - PR #289

Full Changelog: v1.56...v1.57

Version 1.56 Release

29 May 22:12
Compare
Choose a tag to compare

Finance::Quote version 1.56 released May 29, 2023.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.56.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.56.tar.gz
tar -xvf ../Finance-Quote-1.56.tar.gz
cd Finance-Quote-1.56
perl Makefile.PL
make
make install

What's Changed

  • Replaced Tradeville.pm with BVB.pm - Issue #269
  • Added new TwelveData module
  • Updated YahooJSON.pm and CurrencyRates/YahooJSON.pm to use https://query2.finance.yahoo.com/v11 - PR #284
  • Bourso.pm - Squash anything but numbers and period in quote values.
  • Renamed MStarUK.pm to MorningstarUK.pm
  • Added get_features method - PR #260

Full Changelog: v1.55...v1.56

Version 1.55 Release

13 May 20:46
Compare
Choose a tag to compare

Finance::Quote version 1.55 released May 13, 2023.

The official release bundle can be found on CPAN - https://www.cpan.org/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.55.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.55.tar.gz
tar -xvf ../Finance-Quote-1.55.tar.gz
cd Finance-Quote-1.55
perl Makefile.PL
make
make install

What's Changed

Full Changelog: v1.54...v1.55

Version 1.54 Release

27 Dec 00:14
Compare
Choose a tag to compare

Finance::Quote version 1.54 released December 26, 2022.

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

Installation methods:

CPAN

cpan Finance::Quote

CPANMinus

cpanm Finance::Quote

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

Version 1.53 Release

09 Oct 01:20
Compare
Choose a tag to compare

Finance::Quote version 1.53 released October 08, 2022.

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

Installation methods:

CPAN

cpan Finance::Quote

CPANMinus

cpanm Finance::Quote

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