# phpman > man > Finance::Quote::Fool

## NAME
    [Finance::Quote::Fool](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AFool/markdown) - Obtain quotes from the Motley Fool web site.

## SYNOPSIS
        use [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown);

        $q = [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->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](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown) object. It's also possible to load it
    explicitly by placing "Fool" in the argument list to [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown)->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](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote%3A%3AFool/markdown): symbol, day_range, open, volume,
    close, year_range, last, currency, method.

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

    [Finance::Quote](https://www.chedong.com/phpMan.php/perldoc/Finance%3A%3AQuote/markdown).

