Finance::Quote::Fool - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION LABELS RETURNED SEE ALSO
NAME
    Finance::Quote::Fool - Obtain quotes from the Motley Fool web site.

SYNOPSIS
        use Finance::Quote;

        $q = Finance::Quote->new;

        %stockinfo = $q->fetch("fool","GE", "INTC");

DESCRIPTION
    This 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 RETURNED
    The following labels may be returned by Finance::Quote::Fool: symbol,
    day_range, open, volume, close, year_range, last, currency, method.

SEE ALSO
    Motley Fool, http://caps.fool.com

    Finance::Quote.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:59 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top