1Finance::Quote::YahooJSUOsNe(r3)Contributed Perl DocumenFtiantainocne::Quote::YahooJSON(3)
2
3
4

NAME

6       Finance::Quote::YahooJSON - Obtain quotes from Yahoo Finance through
7       JSON call
8

SYNOPSIS

10           use Finance::Quote;
11
12           $q = Finance::Quote->new;
13
14           %info = Finance::Quote->fetch("yahoo_json","SBIIN.NS");
15

DESCRIPTION

17       This module fetches information from Yahoo as JSON
18
19       This module is loaded by default on a Finance::Quote object. It's also
20       possible to load it explicitly by placing "YahooJSON" in the argument
21       list to Finance::Quote->new().
22
23       This module provides the "yahoo_json" fetch method.
24

LABELS RETURNED

26       The following labels may be returned by Finance::Quote::YahooJSON :
27       name, last, isodate, volume, currency, method, exchange, type,
28       div_yield eps pe year_range open high low close.
29

SEE ALSO

31perl v5.34.1                      2022-07-04      Finance::Quote::YahooJSON(3)
Impressum