1Finance::Quote::YahooJSUOsNe(r3)Contributed Perl DocumenFtiantainocne::Quote::YahooJSON(3)
2
3
4
6 Finance::Quote::YahooJSON - Obtain quotes from Yahoo Finance through
7 JSON call
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = $q->fetch('yahoo_json','SBIN.NS');
15
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
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
31perl v5.38.0 2023-08-13 Finance::Quote::YahooJSON(3)