logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::YahooWeb - Obtain quotes from https://finance.yahoo.com/quote

Description

       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.

Labels Returned

       The following labels may be returned by Finance::Quote::YahooWeb :
           symbol name exchange currency isodate last open high low volume

perl v5.40.1                                       2025-05-16                      Finance::Quote::YahooWeb(3pm)

Name

       Finance::Quote::YahooWeb - Obtain quotes from https://finance.yahoo.com/quote

Synopsis

           use Finance::Quote;
           $q = Finance::Quote->new('YahooWeb');
           %info = $q->fetch('yahooweb', "IBM", "AAPL");

See Also