1Finance::Quote::TiaacreUfs(e3r)Contributed Perl DocumentFaitniaonnce::Quote::Tiaacref(3)
2
3
4
6 Finance::Quote::Tiaacref - Obtain quote from TIAA (formerly TIAA-CREF)
7
9 use Finance::Quote;
10
11 $q = Finance::Quote->new;
12
13 %stockinfo = $q->fetch("tiaacref","TIAAreal");
14
16 This module obtains information about TIAA-CREF managed funds.
17
18 This module is loaded by default on a Finance::Quote object. It's also
19 possible to load it explicitly by passing "Tiaacref" in to the argument
20 list of Finance::Quote->new().
21
22 Information returned by this module is governed by TIAA's terms and
23 conditions.
24
26 The following labels may be returned by Finance::Quote::Tiaacref:
27 symbol, exchange, name, date, nav, price.
28
30 TIAA, <http://www.tiaa.org>
31
32
33
34perl v5.38.0 2023-08-13 Finance::Quote::Tiaacref(3)