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::Yahoo::NZ(3pm)				User Contributed Perl Documentation			    Finance::Quote::Yahoo::NZ(3pm)

NAME
Finance::Quote::Yahoo::NZ - Fetch nzn stock quotes via Yahoo. SYNOPSIS
use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only. my %info = $q->fetch("nz","DPC"); # Failover with other methods. DESCRIPTION
This module allows information to be fetched from Yahoo about stocks traded on the New Zealand Stock Exchange. Information about indexes is not available through this module. This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::nz" to Finance::Quote->new(). This module provides only the "yahoo_nz" fetch methods. The author (stephen@vital.org.nz) will write a module to access the NZX site if asked nicely. Information obtained via this module is governed by Yahoo's terms and conditions, see http://au.finance.yahoo.com/ for more details. LABELS RETURNED
This module returns all the standard labels (where available) provided by Yahoo, as well as the currency label. See Finance::Quote::Yahoo::Base for more information. SEE ALSO
Yahoo Australia, http://au.finance.yahoo.com/ Finance::Quote::Yahoo::Base perl v5.14.2 2014-03-03 Finance::Quote::Yahoo::NZ(3pm)