![]() |
![]()
| ![]() |
![]()
NAMEFinance::TW::EmergingQuote - Check stock quotes from Taiwan Emerging Stock SYNOPSISuse Finance::TW::EmergingQuote; my $quote = Finance::TW::EmergingQuote->new('3481'); while (1) { print $quote->get->{MatchPrice}.$/; sleep 30 } DESCRIPTIONThis module provides interface to Emerging Stock price information available from Taiwan's OTC(over-the-counter market). You could get the real time quote. CLASS METHODS
AUTHORSChia-liang Kao <clkao@clkao.org> COPYRIGHTCopyright 2006 by Chia-liang Kao <clkao@clkao.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html>
|