logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finance::Quote::Tiaacref - Obtain quote from TIAA (formerly TIAA-CREF)

Description

       This module obtains information about TIAA-CREF managed funds.

       This module is loaded by default on a Finance::Quote object.  It's also possible to load it explicitly by
       passing "Tiaacref" in to the argument list of Finance::Quote->new().

       Information returned by this module is governed by TIAA's terms and conditions.

Labels Returned

       The following labels may be returned by Finance::Quote::Tiaacref: symbol, exchange, name, date, nav,
       price.

Name

       Finance::Quote::Tiaacref - Obtain quote from TIAA (formerly TIAA-CREF)

See Also

       TIAA, <http://www.tiaa.org>

perl v5.40.1                                       2025-05-16                      Finance::Quote::Tiaacref(3pm)

Synopsis

           use Finance::Quote;

           $q = Finance::Quote->new;

           %stockinfo = $q->fetch("tiaacref","TIAAreal");

See Also