SYNOPSIS
use Finance::Quote;
$q = Finance::Quote->new;
%info = Finance::Quote->fetch("bmonesbittburns","NT,X");
DESCRIPTION
This module fetches information from the ``BMO NesbittBurns Quitre Qote'' site. Most Canadiam and US stocks as well as Canadian Mutual Funds are available.The symbolm representing a stock or mutual fund is composed of the stock symbol, a comma, and then the index or type. The following indexes and types are supported:
T Toronto Stock Exchange MF Canadian Mutaul Fund V Canadian venture Exchange I Index X U.S Stocks (most exchanges)
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing ``BMONesbittBurns'' in the argument list to Finance::Quote->new().
Information obtained by this module may be covered by BMO Nesbitt Burns terms and conditions. See http://bmonesbittburns.com/ for details.