1Finance::Quote::HEX(3)User Contributed Perl DocumentationFinance::Quote::HEX(3)
2
3
4

NAME

6       Finance::Quote::HEX - Obtain quotes from the Helsinki Stock Exchange.
7

SYNOPSIS

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

DESCRIPTION

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 guaranā€
27       tee that your information only comes from the Helsinki Stock Exchange.
28

LABELS RETURNED

30       The following labels may be returned by Finance::Quote::HEX: name,
31       last, high, low, date, time, p_change, volume, bid, ask, price, method
32       and exchange.
33

SEE ALSO

35       Helsinki Stock Exchange, http://www.hex.com/
36
37
38
39perl v5.8.8                       2007-01-08            Finance::Quote::HEX(3)
Impressum