1Finance::Quote::Yahoo::UEsuerropCeo(n3t)ributed Perl DocFuimneanntcaet:i:oQnuote::Yahoo::Europe(3)
2
3
4
6 Finance::Quote::Yahoo::Europe - Fetch quotes from Yahoo Europe
7
9 use Finance::Quote;
10 $q = Finance::Quote->new;
11
12 %info = $q->fetch("europe","UG.PA"); # Failover to other methods ok.
13 %info = $q->fetch("yahoo_europe","UG.PA"); # Use this module only.
14
16 This module fetches information from Yahoo Europe. Symbols should be
17 provided in the format "SYMBOL.EXCHANGE", where the exchange code is
18 one of the following:
19
20 PA - Paris
21 BC - Barcelona
22 BE - Berlin
23 BI - Bilbao
24 BR - Brussels
25 CO - Copenhagen
26 D - Dusseldorf
27 F - Frankfurt
28 H - Hamburg
29 HA - Hanover
30 L - London
31 MA - Madrid
32 MC - Madrid (M.C.)
33 MI - Milan
34 MU - Munich
35 O - Oslo
36 ST - Stockholm
37 SG - Stuttgart
38 VA - Valence
39 VI - Vienna
40 DE - Xetra (was FX)
41
42 This module provides both the "europe" and "yahoo_europe" methods. The
43 "europe" method should be used if failover methods are desirable. The
44 "yahoo_europe" method should be used you desire to only fetch
45 information from Yahoo Europe.
46
47 This module is loaded by default by Finance::Quote, but can be loaded
48 explicitly by specifying the parameter "Yahoo::Europe" to
49 Finance::Quote->new().
50
51 Information obtained by this module may be covered by Yahoo's terms and
52 conditions. See http://finance.uk.yahoo.com/ for more details.
53
55 Starting in November 2010, the Yahoo site didn't respond to ^DJI symbol
56 retrieval. Use ^DJI.US instead.
57
59 This module returns all the standard labels (where available) provided
60 by Yahoo. See Finance::Quote::Yahoo::Base for a list of these. The
61 currency label is also returned.
62
63 Note however that div_date and ex_div have been removed by yahoo europe
64 site
65
67 Yahoo Europe, http://finance.uk.yahoo.com/
68
69 Finance::Quote::Yahoo::Base
70
71
72
73perl v5.28.1 2017-11-12 Finance::Quote::Yahoo::Europe(3)