|
NAMEFinance::Quote::Fool - Obtain quotes from the Motley Fool web site.SYNOPSISuse Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("fool","GE", "INTC"); DESCRIPTIONThis module obtains information from the Motley Fool website (http://caps.fool.com). The site provides date from NASDAQ, NYSE and AMEX.This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "Fool" in the argument list to Finance::Quote->new(). Information returned by this module is governed by the Motley Fool's terms and conditions. LABELS RETURNEDThe following labels may be returned by Finance::Quote::Fool: symbol, day_range, open, volume, close, year_range, last, currency, method.SEE ALSOMotley Fool, http://caps.fool.comFinance::Quote.
Visit the GSP FreeBSD Man Page Interface. |