Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.546 Times

Finance freeware
Filter: All | Freeware | Demo
 

Finance

< 1 2 3 4 5 > 
Added: May 17, 2010 | Visits: 1.151

GFP 0.7.2 / 0.8.0 GFP is a Java/Swing personal finance manager that is translated to 7 languages and is being translated to more. GFP It supports credit card, bank, and savings accounts, and is easy to use. GFP – Personal Finance Manager – is a software that aids on personal finances administration... Platforms: *nix

License: Freeware Size: 1.7 MB Download (113): GFP 0.7.2 / 0.8.0 Download

Added: September 25, 2010 | Visits: 1.361

Finance::Bank::NetBranch Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl. SYNOPSIS use Finance::Bank::NetBranch; my $nb = Finance::Bank::NetBranch->new( url => https://nbp1.cunetbranch.com/valley/, account => 12345, password => abcdef, ); my @accounts =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (112): Finance::Bank::NetBranch Download

Added: July 03, 2010 | Visits: 763

Finance::BDT Finance::BDT is a Perl module that implements BDT yield curve model. SYNOPSIS use Finance::BDT; use Data::Dumper my @y = (0, 0.0283, 0.029, 0.0322, 0.0401, 0.0435, 0.0464, 0.0508, 0.0512); ## YTM on strips my $vol = 0.20; ## constant volatility my $epsilon = 0.01; my ($r, $d, $A) =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): Finance::BDT Download

Added: May 22, 2010 | Visits: 1.354

Finance::Bank::Sporo Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna. SYNOPSIS use Finance::Bank::Sporo; $sporo_obj = Bank::Sporo->new($prenumber,$number); $sporo_obj->configure( amt => $amt, vs => $vs, ss => $ss, rurl => $rurl, param => $param, ); print... Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Finance::Bank::Sporo Download

Added: July 25, 2010 | Visits: 845

KMyMoney KMyMoney is striving to be a full-featured replacement for your Windows-based finance software. We are a full double-entry accounting software package, for personal or small-business use. Our current release is 0.6, and you can read more about its capabilities here. KMyMoney is free software,... Platforms: *nix

License: Freeware Size: 5.8 MB Download (111): KMyMoney Download

Added: July 15, 2010 | Visits: 1.418

Finance::Quote::Yahoo::Asia Finance::Quote::Yahoo::Asia is Perl module to fetch quotes from Yahoo Asia. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("asia","CREA.SI"); # Failover to other methods ok. %info = $q->fetch("yahoo_asia","CREA.SI"); # Use this module only. This module fetches... Platforms: *nix

License: Freeware Size: 92.16 KB Download (108): Finance::Quote::Yahoo::Asia Download

Added: October 08, 2010 | Visits: 1.100

Finance::YahooChart Finance::YahooChart is a Perl module to get a chart from Yahoo! Finance. SYNOPSIS use Finance::YahooChart; %img = getchart(symbol => $symbol, size => $size, type => $type, include => $include); print width=$img{width} height=$img{height}>"; This module gets charts from Yahoo! Finance.... Platforms: *nix

License: Freeware Size: 9.22 KB Download (107): Finance::YahooChart Download

Added: February 08, 2010 | Visits: 1.830

Finance::Quote::Yahoo::Australia Finance::Quote::Yahoo::Australia is a Perl module to fetch Australian stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_australia","BHP"); # Use this module only. my %info = $q->fetch("australia","BHP"); # Failover with other... Platforms: *nix

License: Freeware Size: 92.16 KB Download (107): Finance::Quote::Yahoo::Australia Download

Added: March 20, 2010 | Visits: 1.650

Finance::YahooQuote Finance::YahooQuote is a Perl module that can get stock quotes from Yahoo! Finance. SYNOPSIS use Finance::YahooQuote; # setting TIMEOUT and PROXY is optional $Finance::YahooQuote::TIMEOUT = 60; $Finance::YahooQuote::PROXY = "http://some.where.net:8080"; @quote = getonequote $symbol; # Get... Platforms: *nix

License: Freeware Size: 22.53 KB Download (104): Finance::YahooQuote Download

Added: January 12, 2010 | Visits: 1.086

QHacc QHacc is a personal accounting program based on Qt. QHacc project features double- or single-entry bookkeeping and a reconciliation window. It also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions that can be based on the account... Platforms: *nix

License: Freeware Size: 665.6 KB Download (103): QHacc Download

Added: February 04, 2010 | Visits: 1.710

Finance::Quote::Yahoo::USA Finance::Quote::Yahoo::USA is a Perl module to obtain information about stocks and funds in the USA and Canada. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); This method provides access to financial information from a number of exhcanges in the... Platforms: *nix

License: Freeware Size: 92.16 KB Download (102): Finance::Quote::Yahoo::USA Download

Added: July 14, 2013 | Visits: 965

QuantLib The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance. QuantLib is a free/open-source library for modeling, trading, and risk management in real-life. QuantLib is written in C++ with a clean object model, and is then exported to different... Platforms: Mac

License: Freeware Size: 5.76 MB Download (102): QuantLib Download

Added: November 20, 2010 | Visits: 903

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

Added: October 23, 2010 | Visits: 1.273

Finance::Quote::Yahoo::Europe Finance::Quote::Yahoo::Europe is a Perl module that fetch quotes from Yahoo Europe. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("europe","12150.PA"); # Failover to other methods ok. %info = $q->fetch("yahoo_europe","12150.PA"); # Use this module only. This... Platforms: *nix

License: Freeware Size: 92.16 KB Download (101): Finance::Quote::Yahoo::Europe Download

Added: April 20, 2010 | Visits: 1.063

Ruby/Finance Ruby/Finance allows access to changing financial data, such as stock quotes and currency conversion rates. For the foreseeable future, it is intended to be a port of Perls Finance::Quote module. Examples: Currency conversion require finance/currency Display the US Dollar ($) to Euro ()... Platforms: *nix

License: Freeware Size: 41.98 KB Download (99): Ruby/Finance Download

Added: September 22, 2010 | Visits: 1.029

Finance::Quote::Yahoo::Base Finance::Quote::Yahoo::Base is a Perl module with common functions for fetching Yahoo info. SYNOPSIS Base functions for use by the Finance::Quote::Yahoo::* modules. This module is not called directly, rather it provides a set of base functions which other Yahoo-related modules can use. If... Platforms: *nix

License: Freeware Size: 92.16 KB Download (99): Finance::Quote::Yahoo::Base Download

Added: May 19, 2010 | Visits: 947

Divifund Divifund is a finance manager that does what you want it to, and no more. No steep learning curve for features youll never use. No degree in accounting needed to understand how to budget your money. Divifund fits you and your budget. The aim of the program is to make it as easy as possible for... Platforms: *nix

License: Freeware Size: 921.6 KB Download (99): Divifund Download

Added: September 01, 2010 | Visits: 1.048

jBooks JBooks is a Java-based personal finance application. The main interface of jBooks is a checkbook-like view, which allows you to enter and see your transactions. It is based around an SQL relational database, using a double-entry system for all transactions. That means that every transaction... Platforms: *nix

License: Freeware Size: 1.4 MB Download (98): jBooks Download

Added: January 04, 2010 | Visits: 1.032

Finance::BeanCounter Finance::BeanCounter is a Perl module for stock portfolio performance functions. Finance::BeanCounter provides functions to download, store and analyse stock market data. Downloads are available of current (or rather: 15 or 20 minute-delayed) price and company data as well as of historical... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Finance::BeanCounter Download

Released: February 11, 2012  |  Added: March 03, 2014 | Visits: 1.209

YourSim Risk matters to anyone who intends to start up with a new business project, whether it be a hot dog stand, a garage or an airplane factory. Your gut feeling is of the greatest relevance. But sometimes helpers have a different perspective than you and want something more tangible to decide on... Platforms: Windows, *nix, Windows 7, Other

License: Freeware Size: 2.08 MB Download (96): YourSim Download

< 1 2 3 4 5 >