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 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = Finance::Quote->fetch("fidelity","FBGRX");
15 %info = Finance::Quote->fetch("fidelity_direct","FBGRX");
16
18 This module obtains information from Fidelity Investments,
19 http://www.fidelity.com/. This module is loaded by default on the
20 Finance::Quote object. It is also possible to load this module
21 explicitly by passing "Fidelity" as one of Finance::Quote->new()'s
22 parameters.
23
24 The "fidelity" fetch method may make use of failover modules. The
25 "fidelity_direct" method will only obtain information directly from
26 Fidelity.
27
28 Information returned by this module is governed by Fidelity
29 Investment's terms and conditions.
30
32 The following labels may be returned by Finance::Quote::Fidelity:
33 exchange, name, nav, p_change, date, yield, price.
34
36 Fidelity Investments, http://www.fidelity.com/
37
38
39
40perl v5.36.1 2023-08-13 Finance::Quote::Fidelity(3)