1Finance::Quote::HEX(3)User Contributed Perl DocumentationFinance::Quote::HEX(3)
2
3
4
6 Finance::Quote::HEX - Obtain quotes from the Helsinki Stock Exchange.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %stockinfo = $q->fetch("hex","NOK1V"); # Only query ASX.
14 %stockinfo = $q->fetch("finland","NOK1V"); # Failover to other sources OK.
15
17 This module obtains information from the Helsinki Stock Exchange
18 http://www.hex.com/. All Finnish stocks are available.
19
20 This module is not loaded by default on a Finance::Quote object. It's
21 possible to load it explicity by placing "HEX" in the argument list to
22 Finance::Quote->new().
23
24 This module provides both the "hex" and "finland" fetch methods.
25 Please use the "finland" fetch method if you wish to have failover with
26 other sources for Finnish stocks. Using the "hex" method will
27 guarantee that your information only comes from the Helsinki Stock
28 Exchange.
29
31 The following labels may be returned by Finance::Quote::HEX: name,
32 last, high, low, date, time, p_change, volume, bid, ask, price, method
33 and exchange.
34
36 Helsinki Stock Exchange, http://www.hex.com/
37
38
39
40perl v5.12.2 2011-01-12 Finance::Quote::HEX(3)