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 last, p_change
29
31 Use of money.tmx.com is governed by any terms & conditions of that site
32 and its data provider quotemedia.com.
33
34 Finance::Quote is released under the GNU General Public License,
35 version 2, which explicitly carries a "No Warranty" clause.
36
37
38
39perl v5.38.0 2023-08-13 Finance::Quote::TMX(3)