Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Finance::Quote::Fool

Name Finance::Quote::Fool
Version 1.51
Located at /usr/share/perl5
File /usr/share/perl5/Finance/Quote/Fool.pm
Is Core No
Search CPAN for this module Finance::Quote::Fool
Documentation Finance::Quote::Fool
Module Details Finance::Quote::Fool

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026