1Finance::Quote::FidelitUys(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Fidelity(3)
2
3
4
6 Finance::Quote::Fidelity - Obtain information from Fidelity
7 Investments.
8
10 This module is currently non-functional.
11
13 use Finance::Quote;
14
15 $q = Finance::Quote->new;
16
17 %info = Finance::Quote->fetch("fidelity","FBGRX");
18 %info = Finance::Quote->fetch("fidelity_direct","FBGRX");
19
21 This module obtains information from Fidelity Investments,
22 http://www.fidelity.com/. This module is loaded by default on the
23 Finance::Quote object. It is also possible to load this module
24 explicitly by passing "Fidelity" as one of Finance::Quote->new()'s
25 parameters.
26
27 The "fidelity" fetch method may make use of failover modules. The
28 "fidelity_direct" method will only obtain information directly from
29 Fidelity.
30
31 Information returned by this module is governed by Fidelity
32 Investment's terms and conditions.
33
35 The following labels may be returned by Finance::Quote::Fidelity:
36 exchange, name, number, nav, change, ask, date, yield, price.
37
39 Fidelity Investments, http://www.fidelity.com/
40
41 Finance::Quote::Yahoo::USA;
42
43
44
45perl v5.28.0 2017-11-12 Finance::Quote::Fidelity(3)