Subject: | Bug and Fix: Yahoo Asia broken for Indian stocks |
Date: | Thu, 17 Oct 2013 10:38:20 +0530 |
To: | bug-Finance-Quote [...] rt.cpan.org |
From: | Abhijit Kshirsagar <abhijit86k [...] gmail.com> |
Hello,
Reporting a bug in the Finance::Quote module for Yahoo Asia Quotes.
For Indian stocks this will fail since Yahoo Finance Asia no longer
supports CSV style quotes for Indian stocks.
Fix:
Yahoo Finance still provides quotes as XML and JSON, though, so i put
together a small Perl module to fetch and parse them to hand them to
Gnucash. The module is based on the BSERO module.
The entire source is on github: https://github.com/abhijit86k/finance-bomse
and an archive can be downloded here:
https://codeload.github.com/abhijit86k/finance-bomse/zip/master
Installation and usage instructions are in the README.
Comments are welcome.
Regards,
~Abhijit