Mjrz.net Personal Finance Manager 1.0.75 (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.75 (Default branch)
# 1  
Old 11-14-2008
Mjrz.net Personal Finance Manager 1.0.75 (Default branch)

ImagePersonal 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.0Changes:
More translation improvements were made.Image

Image

More...
Login or Register to Ask a Question

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

NAME
Finance::Quote::Fidelity - Obtain information from Fidelity Investments. NOTE NOTE NOTE NOTE NOTE
This module is currently non-functional. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("fidelity","FBGRX"); %info = Finance::Quote->fetch("fidelity_direct","FBGRX"); DESCRIPTION
This module obtains information from Fidelity Investments, http://www.fidelity.com/. This module is loaded by default on the Finance::Quote object. It is also possible to load this module explicitly by passing "Fidelity" as one of Finance::Quote->new()'s parameters. The "fidelity" fetch method may make use of failover modules. The "fidelity_direct" method will only obtain information directly from Fidelity. Information returned by this module is governed by Fidelity Investment's terms and conditions. LABELS RETURNED
The following labels may be returned by Finance::Quote::Fidelity: exchange, name, number, nav, change, ask, date, yield, price. SEE ALSO
Fidelity Investments, http://www.fidelity.com/ Finance::Quote::Yahoo::USA; perl v5.12.1 2009-10-05 Finance::Quote::Fidelity(3)