man > Finance::Quote::Fool

📖 NAME

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

🚀 Quick Reference

Use Case Command Description
⚡ Initialize module use Finance::Quote; $q = Finance::Quote->new; Load the module and create a new quote object.
📈 Fetch quotes for symbols $q->fetch("fool", "GE", "INTC") Obtain stock data from the Motley Fool website.
🔧 Explicitly load Fool module Finance::Quote->new("Fool") Force the Fool module to be loaded.

📝 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 v5.32.1                                 2021-09-01                    Finance::Quote::Fool(3pm)
Finance::Quote::Fool
📖 NAME 🚀 Quick Reference 📝 SYNOPSIS 📄 DESCRIPTION 🏷️ LABELS RETURNED 🔗 SEE ALSO

Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-21 00:50 @2600:1f28:365:80b0:d8a5:c3c6:bf94:28c0
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format