forked from finance-quote/finance-quote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
716 lines (464 loc) · 22.2 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
{{$NEXT}}
1.37 2015-02-01 20:24:32+01:00 Europe/Brussels
* modified 00-use.t to show more info
* Remove Crypt::SSLeay dependency in favor of LWP::Protocol::https (Geert Janssens)
* Updated HU.pm and test file to current website (Kristof Marussy)
1.36 2015-01-31
* MorningstarJP : changed dependency from Date::Calc to DateTime
1.35 2014-06-17 08:06:14+02:00 Europe/Brussels
* BUGFIX: VWD - currency returned.
1.34 2014-06-15 21:30:03+02:00 Europe/Brussels
* VWD adapted to recent website change.
1.33 2014-06-01 11:24:24+02:00 Europe/Brussels
* BUGFIX: yahoo_json never returns currency. so don't set a default.
yahoo_json returned current timestamp instead of quote date.
1.32 2014-05-18 21:55:12+02:00 Europe/Brussels
* return "symbol" for yahoo_json module
* allow to retrieve ISIN codes with VWD module
1.31 2014-05-04 22:56:45+02:00 Europe/Brussels
* Case mismatch in ZA_UnitTrusts pod
1.30 2014-05-04 21:56:34+02:00 Europe/Brussels
* Bourso.pm works on current website changes. Thanks to Guillaume
* New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
Exchange (CSE) in Sri Lanka.
1.29 2014-04-08 08:28:25+02:00 Europe/Brussels
* New module za_unittrusts. kudos to Rolf Endres.
* Indiamutual patched to current website. kudos to Vinay S Shastry.
1.28 2014-03-16 12:05:19+01:00 Europe/Brussels
* Removed some unnecessary dependencies
1.27 2014-03-05 15:04:22+01:00 Europe/Brussels
* New module YahooJSON added (Abhijit Kshirsagar)
* mtgox.t should not create errors when ONLINE_TEST is not defined
1.26 2014-03-03 22:24:58+01:00 Europe/Brussels
* VWD adapted to current website (skaringa)
* Boursorama module mostly fixed (Arnaud Gardelein)
1.25 2014-03-02 23:18:23+01:00 Europe/Brussels
* AEX.pm : Some checking added. Not working yet
* Quote.pm : readded sub parse_csv_semicolon.
1.24 2014-03-02 21:39:00+01:00 Europe/Brussels
* Added module Citywire.pm written by Martin Sadler
* Added module FTfunds.pm written by Martin Sadler
* Added module MStaruk.pm written by Martin Sadler
* Added module TNetuk.pm written by Martin Sadler
* Data::Dumper is no more required to build
1.23_02 2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE)
TEST RELEASE
1.22 2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE)
TEST RELEASE
1.21 2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE)
* ASX.pm now supports querying more than 10 symbols (goodvibes2)
* Travis config added for automated test build
* BUILD: Updated to use Dist::Zilla
2014-02-17 Erik Colson <[email protected]>
* INSTALLATION FIX: Install Date::Calc as dependency
2014-02-16 Erik Colson <[email protected]>
* MtGox support added by Sam Morris
* MorningstarJP support added by Christopher Hill
* Yahoo modules changed due to site change
2010-02-16 Erik Colson <[email protected]>
* TSP.pm updated. Patch from Kevin Ryde.
* YAHOO/Base.pm added conversion from 'B' billions to
numbers. Patch from Kevin Ryde.
* Billions support moved to Quote.pm
2009-10-05 Erik Colson <[email protected]>
* Lots of tests added
2009-10-04 Erik Colson <[email protected]>
* IndiaMutual.t tests added
* Yahoo_europe: Bug 44245 solved. Wrong fields returned.
* Documentation: Bug 48818 corrected.
2009-10-03 Erik Colson <[email protected]>
* yahoo_europe.t tests corrected
2009-09-30 Erik Colson <[email protected]>
* Bourso.t tests corrected
2009-09-29 Erik Colson <[email protected]>
* AEX.pm removed code for options and futures. (didn't work)
2009-07-19 Erik Colson <[email protected]>
* Bug in Yahoo::Base corrected. Sometimes year range is wrongly returned.
2009-07-19 Giles Robertson
* Bug in Yahoo::Base corrected. GBp wrongly interpreted.
2009-07-19 Stephan Ebelt
* Goldmoney.pm patched. support for platinum added.
2009-07-18 Zoltan Levardy <[email protected]>
* New module HU.pm (Hungarian stocks)
2009-06-14 Divakar Ramachandran
* Bug RT 46155 solved by modifying link in IndiaMutual.pm
2009-06-14 Stephan Ebelt
* Cominvest URL modified
2009-06-14 Erik Colson <[email protected]>
* currencies adapted to yahoo denomination
2009-06-13 Sattvik
* currency retrieval updated (yahoo website changed)
2009-04-27 Bradley Dean <[email protected]>
* ASX.pm updated due to website change
2009-04-13 Erik Colson <[email protected]>
* Release 1.16
2009-04-12 Erik Colson <[email protected]>
* BUGFIX: Bourso.pm allmost completely rewritten due to website change.
* BUGFIX: Morningstar.pm patched by Fredrik Persson.
* BUGFIX: AEX.pm patched by Herman van Rink.
2009-03-19 Erik Colson <[email protected]>
* BUGFIX: 12:XXpm formatted time handling.
2009-03-04 Erik Colson <[email protected]>
* RENAMED ITE is now RZR
2009-03-02 Erik Colson <[email protected]>
* BUGFIX: ZA.pm patched.
2009-03-01 Erik Colson <[email protected]>
* BUGFIX: Stephen Ebelt patch applied for goldmoney.pm
* BUGFIX: Encoding problem solved by Ashwin
2009-02-16 Bradley Dean <[email protected]>
* NEW: Function fetch_live_currencies.
2009-02-15 Bradley Dean <[email protected]>
* NEW: Module Finance::Quote::Currencies created for use in
currency_lookup.
2008-12-05 Erik Colson <[email protected]>
* Finanzpartner module adapted to site updated. By Jan Wilamowius.
* Morningstar patched by Fredrik Persson.
2008-11-09 Erik Colson <[email protected]>
* Bourso.pm updated due to website update. By Bernard Fuentes
2008-10-26 Erik Colson <[email protected]>
* BUG correction : IndiaMutual.pm: symbol not set it module.
* Release 1.15
2008-10-21 Erik Colson <[email protected]>
* BUG correction : function isoTime - make sure $hours and $mins are treated as numbers
* use sprintf in isoTime
2008-10-15 Erik Colson <[email protected]>
* Release 1.14
2008-10-13 Erik Colson <[email protected]>
* Finanzpartner.pm added by Jan Willamowius
2008-10-12 Erik Colson <[email protected]>
* isoTime function added
* added quote.t
* yahoo time is now format using isoTime
2008-10-11 Erik Colson <[email protected]>
* added prerequisite for HTML::TreeBuilder
* union.t from todo
2008-10-10 Paul Fenwick <[email protected]>
* TEST: Ensure Data::Dumper is not accidently left in
F::Q code.
2008-10-07 Erik Colson <[email protected]>
* Root README added
* BUGFIX: asx.t
2008-10-05 Erik Colson <[email protected]>
* Added Cominvest module from Stephan Ebelt
2008-10-04 Erik Colson <[email protected]>
* Failing tests moved to todo-state for trustnet, usfedbonds,
bourso, deka, union
* BUGFIX: currency.t
* BUGFIX: lerevenu.t - index ID corrected
2008-10-02 Erik Colson <[email protected]>
* Failing tests moved to todo-state for ftportfolios, aiahk, nzx,
maninvestments.
2008-09-30 Paul Fenwick <[email protected]>
* BUGFIX: Applied patch from Bill Carlson to fix Tiaacref.pm.
Thanks Bill, you rock!
2008-09-28 Erik Colson <[email protected]>
* StockHouseCanada.pm updated to new site layout
* DWS.pm updated
2008-09-27 Erik Colson <[email protected]>
* VWD.pm updated to new site layout
* TSX.pm added
2008-09-27 Paul Fenwick <[email protected]>
* DOCUMENTATION: Fixed malformed formatting in authors
email addresses in Fiannce/Quote.pm.
2008-09-26 Erik Colson <[email protected]>
* AEX.pm updated to new site layout (comma used in numbers)
2008-09-22 Paul Fenwick <[email protected]>
* BUILD: Module::Install 0.77 is now used for building
and installation. (PJF)
* TESTING: Finance::Quote's test system has been restructured.
Tests are now run during installation, but online and author
tests are skipped by default. (PJF)
2008-09-21 Erik Colson <[email protected]>
* lib/Finance/Quote/Yahoo/Brasil.pm: Enable semicolon.
2007-05-13 David Hampton <[email protected]>
* lib/Finance/Quote/SEB.pm: Patch from Henrik Riomar <henrik.riomar at
gmail.com> to fix a problem finding quotes for funds with the Swedish
chars åäö in the name.
* lib/Finance/Quote/IndiaMutual.pm: Patch from Devendra Gera <gera0ul
at yahoo.com> to remove white space when splitting the results in the
AMFI data file.
2007-01-07 David Hampton <[email protected]>
* CVSTAG: finance_quote_1_13
* lib/Finance/Quote.pm: Update version to 1.13.
* lib/Finance/Quote.pm: Update the store_date() function for the
case when the year isn't explicitly stated. If the specified
month would put the quote in the future, then consider this a
quite from last year. manly intended to handle the rollover from
December to January on web sites that don't specify the year.
Suggestion from Christian Lupien.
* lib/Finance/Quote/BMONesbittBurns.pm: Enhance module to support
mutual fund quotes (which have less data than stock quotes).
Correct date format parsing. Fix from Christian Lupien <lupien at
users.sourceforge.net>.
* lib/Finance/Quote/StockHouseCanada.pm: The fund name seems to be
a moving target. Search all tables of depth one looking for it.
2007-01-01 David Hampton <[email protected]>
* lib/Finance/Quote/FTPortfolios.pm: Rewrite this module for the
new web site design.
* lib/Finance/Quote/TSP.pm: Strip spaces around the dollar values.
* lib/Finance/Quote/FinanceCanada.pm: Rewrite this module for the
new web site design.
* test/*.t: Some restructuring of tests. Add a couple more tests
on dates. Replace a couple of test stocks that are no longer
valid.
* test/*.t: Accept last year as a valid date. Comes in hand when
testing modules at the start of the new year.
* lib/Finance/Quote/ZA.pm: Update for changes in the display of
the web site.
2006-12-31 David Hampton <[email protected]>
* lib/Finance/Quote/StockHouseCanada.pm:
* test/stockhousecanada.t: New module for getting Canadian Mutual
fund quotes from Chris Carton <[email protected]>.
* lib/Finance/Quote/Deka.pm: Update for changes in the display
of the web site. Now uses an https url.
* lib/Finance/Quote/LeRevenu.pm: Updates from Dominique Corbex for
changes in the display of the web site.
* lib/Finance/Quote/Trustnet.pm: Update for changes in the display
of the web site.
2006-09-11 David Hampton <[email protected]>
* Move AIA.pm to AIAHK.pm since AIA has sites in multiple
countries.
2006-09-10 David Hampton <[email protected]>
* lib/Finance/Quote/AIA.pm:
* test/aia.pm: New module to access American International
Assurance fund information. Based on perl script from Wouter van
Marle <[email protected]>.
* lib/Finance/Quote/Bourso.pm: Update the URL to track changes on
the web site.
2006-07-10 David Hampton <[email protected]>
* lib/Finance/Quote.pm: Update version to 1.12.
* CVSTAG: finance_quote_1_12
2006-06-27 David Hampton <[email protected]>
* Makefile.PL: State the dependency on Crypt::SSLeay that several
modules now have.
* lib/Finance/Quote/Yahoo/Base.pm: Don't set fields that are
defined but are empty..
* test/yahoo_brasil.t: Update the test module to have more cases
and use better stocks.
* lib/Finance/Quote/Yahoo/Brasil.pm: Update for the change of the
data separator from a semicolon to a comma.
* test/financecanada.t:
* test/hex.t: Add new test cases to cover the last untested
modules. All modules are now tested.
* lib/Finance/Quote/FinanceCanada.pm: Don't set the success flag
if the lookup failed.
* lib/Finance/Quote/Platinum.pm: Use the new url of the pricing
information.
* lib/Finance/Quote/ManInvestments.pm: Update for the new table
format on the web site.
* test/indiamutual.t:
* test/aex.t: Update the test cases to use currently listed funds.
* lib/Finance/Quote/ManInvestments.pm: The url for updating
quotes has changed, as has the table header.
* lib/Finance/Quote/Bourso.pm:
* lib/Finance/Quote/LeRevenu.pm:
* test/bourso.t:
* test/lerevenu.t: Updated modules from Dominique Corbex
<[email protected]>. The name field now returns the real name
and not ticker symbols, and other small fixes.
2006-04-08 David Hampton <[email protected]>
* lib/Finance/Quote/Trustnet.pm: Work around the fact that gnucash
escapes the ampersand character when passing stock names to F::Q.
* lib/Finance/Quote/DWS.pm: Updated module from Klaus Dahlke
<[email protected]> to retrieve quotes from the new DWS web
page.
* lib/Finance/Quote/Tiaacref.pm: Explicitly state in the code that
this module requires ssl support (it uses an https:// url). This
prevents perl from trying to run the code when ssl support isn't
present.
* lib/Finance/Quote.pm:
* lib/Finance/Quote/HEX.pm:
* test/hex.t: New module from Mika Laari
<[email protected]> to fetch quote information from
the Helsinki stock exchange.
* Documentation/Hackers-Guide: Add a section on the q->store_date()
function. All modules should use this function to set the 'date'
and 'isodate' fields based on the retrieved textual date (or lack
thereof).
* test/lerevenu.t: Test the right module.
2006-04-07 David Hampton <[email protected]>
* lib/Finance/Quote.pm:
* lib/Finance/Quote/LeRevenu.pm:
* test/lefrevenu.t: New module from Dominique Corbex
<[email protected]> to fetch information from the
LeRevenu.com site in France.
* t/yahoo_europe.t: New test cases for non-GBP London exchange
stocks. Use new stock for test of the XETRA exchange. (Can't
find a non-Euro stock there, so remove those tests.)
* lib/Finance/Quote/Yahoo/Base.pm: Patch from [email protected]
to only divide London exchange values by 100 if they are
denominated in pence.
2006-04-06 David Hampton <[email protected]>
* lib/Finance/Quote.pm:
* lib/Finance/Quote/Bourso.pm:
* test/bourso.t: New module from Dominique Corbex
<[email protected]> to fetch information from the "Paris
Stock Exchange", http://www.boursorama.com.
* lib/Finance/Quote/VWD.pm: Updated module from Jörg Sommer that
is more tolerant of the advertising added to the web page.
2006-01-11 David Hampton <[email protected]>
* CVSTAG: finance_quote_1_11
* lib/Finance/Quote.pm: Updated $VERSION to 1.01
2006-01-10 David Hampton <[email protected]>
* test/dws.t:
* test/maninvestments.t:
* test/yahoo_brasil.t: Accept dates in both the previous and
current year as valid responses.
* test/aex.t: Change test currency to one still on the exchange.
* lib/Finance/Quote/VWD.pm: Jörg Sommer's patch to work better
with invalid WKNs and to extract the exchange information from its
new location.
2005-11-18 David Hampton <[email protected]>
* lib/Finance/Quote/AEX.pm: Use the store_date function.
* lib/Finance/Quote/ASX.pm:
* lib/Finance/Quote/Cdnfundlibrary.pm:
* lib/Finance/Quote/Platinum.pm:
* lib/Finance/Quote/Trustnet.pm:
* lib/Finance/Quote/Yahoo/Base.pm: Add code to protect against
empty tables, data fields, etc.
* test/aex.t: Correct the number of test cases. Changed test
stock to one that is still on the exchange. Site no longer
provides time (date only) so remove tests for time of quote.
Futures quotes don't always have bid/ask values so comment out
those tests.
* test/indiamutual.t:
* test/trustnet.t:
* test/union.t:
* test/yahoo.t: Changed test stock to one that is still on the
exchange.
* test/yahoo_brasil.t: All returned prices (for all stocks I
tried) return a price of zero, so comment out the test for
non-zero.
2005-10-23 David Hampton <[email protected]>
* lib/Finance/Quote/VWD.pm: Put back the call to the
HTML::TableExtract first_table_state_found() function for now. At
some point this should be removed and the 2.0 version of
HTML::TableExtract required.
* lib/Finance/Quote.pm: Make note of an alternate yahoo URL that
can be used to obtain currency quotes. From Gerry Barksdale <gbark
at barksys.com>.
2005-10-22 David Hampton <[email protected]>
* lib/Finance/Quote/Tiaacref.pm:
* test/tiaacref.t: Add Support for TIAA-CREF mutual funds from
Brandon <brandon2 at users.sourceforge.net>.
* lib/Finance/Quote/VWD.pm: Remove the thousands separator
character from quote values.
* lib/Finance/Quote/TSP.pm:
* test/tsp.t: Frank Mori Hess's <fmhess at speakeasy.net> change
to add support for the TSP lifecycle L funds.
* ChangeLog: Archive pre-2005 data into a separate file.
* lib/Finance/Quote/Deka.pm: Add a new module to retrieve German
investment fund prices from Deka. Module from Knut Franke
<Knut.Franke at gmx.de>
* lib/Finance/Quote/USFedBonds.pm:
* test/usfedbonds.t: Add a new US Federal Bonds stock quote module
from Stephen Langenhoven <langenhoven at users.sourceforge.net>.
2005-10-21 David Hampton <[email protected]>
* lib/Finance/Quote.pm: Updated to work with new Yahoo currency
conversion pages.
* lib/Finance/Quote/Tiaacref.pm: New URL from Kevin Foss. Uses
https, so the Crypt::SSLeay module is now required for TIAA-CREF
quotes.
* lib/Finance/Quote/ZI.pm: Zürich Invest has been purchased by
Deutsche Bank and integrated into DWS. The DWS.pm module should
now be used in place of the ZI.pm module.
* lib/Finance/Quote/VWD.pm: Patch from Rainer Dorsch to return the
current price as 'last'. The HTML::TableExtract
first_table_state_found() function has been deprecated. Accept
both the old and new values as correct answers.
* lib/Finance/Quote/ZA.pm:
* test/za.t: Add a new South African stock quote module from
Stephen Langenhoven <langenhoven at users.sourceforge.net>.
2005-08-10 David Hampton <[email protected]>
* lib/Finance/Quote/VWD.pm: Handle invalid ISINs better. VWD
delivers a 404 error instead of a blank page. Fix suggested by
Uwe Simon <uwe.simon.koeln at t-online dot de>
2005-07-04 Paul Fenwick <[email protected]>
* lib/Finance/Quote.pm: Bumped $VERSION to 1.10, primarily
to work around a problem with CPAN distributions.
* CVSTAG: finance_quote_1_10
2005-06-29 David Hampton <[email protected]>
* lib/Finance/Quote/VWD.pm: Updated module from Jörg Sommer
* lib/Finance/Quote/cdnfundlibrary.pm: Changes inspired by
[email protected] allow retrieval of more data.
* lib/Finance/Quote.pm:
* lib/Finance/Quote/Yahoo/NZ.pm: New module from Stephen Judd
* lib/Finance/Quote/NZX.pm: Tweak to allow both NZX and Yahoo:NZ
to get quotes for New Zealand Stocks (use method nz).
* CVSTAG: finance_quote_1_09
2005-05-30 Paul Fenwick <[email protected]>
* MANIFEST: Updated with files intended for distribution.
* lib/Finance/Quote.pm: Updated $VERSION to 1.09
* CVSTAG: Updated finance_quote_1_09 tag on MANIFEST and
lib/Finace/Quote.pm
* Released updated version 1.09 with new MANIFEST and Quote.pm
to Sourceforge.
* lib/Finance/Quote/VWD.pm: Re-enabled $VERSION and bumped
to 1.01 to allow correct indexing on CPAN, however the
older version currently remains in the 1.09 release.
2005-05-04 David Hampton <[email protected]>
* lib/Finance/Quote/FTPortfolios.pm: Update for changes in the
website.
* t/ftportfolios.t: New test module.
* TSP.pm: Replace core parsing with tighter code. Support the
symbols used by both Frank Mori Hess' and Trent Piepho's TSP
modules. Make the symbols case insensitive.
* lib/Finance/Quote/Cdnfundlibrary.pm: Find table by headers
instead of by index.
* test/asegr.t: New module
* lib/Finance/Quote/ASEGR.pm: New module
* lib/Finance/Quote/ASX.pm: Skip any blank lines in the table.
Pass an extra parameter to TableExtract to keep it from doing
unnecessary work that produces warnings.
2005-03-19 David Hampton <[email protected]>
* lib/Finance/Quote/Trustnet.pm: Encode the '&' character before
calling the user agent GET function. Fixes bug 747080.
2005-03-19 David Hampton <[email protected]>
* almost all files: Collapsed all date parsing code into a single
function. This function handles the date formats provided by all
current quote sources and converts them all into the F::Q standard
of a US date format. It also adds an ISO format date to all
quotes in the new isodate field. Added lots of test functions to
check date formats.
2005-03-19 David Hampton <[email protected]>
* lib/Finance/Quote/AEX.pm: Spelling correcting from Frank Mori
Hess.
* lib/Finance/Quote.pm: Documentation correction from Trent
Piepho.
* lib/Finance/Quote/Yahoo/Base.pm (yahoo_request): Fix an
undefined reference when Yahoo ocassionally returns an empty
field.
2005-03-01 David Hampton <[email protected]>
* lib/Finance/Quote.pm: New modules. New function to parse files
separated by semicolons instead of commas.
* lib/Finance/Quote/AEX.pm: Worked over modules from Johan van
Oostrum. Most of the old AEX data has migrated elsewhere.
* lib/Finance/Quote/ASX.pm:
* lib/Finance/Quote/Trustnet.pm: Got the modules working again.
* lib/Finance/Quote/ManInvestments.pm:
* lib/Finance/Quote/Platinum.pm: New modules for Australian
investment price sources from Ian Dall <iandall at
users.sourceforge.net>.
* lib/Finance/Quote/NZX.pm: New modules for fetching quotes the
from the New Zealand stock exchange. Provided by Michael Curtis.
* lib/Finance/Quote/SEB.pm: New modules for fetching quotes from
the Swedish Bank. Submitted by Tomas Carlsson.
* lib/Finance/Quote/TSP.pm: New modules for fetching quotes from
the US Govt. Thrift Service Plan. Submitted by Frank Mori Hess.
* lib/Finance/Quote/Yahoo/Base.pm: Corrected currency tags for Vienna and Valence.
* lib/Finance/Quote/Yahoo/Brasil.pm: Add new Yahoo Brasil module
from Ismael Orenstein <perdig at users.sourceforge.net>.
* t/*: Various new test modules.
2005-02-09 David Hampton <[email protected]>
* lib/Finance/Quote/Fidelity.pm:
* lib/Finance/Quote/Union.pm: Got the modules working again.
* lib/Finance/Quote/Yahoo/Base.pm: Extract the currency directly
from Yahoo, instead of looking it up in an exchange/currency
mapping table.
* t/*: Various new test and updated modules.
2005-02-06 David Hampton <[email protected]>
* lib/Finance/Quote/BMONesbittBurns.pm: Got the modules working again.
2005-01-14 David Hampton <[email protected]>
* lib/Finance/Quote/Cdnfundlibrary.pm: Got the module working again.