Finance::Quote::GoogleWeb - Obtain quotes from Google Finance Web Pages
use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("googleweb", "aapl"); # Only query googleweb %info = $q->fetch("nyse", "ge"); # Failover to other sources OK.
This module fetches information from https://www.google.com/finance/.
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "googleweb" in the argument list to Finance::Quote->new().
This module provides "googleweb", "nyse", and "nasdaq" fetch methods.
The following labels are returned:
While the Google Finance web pages contain price information from other stock exchanges, this module currently retrieves last trade prices for securities listed on the NYSE, American, and NASDAQ stock exchanges.
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.