Finance::Quote::YahooWeb - Obtain quotes from https://finance.yahoo.com/quote
use Finance::Quote; $q = Finance::Quote->new('YahooWeb'); %info = $q->fetch('yahooweb', "IBM", "AAPL");
This module fetches information from https://finance.yahoo.com/quote.
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "YahooWeb" in the argument list to Finance::Quote->new().
This module provides the "yahooweb" fetch method.
The following labels may be returned by Finance::Quote::YahooWeb : symbol name exchange currency isodate last open high low volume
To install Finance::Quote, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Finance::Quote
CPAN shell
perl -MCPAN -e shell install Finance::Quote
For more information on module installation, please visit the detailed CPAN module installation guide.