Money Manager Ex - Personal Finance 0.9.4.1 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Money Manager Ex - Personal Finance 0.9.4.1 (Stable branch)
# 1  
Old 01-20-2009
Money Manager Ex - Personal Finance 0.9.4.1 (Stable branch)

Money Manager Ex is a cross-platform, easy-to-usepersonal finance program. It primarily helpsorganize one's finances and keeps track of where,when, and how the money goes. It is also a greattool to get a bird's eye view of your financialworth. It includes all the basic features that 90%of users would want to see in a personal financeapplication. The design goals are to concentrateon simplicity and user-friendliness; something onecan use everyday. It is a complete rewrite of theoriginal Money Manager .NET. It runs on Windowsand Linux, and an experimental build is availablefor Mac OS X.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Finance::Quote::Tiaacref(3pm)				User Contributed Perl Documentation			     Finance::Quote::Tiaacref(3pm)

NAME
Finance::Quote::Tiaacref - Obtain quote from TIAA-CREF. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("tiaacref","TIAAreal"); DESCRIPTION
This module obtains information about TIAA-CREF managed funds. The following symbols can be used: Stock: CREFstok Money Market: CREFmony Equity Index: CREFequi Inf-Linked Bond: CREFinfb Bond Market: CREFbond Social Choice: CREFsoci Global Equities: CREFglob Growth: CREFgrow TIAA Real Estate: TIAAreal PA Stock Index: TIAAsndx PA Select Stock: TLSIX PA Select Growth Equity: TLGEX PA Select Growth Income: TLGIX PA Select Int'l Equity: TLIEX PA Select Social Choice: TLSCX PA Select Large Cap Value: TLLCX PA Select Small Cap Equity: TLCEX PA Select Real Estate: TLREX TIAA-CREF Money Market: TIAXX TIAA-CREF Bond Plus: TIPBX TIAA-CREF High-Yield Bond: TCHYX TIAA-CREF Inflation-Linked Bond: TCILX TIAA-CREF Short-Term Bond: TCSTX TIAA-CREF Tax-Exempt Bond: TCTEX TIAA-CREF Real Estate Securities: TCREX TIAA-CREF Equity Index: TCEIX TIAA-CREF Growth Equity: TIGEX TIAA-CREF Growth & Income: TIGIX TIAA-CREF International Equity: TIINX TIAA-CREF Large-Cap Value: TCLCX TIAA-CREF Mid-Cap Growth: TCMGX TIAA-CREF Mid-Cap Value: TCMVX TIAA-CREF Small-Cap Equity: TCSEX TIAA-CREF Social Choice Equity: TCSCX TIAA-CREF Managed Allocation: TIMAX 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 argument list of Finance::Quote->new(). Information returned by this module is governed by TIAA-CREF's terms and conditions. LABELS RETURNED
The following labels may be returned by Finance::Quote::Tiaacref: symbol, exchange, name, date, nav, price. SEE ALSO
TIAA-CREF, http://www.tiaa-cref.org/ perl v5.14.2 2012-05-06 Finance::Quote::Tiaacref(3pm)