1Finance::Quote::TSP(3)User Contributed Perl DocumentationFinance::Quote::TSP(3)
2
3
4
6 Finance::Quote::TSP Obtain fund prices for US Federal Government Thrift
7 Savings Plan
8
10 use Finance::Quote;
11
12 $q = Finance::Quote->new;
13
14 %info = Finance::Quote->fetch("tsp","c"); #get value of C "Common Stock Index Investment" Fund
15
17 This module fetches fund information from the "Thrift Savings Plan"
18 homepage http://www.tsp.gov.
19
21 The following labels may be returned by Finance::Quote::TSP : name nav
22 date currency method
23
25 Thrift Savings Plan, http://www.tsp.gov
26
27
28
29perl v5.12.2 2011-01-12 Finance::Quote::TSP(3)