![]() |
![]()
| ![]() |
![]()
NAMEFinance::TW::TSEQuote - Check stock quotes from Taiwan Security Exchange SYNOPSISuse Finance::TW::TSEQuote; my $quote = Finance::TW::TSEQuote->new('2002'); while (1) { print $quote->get->{MatchPrice}.$/; sleep 30 } DESCRIPTIONThis module provides interface to stock information available from Taiwan Security Exchange. You could resolve company name to stock symbol, as well as getting the real time quote. CLASS METHODS
AUTHORSChia-liang Kao <clkao@clkao.org> Cheng-Lung Sung COPYRIGHTCopyright 2003-2012 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>
|