Finance::Quote::YahooYQL (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Finance::Quote::YahooYQL - Obtain quotes from Yahoo Finance through YQL callSYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("yahoo_yql","AAPL");
DESCRIPTION
This module fetches information fromYQL
as JSON
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing ``YahooYQL'' in the argument list to Finance::Quote->new().
This module provides the ``yahoo_yql'' fetch method.