Dear members.

I'm now planning to upload my module, which can get stock
information from Nihon Keizai Shimbun, Inc (Nikkei).

SYNOPSIS is like below.
         use Finance::NikkeiQuote;
         # For example, it's a sony ;-)
         my $sony = Finance::NikkeiQuote->new(6758);
         # Set proxy, if you need
         $sony->proxy('http://proxy.foo.co.jp:8080');
         print "Name         : ",($sony->getinfo)[1],"\n";
         print "Current Price: ",($sony->gettoday)[3],"\n";
         # 25days Range of stock prices;
         map{map{print $_,','}@$_;print "\n"}@{$sony->getrange25};

I think Finance namespace is suitable for this module. 
Could anyone sugest me a better namespace for this module?

Best regards.
---
keiichi Daiba  [EMAIL PROTECTED]

Reply via email to