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.413.528 Times

Marathon Structured Finance software
Filter: All | Freeware | Demo
 

Marathon Structured Finance

1 2 3 4 5 > 
Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 622

Finance Images Screensaver Finance, credit, loans, investing, bankruptcy, personal finance, debt relief, credit cards, debt consolidation,currency trading, day trading, estate plan trusts, leases, leasing, stocks mutual funds, taxes,structured settlements, wealth building, images, screensaver for windows.



Platforms: Windows

License: Freeware Size: 2.08 MB Download (49): Finance Images Screensaver Download

Released: February 02, 2004  |  Added: July 23, 2006 | Visits: 3.660

Glossary of International Banking & Finance Ideal for any business traveler, this glossary covers topics relating to banking and finance - from office practice to stock market and accounting terminology. The Glossary of International Banking & Finance Acronyms and Abbreviations (En-Ru) will be of value not only to professional traders,...





Platforms: Windows, Mac

License: Freeware Size: 486 KB Download (333): Glossary of International Banking & Finance Download

Added: January 27, 2006 | Visits: 3.785

Abassis Finance Manager Get to know where your money goes. Get Abassis Finance Manager! Abassis is a simple to use budget and finance manager. If you want to take control of your expenses and want a program easy to use, yet more powerful than a simple spreadsheet, Abassis is the right tool for you. All...


Platforms: Windows

License: Freeware Size: 1.03 MB Download (367): Abassis Finance Manager Download

Released: July 04, 2008  |  Added: July 11, 2008 | Visits: 2.653

Mjrz.net Personal Finance Manager Mjrz.net is a free, open source Personal finance software application. It is designed for home and small business users with simple interface and fast user interaction. It is safe and secure with password based encryption for storing all financial data.Mjrz.net Personal Finance Manager is...


Platforms: Windows, Mac, *nix

License: Freeware Size: 7.29 MB Download (246): Mjrz.net Personal Finance Manager Download

Released: August 07, 2008  |  Added: August 13, 2008 | Visits: 3.055

Fortora Fresh Finance for Windows Fortora Fresh Finance is the straightforward personal finance software for everyone. With Fortora Fresh Finance you can easily manage your personal finance-related tasks, such as balancing the checkbook, keeping track of credit cards, bill reminders, budgets and more. And you can easily generate...


Platforms: Windows

License: Demo Cost: $29.99 USD Size: 3.19 MB Download (111): Fortora Fresh Finance for Windows Download

Released: November 23, 2010  |  Added: December 09, 2010 | Visits: 3.492

Finance Explorer Personal finance software compatible with Microsoft Money and Quicken downloads so you can import your transactions from almost any bank (supports: OFX, QIF and OFC formats). No need to manually enter them. Includes an intuitive budget. Handles and unlimited number of accounts including checking,...


Platforms: Windows

License: Freeware Size: 536.76 KB Download (396): Finance Explorer Download

Released: January 19, 2008  |  Added: January 20, 2009 | Visits: 1.964

Mini Finance Calculator Mini Finance Calculator is a easy-to-use Finance calculator.It give you the ability to calculate the time value of money, interest rates, cash flow, and depreciation. Additionally, you can view, print, and save amortization schedules. Features: Time Value of Money: Calculate number of...


Platforms: Windows

License: Shareware Cost: $19.50 USD Size: 1.85 MB Download (122): Mini Finance Calculator Download

Added: May 17, 2010 | Visits: 910

Finance::Currency::ParValueSeparate Finance::Currency::ParValueSeparate module can give least number of every parvalue within a certain amount. SYNOPSIS # create new object to resolve RMB 317 needs which least number of parvalue use Finance::Currency::ParValueSeparate; my $pvs = new Finance::Currency::ParValueSeparate( RMB =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Finance::Currency::ParValueSeparate Download

Added: November 11, 2010 | Visits: 2.198

Marathon GUI Test Tool Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code. Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon....


Platforms: *nix

License: Freeware Size: 4.6 MB Download (114): Marathon GUI Test Tool Download

Added: September 25, 2010 | Visits: 1.358

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: January 04, 2010 | Visits: 1.030

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

Added: March 20, 2010 | Visits: 1.644

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: October 08, 2010 | Visits: 1.099

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: November 22, 2010 | Visits: 1.420

Finance::Quote Finance::Quote is a Perl module to get stock and mutual fund quotes from various exchanges. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; $q->timeout(60); $conversion_rate = $q->currency("AUD","USD"); $q->set_currency("EUR"); # Return all info in Euros....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote Download

Added: January 02, 2010 | Visits: 1.220

Finance::Quote::ASX Finance::Quote::ASX is a Perl module that can obtain quotes from the Australian Stock Exchange. SYNOPSIS use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("asx","BHP"); # Only query ASX. %stockinfo = $q->fetch("australia","BHP"); # Failover to other sources OK. This...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (128): Finance::Quote::ASX Download

Added: February 08, 2010 | Visits: 1.828

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: February 18, 2010 | Visits: 1.549

Finance::Quote::Yahoo::Brasil Finance::Quote::Yahoo::Brasil is a Perl module to fetch Brasilian 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....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (114): Finance::Quote::Yahoo::Brasil Download

Added: November 22, 2010 | Visits: 1.849

Finance::Quote::Yahoo::nz Finance::Quote::Yahoo::nz is a Perl module to fetch nzn stock quotes via Yahoo. SYNOPSIS use Finance::Quote; my $q = Finance::Quote->new; my %info = $q->fetch("yahoo_nz","DPC"); # Use this module only. my %info = $q->fetch("nz","DPC"); # Failover with other methods. This module allows...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (126): Finance::Quote::Yahoo::nz Download

Added: February 04, 2010 | Visits: 1.708

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: April 20, 2010 | Visits: 1.059

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

1 2 3 4 5 >