Skip Menu |

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

Report information
The Basics
Id: 23719
Status: rejected
Priority: 0/
Queue: Finance-TickerSymbols

People
Owner: jezra [...] cpan.org
Requestors: t-ilhan [...] northwestern.edu
Cc:
AdminCc:

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



Subject: problem with nasdaq symbols
Date: Thu, 30 Nov 2006 05:12:53 -0600
To: <bug-Finance-TickerSymbols [...] rt.cpan.org>
From: "Taylan ILHAN" <t-ilhan [...] northwestern.edu>
Hello, First, I would like to thank you for developing the ticker symbols package. I am not sure if this is a bug or not but here it is: Although the following script I code was able to get nyse and amex symbols, it failed to get nasdaq symbols: use strict; use LWP::Simple; use Finance::TickerSymbols ; my $cnt = 1; for my $symbol ( symbols_list( 'nasdaq' ) ) { print "$cnt. $symbol\n"; $cnt = $cnt + 1; # collect historical data from yahoo #getstore("http://ichart.finance.yahoo.com/table.csv?s=$symbol&d=10&e=30&f=2006&g=d&a=0&b=29&c=1993&ignore=.csv", "$symbol.cvs"); } Best, Taylan Ilhan
Subject: Re: [rt.cpan.org #23719] problem with nasdaq symbols
Date: Thu, 30 Nov 2006 08:14:19 -0500
To: bug-Finance-TickerSymbols [...] rt.cpan.org
From: "Josef Ezra" <jezra [...] cpan.org>
Hello Taylan I've submitted version 0.03 to address this problem, and version 0.11 to add industries queries. can you verify the version for me? thanks for reporting - Josef (BTW, it looks like some mirrors still got version 0.01. the recent one can be downloaded from http://search.cpan.org) On 11/30/06, Taylan ILHAN via RT <bug-Finance-TickerSymbols@rt.cpan.org> wrote: Show quoted text
> > Thu Nov 30 06:15:48 2006: Request 23719 was acted upon. > Transaction: Ticket created by t-ilhan@northwestern.edu > Queue: Finance-TickerSymbols > Subject: problem with nasdaq symbols > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: t-ilhan@northwestern.edu > Status: new > Ticket <URL: > http://rt.cpan.org/Ticket/Display.html?id=23719 > > > > Hello, > > First, I would like to thank you for developing the ticker symbols package. > > I am not sure if this is a bug or not but here it is: Although the following > script I code was able to get nyse and amex symbols, it failed to get nasdaq > symbols: > > use strict; > use LWP::Simple; > use Finance::TickerSymbols ; > my $cnt = 1; > for my $symbol ( symbols_list( 'nasdaq' ) ) { > print "$cnt. $symbol\n"; > $cnt = $cnt + 1; > # collect historical data from yahoo > > #getstore("http://ichart.finance.yahoo.com/table.csv?s=$symbol&d=10&e=30&f=2006&g=d&a=0&b=29&c=1993&ignore=.csv", > "$symbol.cvs"); > } > > Best, > > Taylan Ilhan > > > > > Hello, > > First, I would like to thank you for developing the ticker symbols package. > > I am not sure if this is a bug or not but here it is: Although the following > script I code was able to get nyse and amex symbols, it failed to get nasdaq > symbols: > > use strict; > use LWP::Simple; > use Finance::TickerSymbols ; > my $cnt = 1; > for my $symbol ( symbols_list( 'nasdaq' ) ) { > print "$cnt. $symbol\n"; > $cnt = $cnt + 1; > # collect historical data from yahoo > > #getstore("http://ichart.finance.yahoo.com/table.csv?s=$symbol&d=10&e=30&f=2006&g=d&a=0&b=29&c=1993&ignore=.csv", > "$symbol.cvs"); > } > > Best, > > Taylan Ilhan >
Apparently, this problem was fixed in version 0.03. I’ve verified the recent version (0.11) works fine. Best
Subject: Re: [rt.cpan.org #23719] problem with nasdaq symbols
Date: Thu, 30 Nov 2006 14:38:10 -0600
To: <bug-Finance-TickerSymbols [...] rt.cpan.org>
From: "Taylan ILHAN" <t-ilhan [...] northwestern.edu>
Thanks for the quick response. I used PPM to install the module on my windows system and I don't know why but PPM installs version 0.02. Now, I installed the latest version manually and it works just fine. Sorry for the trouble. Best, Taylan Show quoted text
----- Original Message ----- From: " via RT" <bug-Finance-TickerSymbols@rt.cpan.org> To: <t-ilhan@northwestern.edu> Sent: Thursday, November 30, 2006 8:51 AM Subject: [rt.cpan.org #23719] problem with nasdaq symbols
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=23719 > > > Apparently, this problem was fixed in version 0.03. > I’ve verified the recent version (0.11) works fine. > > Best >
Problem already solved.