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 (www.fool.com). The site provides date from NASDAQ, NYSE and AMEX.
18
19 This module is loaded by default on a Finance::Quote object. It's also
20 possible to load it explicity by placing "Fool" in the argument list to
21 Finance::Quote->new().
22
23 Information returned by this module is governed by the Motley Fool's
24 terms and conditions.
25
27 The following labels may be returned by Finance::Quote::Fool: symbol,
28 price, change, open, close, high, low, yhigh, ylow, div, yield, vol,
29 avg_vol, pe, change_p, currency, method.
30
32 Motley Fool, http://www.fool.com
33
34 Finance::Quote.
35
36
37
38perl v5.28.0 2017-11-12 Finance::Quote::Fool(3)