Finance::TW::EmergingQuote - Check stock quotes from Taiwan Emerging Stock


Finance-TW-EmergingQuote documentation  | view source Contained in the Finance-TW-EmergingQuote distribution.

Index


NAME

Top

Finance::TW::EmergingQuote - Check stock quotes from Taiwan Emerging Stock

SYNOPSIS

Top

    use Finance::TW::EmergingQuote;

    my $quote = Finance::TW::EmergingQuote->new('3481');

    while (1) { print $quote->get->{MatchPrice}.$/; sleep 30 }

DESCRIPTION

Top

This 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

Top

new
    Create a stock quote object. Resolve the name to symbol
    if the argument is not a symbol.

resolve
    Resolve the company name to stock symbol.

get
    Get the real time stock information.
    Return a hash containing stock information. The keys are:

DQty
    current volume

MatchPrice
    current price

HighPrice
    daily high

LowPrice
    daily low

AUTHORS

Top

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Top


Finance-TW-EmergingQuote documentation  | view source Contained in the Finance-TW-EmergingQuote distribution.