table of contents
other versions
- Tumbleweed 1.670.0-1.1
- Leap-15.6
| Finance::Quote::Fool(3) | User Contributed Perl Documentation | Finance::Quote::Fool(3) |
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, open, high, low, volume, last, currency, method.
SEE ALSO¶
Motley Fool, http://www.fool.com
Finance::Quote.
| 2025-10-20 | perl v5.42.0 |