# man > Finance::Quote::TMX

## NAME
    [Finance::Quote::TSX](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ATSX/markdown) - Obtain quotes from the Toronto Stock Exchange (<https://money.tmx.com>)

## SYNOPSIS
        use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);

        $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new;

        %stockinfo = $q->fetch('tmx','NT-T');   # Only query TMX
        %stockinfo = $q->fetch('canada','NT');  # Failover to other Canadian sources

## DESCRIPTION
    This module obtains information from the Toronto Stock Exchange, <https://money.tmx.com>.

    This module is loaded by default on a [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) object. It's also possible to load it
    explicitly by placing 'TMX' in the argument list to [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->new().

## LABELS RETURNED
    The following labels are returned by [Finance::Quote::TMX](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ATMX/markdown): name, exchange, volume, open, high,
    low, cap, close, year_range, symbol

TERMS & CONDITIONS
    Use of money.tmx.com is governed by any terms & conditions of that site and its data provider
    quotemedia.com.

    [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) is released under the GNU General Public License, version 2, which explicitly
    carries a "No Warranty" clause.

