1Finance::Quote::YahooYQULs(e3r)Contributed Perl DocumentFaitniaonnce::Quote::YahooYQL(3)
2
3
4

NAME

6       Finance::Quote::YahooYQL - Obtain quotes from Yahoo Finance through YQL
7       call
8

SYNOPSIS

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

DESCRIPTION

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

LABELS RETURNED

26       The following labels may be returned by Finance::Quote::YahooYQL :
27       name, last, isodate, volume, method, exchange, currency.
28

SEE ALSO

30perl v5.32.1                      2021-01-27       Finance::Quote::YahooYQL(3)
Impressum