Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::TMX

Name Finance::Quote::TMX
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/TMX.pm
Is Core No
Search CPAN for this module Finance::Quote::TMX
Documentation Finance::Quote::TMX
Module Details Finance::Quote::TMX

NAME

Finance::Quote::TSX - Obtain quotes from the Toronto Stock Exchange (https://money.tmx.com)


SYNOPSIS

    use Finance::Quote;
    $q = Finance::Quote->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 object. It's also possible to load it explicitly by placing 'TMX' in the argument list to Finance::Quote->new().


LABELS RETURNED

The following labels are returned by Finance::Quote::TMX: 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 is released under the GNU General Public License, version 2, which explicitly carries a ``No Warranty'' clause.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026