Subject: | bugs or no bugs |
Date: | Sun, 13 Jul 2008 15:25:25 -0700 (PDT) |
To: | bug-finance-yahooquote [...] rt.cpan.org |
From: | tomwishyet <tomwishyet [...] yahoo.com> |
Ladies and Gentlemen,
I've tried the Finance::Yahooquote module and observed that it is not possible to get the information contained in the array @quote from 22 to 42 index in spite of using the extended
format or the real time format. Is this a bug or not ?
Now the program which I've used:
#!usr/bin/perl
use Finance::YahooQuote;
@quote=getonequote AA;
useExtendedQueryFormat();
useRealtimeQueryFormat();
print "@quote\n";
I have also tried to print @quote separetely like this:
print "$quote[0]\n";
print "$quote[1]\n";
print "$quote[2]\n";
print "$quote[3]\n";
print "$quote[4]\n";
print "$quote[5]\n";
print "$quote[6]\n";
print "$quote[7]\n";
print "$quote[8]\n";
print "$quote[9]\n";
print "$quote[10]\n";
print "$quote[11]\n";
print "$quote[12]\n";
print "$quote[13]\n";
print "$quote[14]\n";
print "$quote[15]\n";
print "$quote[16]\n";
print "$quote[17]\n";
print "$quote[18]\n";
print "$quote[19]\n";
print "$quote[20]\n";
print "$quote[21]\n";
print "$quote[22]\n";
print "$quote[23]\n";
print "$quote[24]\n";
print "$quote[25]\n";
print "$quote[26]\n";
print "$quote[27]\n";
print "$quote[28]\n";
print "$quote[29]\n";
print "$quote[30]\n";
print "$quote[31]\n";
print "$quote[32]\n";
print "$quote[33]\n";
print "$quote[34]\n";
print "$quote[35]\n";
print "$quote[36]\n";
print "$quote[37]\n";
print "$quote[38]\n";
print "$quote[39]\n";
print "$quote[40]\n";
print "$quote[41]\n";
print "$quote[42]\n";
print "$quote[40]\n";
print "$quote[41]\n";
print "$quote[42]\n";
and also on this way I only received results from $quote[0] till $quote[21] and that was all.
I am using Opensuse 10.2 OS.
What shell I do in order to get results for the other Indexes from 22 to 42 ?
Many thanks in advance !
P.S.
At Fri. 11 July 2008 it was impossible to get the market capitalisation from Ryan Air (RYAAY) and from Infosys (INFY) at Yahoo Finance. Do You have any Idea why ?