Mjrz.net Personal Finance Manager 1.0.72 (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.72 (Default branch)
# 1  
Old 10-20-2008
Mjrz.net Personal Finance Manager 1.0.72 (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:
Cash flow report enhancements. A report for a date range. The ability to save and print a cash flow report as HTML.Image

Image

More...
Login or Register to Ask a Question

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

NAME
Finance::Quote::FinanceCanada - Obtain stock and mutual fund prices from finance.canada.com SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; # Can failover to other methods %quotes = $q->fetch("canada", "stock_fund-code"); # Use this module only %quotes = $q->fetch("financecanada", "stock_fund-code"); DESCRIPTION
This module obtains information about Canadian Stock and Mutual Funds from finanace.canada.com. The information source "canada" can be used if the information source is unimportant, or "financecanada" to specifically use finance.canada.com. STOCK_FUND-CODE Canadian stocks/mutual funds do not have a unique symbol identifier. This module uses the symbols as used on finance.canada.com. The simplest way to fetch the ID for a particular stock/fund is to go to finance.canada.com, search for your particular stock or mutual fund, and note the symbol ID. This is helpfully provided by the site in their returned HTML quote. LABELS RETURNED
Information available from financecanada may include the following labels: method source name symbol currency date nav last price SEE ALSO
Finance Canada.com website - http://finance.canada.com/ Finance::Quote perl v5.14.2 2012-05-06 Finance::Quote::FinanceCanada(3pm)