Finance::Quote::HEX (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Finance::Quote::HEX - Obtain quotes from the Helsinki Stock Exchange.SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("hex","NOK1V"); # Only query ASX. %stockinfo = $q->fetch("finland","NOK1V"); # Failover to other sources OK.
DESCRIPTION
This module obtains information from the Helsinki Stock Exchange www.hex.com All Finnish stocks are available.This module is not loaded by default on a Finance::Quote object. It's possible to load it explicitly by placing ``
HEX''
in the argument
list to Finance::Quote->new().
This module provides both the ``hex'' and ``finland'' fetch methods. Please use the ``finland'' fetch method if you wish to have failover with other sources for Finnish stocks. Using the ``hex'' method will guarantee that your information only comes from the Helsinki Stock Exchange.