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

Ace Finance Ltd Org freeware
Filter: All | Freeware | Demo
 

Ace Finance Ltd Org

1 2 3 4 5 > 
Added: November 22, 2010 | Visits: 1.844

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 (120): Finance::Quote::Yahoo::nz Download

Added: September 15, 2010 | Visits: 1.035

Ace::Browser::AceSubs Ace::Browser::AceSubs Perl module contains subroutines for AceBrowser. SYNOPSIS use Ace; use Ace::Browser::AceSubs; use CGI qw(:standard); use CGI::Cookie; my $obj = GetAceObject() || AceNotFound(); PrintTop($obj); print $obj->asHTML; PrintBottom(); Ace::Browser::AceSubs exports a...





Platforms: *nix

License: Freeware Size: 296.96 KB Download (102): Ace::Browser::AceSubs Download

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

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

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

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: November 23, 2010  |  Added: December 09, 2010 | Visits: 3.489

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

Added: May 17, 2010 | Visits: 906

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: September 25, 2010 | Visits: 1.356

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

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: February 22, 2010 | Visits: 1.561

The Ace Of Pinguins The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows(tm) but with a number of enhancements that my wife says make my versions better. The latest version includes clones of freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei (with...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (105): The Ace Of Pinguins Download

Added: June 05, 2010 | Visits: 1.525

The Ace of Penguins The Ace of Penguins project is a X11 solitaire card games. This package includes freecell, golf, mastermind, merlin, minesweeper, pegged, solitaire, taipei, and thornq, plus a solitaire toolkit so that you can write your own games. These games are modelled after the Windows(tm) versions, with...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (118): The Ace of Penguins Download

Added: March 20, 2010 | Visits: 1.641

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

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

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

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

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

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: February 04, 2010 | Visits: 1.705

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

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

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

1 2 3 4 5 >