1Finance::Quote::FidelitUys(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Fidelity(3)
2
3
4
6 Finance::Quote::Fidelity - Obtain information from Fidelity Invest‐
7 ments.
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 explic‐
24 itly by passing "Fidelity" as one of Finance::Quote->new()'s parame‐
25 ters.
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 Invest‐
32 ment'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.8.8 2007-01-08 Finance::Quote::Fidelity(3)