Scroll to navigation

Finance::Quote::BMONesbittBurns(3pm) User Contributed Perl Documentation Finance::Quote::BMONesbittBurns(3pm)

NAME

Finance::Quote::BMONesbittBurns - Obtain quotes from the BMO NesbittBurns site

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 explicitly 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.

LABELS RETURNED

The following labels may be returned by Finance::Quote::BMONesbittBurns : name, last, date, p_change, bid, offer, open, high, low, volume, currency, method, exchange, time, date.

SEE ALSO

BMO Nesbitt-Burns http://bmonesbittburns.com/QuickQuote/QuickQuote.asp
2017-11-24 perl v5.26.1