Open source or free financial analysis programs/libraries

戏子无情 提交于 2019-12-21 02:37:17

问题


I'm looking for something containing similar functions to Matlab’s financial and financial derivatives toolbox but don’t have the cash to spend on matlab. I would appreciate any info on free or open source libraries or programs that will let me easily calculate interest rates, risk etc.


回答1:


How about JQuantLib or QuantLib?




回答2:


How about the Octave financial functions?

http://www.gnu.org/software/octave/doc/interpreter/Financial-Functions.html#Financial-Functions

I'm not familiar with the Matlab toolbox, so you'll have to judge for yourself.

GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.




回答3:


Exactly what functions do you need? How advanced? You have some financial functions in .Net

Im sure it doesnt cover everything, but calulating interests and some other are no problem:

http://msdn.microsoft.com/en-us/library/daksysx3(VS.80).aspx

Calculate depreciation. DDB, SLN, SYD

Calculate future value. FV

Calculate interest rate. Rate

Calculate internal rate of return. IRR, MIRR

Calculate number of periods. NPer

Calculate payments. IPmt, Pmt, PPmt

Calculate present value. NPV, PV



来源:https://stackoverflow.com/questions/333030/open-source-or-free-financial-analysis-programs-libraries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!