1Finance::Quote::Yahoo::UUsSeAr(3C)ontributed Perl DocumeFnitnaatnicoen::Quote::Yahoo::USA(3)
2
3
4
6 Finance::Quote::Yahoo::USA - Obtain information about stocks and funds
7 in the USA and Canada.
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = $q->fetch("usa","SGI");
15
17 This method provides access to financial information from a number of
18 exhcanges in the United States and Canada. The following methods are
19 available:
20
21 canada
22 usa
23 yahoo
24 nyse
25 nasdaq
26 vanguard
27 fidelity
28
29 These methods all use the same information source, and hence can be
30 considered somewhat interchangable. However, the method "yahoo" should
31 be passed to fetch if you wish to obtain information from any source
32 that Yahoo tracks.
33
34 This method is loaded by default by Finance::Quote, although it can be
35 explicitly loaded by passing the argument "Yahoo::USA" to
36 Finance::Quote->new().
37
38 Information returned by this module may be subject to Yahoo's terms and
39 conditions. See http://finance.yahoo.com/ for more information.
40
42 This module returns all the standard labels that Yahoo provides, as
43 well as the currency label. See Finance::Quote::Yahoo::Base for more
44 information.
45
47 Yahoo does not make a distinction between the various exchanges in the
48 United States and Canada. For example, it is possible to request a
49 stock using the "NYSE" method and still obtain data even if that stock
50 does not exist on the NYSE but exists on a different exchange.
51
53 Yahoo Finance, http://finance.yahoo.com/
54
55 Finance::Quote::Yahoo::Base
56
57
58
59perl v5.28.1 2017-11-12 Finance::Quote::Yahoo::USA(3)