{
    "mode": "perldoc",
    "parameter": "Finance::Quote::TMX",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3ATMX/json",
    "generated": "2026-07-05T13:18:23Z",
    "synopsis": "use Finance::Quote;\n$q = Finance::Quote->new;\n%stockinfo = $q->fetch('tmx','NT-T');   # Only query TMX\n%stockinfo = $q->fetch('canada','NT');  # Failover to other Canadian sources",
    "sections": {
        "NAME": {
            "content": "Finance::Quote::TSX - Obtain quotes from the Toronto Stock Exchange (https://money.tmx.com)\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Finance::Quote;\n\n$q = Finance::Quote->new;\n\n%stockinfo = $q->fetch('tmx','NT-T');   # Only query TMX\n%stockinfo = $q->fetch('canada','NT');  # Failover to other Canadian sources\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module obtains information from the Toronto Stock Exchange, https://money.tmx.com.\n\nThis module is loaded by default on a Finance::Quote object. It's also possible to load it\nexplicitly by placing 'TMX' in the argument list to Finance::Quote->new().\n",
            "subsections": []
        },
        "LABELS RETURNED": {
            "content": "The following labels are returned by Finance::Quote::TMX: name, exchange, volume, open, high,\nlow, cap, close, yearrange, symbol\n\nTERMS & CONDITIONS\nUse of money.tmx.com is governed by any terms & conditions of that site and its data provider\nquotemedia.com.\n\nFinance::Quote is released under the GNU General Public License, version 2, which explicitly\ncarries a \"No Warranty\" clause.\n",
            "subsections": []
        }
    },
    "summary": "Finance::Quote::TSX - Obtain quotes from the Toronto Stock Exchange (https://money.tmx.com)",
    "flags": [],
    "examples": [],
    "see_also": []
}