1Finance::Quote::Fool(3)User Contributed Perl DocumentatioFninance::Quote::Fool(3)
2
3
4
6 Finance::Quote::Fool - Obtain quotes from the Motley Fool web site.
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %stockinfo = $q->fetch('fool','GE', 'INTC');
14
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 explicitly by placing "Fool" in the argument list
22 to Finance::Quote->new().
23
24 Information returned by this module is governed by the Motley Fool's
25 terms and conditions.
26
28 The following labels may be returned by Finance::Quote::Fool: symbol,
29 day_range, open, volume, close, year_range, last, currency, method.
30
32 Motley Fool, http://caps.fool.com
33
34 Finance::Quote.
35
36
37
38perl v5.36.1 2023-08-13 Finance::Quote::Fool(3)