1Finance::Quote::FidelitUys(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Fidelity(3)
2
3
4

NAME

6       Finance::Quote::Fidelity - Obtain information from Fidelity
7       Investments.
8

SYNOPSIS

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

DESCRIPTION

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

LABELS RETURNED

32       The following labels may be returned by Finance::Quote::Fidelity:
33       exchange, name, nav, p_change, date, yield, price.
34

SEE ALSO

36       Fidelity Investments, http://www.fidelity.com/
37
38
39
40perl v5.34.0                      2021-11-10       Finance::Quote::Fidelity(3)
Impressum