WWW::Search::Scraper::YahooFinance is a Perl module that scrapes Finance.Yahoo.com
SYNOPSIS
require WWW::Search::Scraper;
$search = new WWW::Search::Scraper('YahooFinance');
($dow, $nasdaq, $sap, $tenYrBond, $nyseVolume, $nasdaqVolume)
= $scraper->getMarketSummary();
This class is an YahooFinance extension of WWW::Search::Scraper. It handles making and interpreting Yahoo Finance searches http://Finance.Yahoo.com.
The Search capabilities of module are not yet implemented; only the getMarketSummary method is implemented.
OPTIONS
getMarketSummary
Gets the "Market Summary" data off of finance.yahoo.com.
$scraper = new WWW::Search::Scraper('YahooFinance');
($dow, $nasdaq, $sap, $tenYrBond, $nyseVolume, $nasdaqVolume)
= $scraper->getMarketSummary();
Product's homepage
Requirements:
· Perl