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
>