1Finance::Quote::YahooYQULs(e3r)Contributed Perl DocumentFaitniaonnce::Quote::YahooYQL(3)
2
3
4
6 Finance::Quote::YahooYQL - Obtain quotes from Yahoo Finance through YQL
7 call
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = Finance::Quote->fetch("yahoo_yql","AAPL");
15
17 This module fetches information from YQL as JSON
18
19 This module is loaded by default on a Finance::Quote object. It's also
20 possible to load it explicity by placing "YahooYQL" in the argument
21 list to Finance::Quote->new().
22
23 This module provides the "yahoo_yql" fetch method.
24
26 The following labels may be returned by Finance::Quote::YahooYQL :
27 name, last, isodate, volume, method, exchange, currency.
28
30perl v5.30.1 2020-01-30 Finance::Quote::YahooYQL(3)