Mjrz.net Personal Finance Manager 1.0.63 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mjrz.net Personal Finance Manager 1.0.63 (Default branch)
# 1  
Old 08-11-2008
Mjrz.net Personal Finance Manager 1.0.63 (Default branch)

Image Personal Finance Manager is a finance and expense tracking tool for those with limited or no accounting experience. You can use it to manage expenses and track account balances, generate reports, create and save complex filters to search the transaction history, create charts and graphs for assets, liabilities, and daily net worth tracking, view stock prices/quotes, store contacts, email, and phone numbers, and import OFX data for banks and credit cards. It supports the latest Quicken format, and also supports downloading current statement for bank and credit card accounts. License: The Apache License 2.0 Changes:
The i18n mechanism has been redone to use gettext and poedit. All existing translations have been removed. A German translation has been added. The quote graph display has been modified to display the date along the axis.Image

More...
Login or Register to Ask a Question

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

NAME
Finance::Quote::Yahoo::USA - Obtain information about stocks and funds in the USA and Canada. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); DESCRIPTION
This method provides access to financial information from a number of exhcanges in the United States and Canada. The following methods are available: canada usa yahoo nyse nasdaq vanguard fidelity These methods all use the same information source, and hence can be considered somewhat interchangable. However, the method "yahoo" should be passed to fetch if you wish to obtain information from any source that Yahoo tracks. This method is loaded by default by Finance::Quote, although it can be explicitly loaded by passing the argument "Yahoo::USA" to Finance::Quote->new(). Information returned by this module may be subject to Yahoo's terms and conditions. See http://finance.yahoo.com/ for more information. LABELS RETURNED
This module returns all the standard labels that Yahoo provides, as well as the currency label. See Finance::Quote::Yahoo::Base for more information. BUGS
Yahoo does not make a distinction between the various exchanges in the United States and Canada. For example, it is possible to request a stock using the "NYSE" method and still obtain data even if that stock does not exist on the NYSE but exists on a different exchange. SEE ALSO
Yahoo Finance, http://finance.yahoo.com/ Finance::Quote::Yahoo::Base perl v5.12.1 2009-10-05 Finance::Quote::Yahoo::USA(3)