Mjrz.net Personal Finance Manager 1.0.73 (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.73 (Default branch)
# 1  
Old 11-01-2008
Mjrz.net Personal Finance Manager 1.0.73 (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:
This release has an earnings report function.Image

Image

More...
Login or Register to Ask a Question

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

NAME
Finance::Quote::Yahoo::Brasil - Fetch Brasiln stock quotes via Yahoo. SYNOPSIS
use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_brasil","BHP"); # Use this module only. my %info = $q->fetch("brasil","BHP"); # Failover with other methods. DESCRIPTION
This module allows information to be fetched from Yahoo abouts stocks traded on the Brasilian Stock Exchange. This module is loaded by default on a Finance::Quote object, although it can be explicitly loaded by passing the argument "Yahoo::Brasil" to Finance::Quote->new(). This module provides both the "brasil" and "yahoo_brasil" fetch methods. You should use the "brasil" method if you wish to allow failovers to other sources, and "yahoo_brasil" if you only want to obtain quotes from this module. Information obtained via this module is governed by Yahoo's terms and conditions, see http://br.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 Brasil, http://br.finance.yahoo.com/ Finance::Quote::Yahoo::Base perl v5.14.2 2014-03-03 Finance::Quote::Yahoo::Brasil(3pm)