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

Vanderbilt Mortgage And Finance Inc freeware
Filter: All | Freeware | Demo
 

Vanderbilt Mortgage And Finance Inc

< 1 2 3 4 5 > 
Added: September 25, 2010 | Visits: 1.362

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.033

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: 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: January 02, 2010 | Visits: 1.224

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.831

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.553

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.850

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: May 22, 2010 | Visits: 1.355

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: May 06, 2010 | Visits: 1.472

Finance::Bank::HDFC Finance::Bank::HDFC project provides an interface to the HDFC netbanking service.. Get Google-Adwords at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. This Perl Module provides a simple to use API for the Google Adwords SOAP... Platforms: *nix

License: Freeware Size: 4.1 KB Download (114): Finance::Bank::HDFC 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 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: January 15, 2010 | Visits: 1.320

BADGER finance 1.0 Beta BADGER finance is an open source financial management application for end users. BADGER finance is written in php, ajax and sql. The goal is to regain control over your personal financial situation. BADGER is free software in the sense of the GNU GPL license. The vision for BADGER finance was... Platforms: *nix

License: Freeware Size: 1.6 MB Download (131): BADGER finance 1.0 Beta Download

Added: June 24, 2010 | Visits: 2.550

Finance::Bank::NL::CLIEOP03 Finance::Bank::NL::CLIEOP03 is a Perl module that can generate CLIEOP03 files for Dutch banks. SYNOPSIS use Finance::Bank::NL::CLIEOP03; $c = Finance::Bank::NL::CLIEOP03->new; $batch = $c->batch ( account => 1234567, sender_name => My Company, type =>... Platforms: *nix

License: Freeware Size: 6.14 KB Download (244): Finance::Bank::NL::CLIEOP03 Download

Added: July 03, 2010 | Visits: 764

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

Released: August 15, 2014  |  Added: August 19, 2014 | Visits: 910

NBL Finance Tool NBL Finance Tool is a Windows database-driven software designed for personal, soho, small and medium size company, to manage and monitor personal or organization money, expenses and cheque transaction (include cheque printer). Include feature: Master Editor: Store Bank, Employee, Organization... Platforms: Windows

License: Freeware Size: 68.79 MB Download (77): NBL Finance Tool Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 517

Fortora Fresh Finance for Mac OS 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 reports to see where your... Platforms: Mac

License: Freeware Size: 15 MB Download (56): Fortora Fresh Finance for Mac OS Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 711

Liquid Ledger 2 Personal Finance for Mac OS The complete money management solution for anyone who wishes to better understand where their money comes from and where it goes. Whether you've been using accounting software for years or you're just starting out, Liquid Ledger makes it easy to record bank and credit card transactions, track... Platforms: Mac

License: Freeware Size: 4.7 MB Download (57): Liquid Ledger 2 Personal Finance for Mac OS Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 524

Money Quiz Our quizzes can help you get familiar with different personal finance terms and investment vehicles. Credit cards, retirement, mutual funds,mortgage quizzes included. The question progress bar and the time progress bar tell you how many questions you answered and how much time you still have to... Platforms: Windows

License: Freeware Size: 281 KB Download (509): Money Quiz Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 711

Simple Mortgage Calculator Simple Mortgage Calculator instantly determines your monthly mortgage loan payments, total payment amount, total interest and prepayment savings given a fixed interest rate schedule. Monthly prepayment calculation or one time prepayment (down payment) options are also available. Platforms: Windows

License: Freeware Size: 308 KB Download (55): Simple Mortgage Calculator Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 1.218

Quicken Online Free Personal Finance Software Quicken Online, A free online personal finance management website to manage your daily financial daily. This free online finance management is mainly targeted for those with “simpler financial needs” than complicated finance management software. It will act like your personal professional... Platforms: Windows

License: Freeware Size: 1024 KB Download (536): Quicken Online Free Personal Finance Software Download

< 1 2 3 4 5 >