1Finance::Quote::Fool(3)User Contributed Perl DocumentatioFninance::Quote::Fool(3)
2
3
4

NAME

6       Finance::Quote::Fool - Obtain quotes from the Motley Fool web site.
7

SYNOPSIS

9           use Finance::Quote;
10
11           $q = Finance::Quote->new;
12
13           %stockinfo = $q->fetch("fool","GE", "INTC");
14

DESCRIPTION

16       This module obtains information from the Motley Fool website
17       (http://caps.fool.com). The site provides date from NASDAQ, NYSE and
18       AMEX.
19
20       This module is loaded by default on a Finance::Quote object.  It's also
21       possible to load it explicity by placing "Fool" in the argument list to
22       Finance::Quote->new().
23
24       Information returned by this module is governed by the Motley Fool's
25       terms and conditions.
26

LABELS RETURNED

28       The following labels may be returned by Finance::Quote::Fool: symbol,
29       day_range, open, volume, close, year_range, last, currency, method.
30

SEE ALSO

32       Motley Fool, http://caps.fool.com
33
34       Finance::Quote.
35
36
37
38perl v5.30.0                      2019-07-26           Finance::Quote::Fool(3)
Impressum