| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Finance Calculator 2.0 |
windows | Business Finance->Calculator Converter | $14.95 |
View Detail
|
|||||||||
Finance Calculator is an extremely useful and easy to use financial aid for quickly calculating: Loan repayments, Savings growth (single or multiple deposits), Present and future value, Savings goals (college, Christmas, etc.) and more. |
||||||||||||||
| 2 | Personal Finance Calculator 1.0 |
windows | Business Finance->Personal Finance | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | Cashfall Personal Finance Calculator 1.0 |
windows | Business Finance->Personal Finance | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | Finance Calculators 1.5 |
windows | Business Finance->Calculator Converter | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 5 | FinancialPak - Personal Finance Calculators 1.0 |
windows | Business Finance->Calculator Converter | $29.95 |
View Detail
|
|||||||||
Personal Finance Calculators which provide quick answers to your financial questions in the privacy of your own home or office. Future Value of an Investment provides an amount specifying the future value based on periodic, fixed payments and a fixed interest rate. Payments determine the total payment, total interest payment, and a breakdown of payments for a given period of an annuity based on periodic, fixed payments and a fixed interest rate. Three methods of Depreciation are offered, the double-declining balance method, the straight-line method, and the sum-of-years digits method. Interest Rate determines the interest rate per period for an annuity. Internal Rate of Return determines the interest rate received for an investment consisting of payments and receipts that occur at regular intervals, or financed at different rates. FinancialPak features complete resolution independence so you can work in 640x480, 800x600, 1024x768 or any resolution you desire. FinancialPaks color independence reflects the appearance of your desktop. |
||||||||||||||
| 6 | FinancialPak 4.0 - Personal Finance Calculators 4.0 |
windows | Business Finance->Calculator Converter | Free |
View Detail
|
|||||||||
FinancialPak features complete resolution independence so you can work in 640x480, 800x600, 1024x768 or any resolution you desire. FinancialPaks color independence reflects the appearance of your desktop. |
||||||||||||||
| 7 | Finance Navigator II |
windows | Business Finance->Business Finance | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Finance::Quote |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 9 | Finance Helper 2007 4.0 |
windows | Business Finance->Business Finance | $9 |
View Detail
|
|||||||||
Finance Helper offers the following financial functions: a calculator with loan-comparison capability for various interest rates and term length. Another calculator for determining affordability for mortgage or auto loans, and an actuarial calculator as well as a regular calculator. Finally, there is a budget function to plan out your monthly and yearly budget. |
||||||||||||||
| 10 | Boardwalk Finance |
script | ASP | $89.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 11 | Finance-QuoteHist |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 12 | BADGER finance |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 13 | Spb Finance 2.3.4 |
windows | Utilities->Misc Utilities | $24.95 |
View Detail
|
|||||||||
Spb Finance is a most comprehensive personal financial manager for Pocket PC. You may use Spb Finance as a stand alone expense tracker or as an automatically synchronizing pocket companion for the worlds most popular personal finance management software: Microsoft Money or Intuit Quicken. Features: new Support for Microsft Windows Mobile 5.0*** new Spb Finance Entry*** new Custom Reports*** Advanced Today Plug-In Compatible with Spb Pocket Plus*** Transaction Scheduling with Notification* Synchronization with Money (2002-2005)* Synchronization with Quicken (2001-2005)* Powerful Register View*** Transaction Autocomplete*** Multicurrency Support*** Transaction Splits*** Budgets*** Customizable Reports*** Strong Data Encryption*** Today Plug-In Compatible with Spb Pocket Plus*** QIF Import/Export*** Import from Microsoft Money for Pocket PC*** Export to CSV*** Export to Excel*** Support for WM 2003 SE (Landscape/VGA)*** Spb Finance Entry Spb Finance Entry allows you to enter transaction with just a few fingertip taps, without the need to even take the stylus out. User just need to select a payee using fast seach list and memorized transaction data will be automatically substituded to the proper fields. Its take just a few second to add new transaction with Spb Finance Entry. Fast and simple in use Designed for fingertip tap Support quick search in lists Has embedded calculator Support skins Powerful Register View Customizable list of your transactions.For each transaction you can see its date, payee, |
||||||||||||||
| 14 | Finance Helper 4.6 |
windows | Business Finance->Business Finance | USD 9.95 |
View Detail
|
|||||||||
Finance Helper offers the following financial functions: a calculator with loan-comparison capability for various interest rates and term length. Changes from previous version |
||||||||||||||
| 15 | Finance Articles 1.0 |
windows | Network Internet->Browsers | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 16 | Finance::YahooChart 0.01 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 ""; This module gets charts from Yahoo! Finance. The only function in the module is the getchart function, which takes the stock symbol, size of the chart (b for big, s for small), the type of chart (i for intraday, w for week, 3 for 3-month, 1 for 1-year, 2 for 2-year, and 5 for 5-year), and any extra information to include (s for a comparison to the S&P 500, m for a moving average). It returns a hash with the following elements: url => The URL of the chart width => The width of the chart height => The height of the chart Note that not all combinations are available for all charts. Big charts are available for all types. Small charts are only available for i, w, and 1 charts. Includes are only available for big 3, 1, 2, and 5 charts. In most cases, if an invalid configuration is passed, $Finance::YahooChart::Error will be set to some kind of error message. |
||||||||||||||
| 17 | Finance::YahooQuote 0.22 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 a quote for a single symbol @quotes = getquote @symbols; # Get quotes for a bunch of symbols useExtendedQueryFormat(); # switch to extended query format useRealtimeQueryFormat(); # switch to real-time query format @quotes = getquote @symbols; # Get quotes for a bunch of symbols @quotes = getcustomquote(["DELL","IBM"], # using custom format ["Name","Book Value"]); # note array refs This module gets stock quotes from Yahoo! Finance. The getonequote function will return a quote for a single stock symbol, while the getquote function will return a quote for each of the stock symbols passed to it. getcustomquote allows to specify a format other than the default to take advantage of the extended range of available information. The download operation is efficient: only one request is made even if several symbols are requested at once. The return value of getonequote is an array, with the following elements: 0 Symbol 1 Company Name 2 Last Price 3 Last Trade Date 4 Last Trade Time 5 Change 6 Percent Change 7 Volume 8 Average Daily Vol 9 Bid 10 Ask 11 Previous Close 12 Todays Open 13 Days Range 14 52-Week Range 15 Earnings per Share 16 P/E Ratio 17 Dividend Pay Date 18 Dividend per Share 19 Dividend Yield 20 Market Capitalization 21 Stock Exchange If the extended format has been selected, the following fields are also retrieved: 22 Short ratio 23 1yr Target Price 24 EPS Est. Current Yr 25 EPS Est. Next Year 26 EPS Est. Next Quarter 27 Price/EPS Est. Current Yr 28 Price/EPS Est. Next Yr 29 PEG Ratio 30 Book Value 31 Price/Book 32 Price/Sales 33 EBITDA 34 50-day Moving Avg 35 200-day Moving Avg If the real-time format has been selected, the following fields are also retrieved: 36 Ask (real-time) 37 Bid (real-time) 38 Change in Percent (real-time) 39 Last trade with time (real-time) 40 Change (real-time) 41 Day range (real-time) 42 Market-cap (real-time) The getquote function returns an array of pointers to arrays with the above structure. The getonequote function returns just one quote, rather than an array. It returns a simple array of values for the given symbol. The setQueryString permits to supply a new query string that will be used for subsequent data requests. The useExtendedQueryFormat and useRealtimeQueryFormat are simpler interfaces which append symbols to the default quote string, as detailed above. The getcustomquote returns an array of quotes corresponding to values for the symbols supplied in the first array reference, and the custom fields supplied in the second array reference. Here the custom fields correspond to the named fields of the list below. Beyond stock quotes, Finance::YahooQuote can also obtain quotes for currencies (from the Philadephia exchange -- however Yahoo! appears to have stopped to support the currency symbols in a reliable manner), US mutual funds, options on US stocks, several precious metals and quite possibly more; see the Yahoo! Finance website for full information. Finance::YahooQuote can be used for stocks from the USA, Canada, various European exchanges, various Asian exchanges (Singapore, Taiwan, HongKong, Kuala Lumpur, ...) Australia and New Zealand. It should work for other markets supported by Yahoo. You may optionally override the default LWP timeout of 180 seconds by setting $Finance::YahooQuote::TIMEOUT to your preferred value. You may also provide a proxy (for the required http connection) by using the variable $Finance::YahooQuote::PROXY. Furthermore, authentication-based proxies can be used by setting the proxy user and password via the variables $Finance::YahooQuote::PROXYUSER and $Finance::YahooQuote::PROXYPASSWD. Two example scripts are provided to help with the mapping a stock symbols as well as with Yahoo! Finance server codes. The regression tests scripts in the t/ subdirectory of the source distribution also contain simple examples. |
||||||||||||||
| 18 | Finance::BDT 0.01 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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) = Finance::BDT::bdt( -yields => @y, -epsilon => $epsilon, -volatility => $vol ); print "Short Rates: n", Dumper $r; print "Discount Prices: n", Dumper $d; print "Asset State Prices: n", Dumper $A; ABSTRACT Sample implementation of Black-Derman-Toy model. Finance::BDT implements a constant volatility Black-Derman-Toy model in Perl. Not that you should be building your curves in perl, but now you can. The current implementation works with constant volatility but I am testing a version which allows you to pass in a term structure of volatilities. The input is the zero curve (as observed yields), a constant volatility, and a limit for the numerical solution. The function returns the interest rate tree as a list of lists (first index being the time period, and second being the position with the lowest rate having index 0). Three trees are returned: the short rates at each period, the discount prices and most importantly the state prices. The examples directory has an untested sample implementation in C for the brave. |
||||||||||||||
| 19 | Finance::Bank::HDFC 0.12 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Finance::Bank::HDFC project provides an interface to the HDFC netbanking service. |
||||||||||||||
| 20 | SmartMedium FINANCE 2.18 |
windows | Business Finance->Personal Finance | $26 |
View Detail
|
|||||||||
|
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
