Skip Menu |

This queue is for tickets about the Finance-Quote CPAN distribution.

Report information
The Basics
Id: 89578
Status: resolved
Priority: 0/
Queue: Finance-Quote

People
Owner: eco [...] ecocode.net
Requestors: abhijit86k [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Hi Abhijit ! This work is awesome. I'd like to change module name to yahoo_json as it seems to help with a lot of data not from india also. I'd leave 'india' and 'ind' as calling methods besides 'yahoo_json'. It even works to retrieve indexes which aren't available from the yahoo csv service anymore. Would that be ok for you ? -- Erik
Subject: Re: [rt.cpan.org #89578] Bug and Fix: Yahoo Asia broken for Indian stocks
Date: Wed, 5 Mar 2014 18:04:54 +0530
To: bug-Finance-Quote [...] rt.cpan.org
From: Abhijit Kshirsagar <abhijit86k [...] gmail.com>
Sure. Go ahead. -- ~Abhijit
On Wed Mar 05 07:35:07 2014, abhijit86k@gmail.com wrote: Show quoted text
> Sure. Go ahead. >
OK thanks... I've prepared the stuff already. Pretty close to release ;) -- Erik
Subject: Re: [rt.cpan.org #89578] Bug and Fix: Yahoo Asia broken for Indian stocks
Date: Wed, 5 Mar 2014 22:16:29 +0530
To: bug-Finance-Quote [...] rt.cpan.org
From: Abhijit Kshirsagar <abhijit86k [...] gmail.com>
Great! -- ~Abhijit
Subject: Re: [rt.cpan.org #89578] Bug and Fix: Yahoo Asia broken for Indian stocks
Date: Mon, 10 Mar 2014 18:44:34 +0530
To: bug-Finance-Quote [...] rt.cpan.org
From: Abhijit Kshirsagar <abhijit86k [...] gmail.com>
The status for this bug is showing up as "resolved". Has the fix been release? If so please add a note here. If not can it be changed back to open? Thanks ~Abhijit
Hi ! The new module called yahooJSON including the method handlers for 'india', 'yahoo_json' and 'ind' is included in version 1.27. -- Erik