Revision history for Perl extension Finance::YahooJPN::Quote.
1.08 2014-07-18 01:03:00 JST
- Removed Math::Round by implementing equivalent algorithm.
- Re-wrote calculation method for adjusted values to
get more precise numbers.
- Re-improved stability in network connection.
1.07 2014-07-16 00:54:00 JST
- Again fixed bug about rounding numbers. Using sprintf()
was not the answer. I decided to use the
Math::Round::nearest for rounding.
- Added proxy support (experimental feature).
- As of having been ended official support for the Perl 5.14.x
(including "critical" security patches / releases),
I raised this module's minimum requirement to 5.16.3.
1.06 2014-07-12 23:45:00 JST
- Improved stability in network connection by implementing
connetion retrying feature.
1.05 2014-07-10 21:15:00 JST
- Previously I used int() for rounding numbers. But it is
in fact bad practice. And sometimes it caused failing tests.
Now I know it. I have modified it to use sprintf() for
the purpose to round numbers.
1.04 2014-07-09 22:47:00 JST
- Lately Yahoo! Japan Finance had changed on a larger scale.
Fixed for the changes.
1.03 2012-05-12 04:17:00 JST
- bug-fix: i'm sorry the bug which was found at 1.02 wasn't
completely healed. fixed it again.
1.02 2012-05-10 07:12:00 JST
- bug-fix: a serious (almost fatal) bug about splitting had
been hidden for so many years has been found and fixed
at last. Thanks a lot to the Mr. webmaster of Field Isle
<http://www.woodnote.org/weblog/>.
1.01 2012-05-10 02:13:00 JST
- added 'Connection: close' to HTTP header.
1.00 2012-04-26 04:04:04 JST
- reinforcement: the three index codes (TOPIX, Nikkei, JASDAQ)
have been able to be fetched.
- update: some stock exchange markets were obsolete.
- At last the version number becomes 1.00.
0.14 2008-11-11 01:21:00 JST
- bug-fix: fixed for Yahoo Finance's html code modification.
0.13 2004-11-13 22:56:00 JST
- bug-fix: fixed for Yahoo Finance's html code modification.
0.12 2003-10-05 21:01:03 JST
- bug-fix: fixed problem in case splits are continous with
each other.
- update POD: the fact omitting letter extention of a symbol
will cause a bit problematic.
0.11 2003-10-04 14:44:06 JST
- use IO::Socket instead of LWP::Simple for www connection
to expect faster and lighter performance.
0.10 2003-10-04 03:54:56 JST
- structual redesign, restruction and rewrite of the module
enables much more improved and higher performance both
in speed and in memory usage.
- methods are also almost renewed: new(), scan(), output()
and historical() are of all the methods.
see POD anew for the details.
0.09 2003-10-03 00:00:55 JST
- new(): letter extention of an exchange market is now omittable.
0.08 2003-09-30 17:10:28 JST
- change module name: F*::Y*JPN::QuoteHist -> F*::Y*JPN::Quote
- change method name: quote() -> historical()
- bug-fix: avoid endless loop in case it were invalid symbol.
- bug-fix: improved newline handling in the test script.
0.07 2003-09-30 02:58:05 JST
- good-bye EUC-JP (and hello to Unicode/UTF-8) char-set.
- smarter test script.
0.06 2003-09-29 23:45:35 JST
- change method name: quotes() -> quote()
- more improved POD.
0.05 2003-08-20 16:01:17 JST
- out-of-date bug has been fixed.
0.04 2003-08-15 08:17:54 JST
- output() returns a list (previous version returns a string).
0.03 2003-08-15 00:34:56 JST
- the module rewrited and some methods were restructed.
- the test script was integrated.
0.02 2003-08-12 22:43:34 JST
- the module name has been changed and has been shortened.
- repacked as tarball distribution together with a test script.
0.01 2002-04-09
- original release (as Finance::YahooJapan::HistricalQuotes).
0.00 2001-05-30
- proto type (as Yahoo! Cropper).
- I've created this for my personal use.