1Finance::Quote::YahooWeUbs(e3r)Contributed Perl DocumentFaitniaonnce::Quote::YahooWeb(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

15       This module fetches information from https://finance.yahoo.com/quote.
16
17       This module is loaded by default on a Finance::Quote object. It's also
18       possible to load it explicitly by placing "YahooWeb" in the argument
19       list to Finance::Quote->new().
20
21       This module provides the "yahooweb" fetch method.
22

LABELS RETURNED

24       The following labels may be returned by Finance::Quote::YahooWeb :
25           symbol name exchange currency isodate last open high low volume
26
27
28
29perl v5.36.1                      2023-08-13       Finance::Quote::YahooWeb(3)
Impressum