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

NOTE NOTE NOTE NOTE NOTE

10       This module is currently non-functional.
11

SYNOPSIS

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

DESCRIPTION

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

LABELS RETURNED

35       The following labels may be returned by Finance::Quote::Fidelity:
36       exchange, name, number, nav, change, ask, date, yield, price.
37

SEE ALSO

39       Fidelity Investments, http://www.fidelity.com/
40
41       Finance::Quote::Yahoo::USA;
42
43
44
45perl v5.30.1                      2020-01-30       Finance::Quote::Fidelity(3)
Impressum