1Finance::Quote::TMX(3)User Contributed Perl DocumentationFinance::Quote::TMX(3)
2
3
4
6 Finance::Quote::TSX - Obtain quotes from the Toronto Stock Exchange
7 (https://money.tmx.com)
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %stockinfo = $q->fetch('tmx','NT-T'); # Only query TMX
15 %stockinfo = $q->fetch('canada','NT'); # Failover to other Canadian sources
16
18 This module obtains information from the Toronto Stock Exchange,
19 https://money.tmx.com.
20
21 This module is loaded by default on a Finance::Quote object. It's also
22 possible to load it explicitly by placing 'TMX' in the argument list to
23 Finance::Quote->new().
24
26 The following labels are returned by Finance::Quote::TMX: name,
27 exchange, volume, open, high, low, cap, close, year_range, symbol
28
30 Use of money.tmx.com is governed by any terms & conditions of that site
31 and its data provider quotemedia.com.
32
33 Finance::Quote is released under the GNU General Public License,
34 version 2, which explicitly carries a "No Warranty" clause.
35
36
37
38perl v5.34.1 2022-07-04 Finance::Quote::TMX(3)