./finance/p5-Finance-Quote, Perl module to get stock quotes from various exchanges

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.59, Package name: p5-Finance-Quote-1.59, Maintainer: damon

Finance::Quote provides access to time-delayed stock quotes from
a number of sources.


Required to run:
[www/p5-CGI] [www/p5-HTML-TableExtract] [www/p5-libwww] [lang/perl5] [time/p5-DateTime] [converters/p5-JSON]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 258.458 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-04 01:03:04 by David H. Gutteridge | Files touched by this commit (2) | Package updated
Log message:
p5-Finance-Quote: update to 1.59

1.59      2023-12-31 14:52:12-08:00 America/Los_Angeles
	* 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
   2023-09-28 07:46:15 by Paul Goyette | Files touched by this commit (1)
Log message:
Add a couple more new dependencies.  Bump package revision.
   2023-09-27 04:13:05 by David H. Gutteridge | Files touched by this commit (1)
Log message:
p5-Finance-Quote: as of 1.58, also requires p5-HTTP-CookieJar
   2023-09-25 09:29:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
p5-Finance-Quote: add missing dependency

Bump PKGREVISION.
   2023-08-13 19:56:01 by David H. Gutteridge | Files touched by this commit (2) | Package updated
Log message:
p5-Finance-Quote: update to 1.58

1.58      2023-08-12 10:59:05-07:00 America/Los_Angeles
	* 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
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-07-06 00:09:22 by David H. Gutteridge | Files touched by this commit (2) | Package updated
Log message:
p5-Finance-Quote: update to 1.57

1.57      2023-07-01 12:37:07-07:00 America/Los_Angeles
        * 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
   2023-06-11 02:32:02 by David H. Gutteridge | Files touched by this commit (2) | Package updated
Log message:
p5-Finance-Quote: update to 1.56

1.56      2023-05-29 14:56:23-07:00 America/Los_Angeles
	* 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

1.55      2023-05-13 12:22:00-07:00 America/Los_Angeles
	* Added YahooJSON currency rate module PR #270
	* Added TRV => CAD in AlphaVantage.pm. Issue #265 - PR #267
	* Quick fix for YahooJSON.pm API
	* URL Change for MorningstarJP. Issue #261
	* Regex fix in FTfunds.pm and changed test cases ftfunds.t. PR #262

1.54      2022-12-26 15:25:02-08:00 America/Los_Angeles
	* Fix to AEX.pm - Issue #235 - PR #244
	* New modules Sinvestor.pm Tradegate.pm and XETRA.pm PR #243
	* Updates to TMX.pm (Toronto Stock Exchange) PR #248 and #253
	* Reverted API change (PR #230) in
	  CurrencyRates/AlphaVantage.pm PR #249
	* Fix to Fondsweb.pm PR #250