vote up 1 vote down star
2

I'm looking for an open source C# .NET Financial Functions library. Something that does IRR (Internal Rate of Return) and other common functions that are available in applications like Excel.

Suggestions?

flag

73% accept rate

5 Answers

vote up 3 vote down check

There's one in the .NET library (haven't used it though)

link|flag
I did see that under the Microsoft.VisualBasic namespace - I'll ask about it being used in C#... – Guy Nov 29 '08 at 2:00
you won't get cooties if you use it from C# – Scott Weinstein Nov 29 '08 at 13:47
vote up 1 vote down

Check out this C# Implementation of financial functions I've made it a few years ago and it's still up and running.

link|flag
Just checked it out - looks good - I left a comment on your blog post. – Guy Feb 23 at 18:45
vote up 0 vote down

This proved to be quite useful: http://code.google.com/p/irr-newtonraphson-calculator/downloads/list

link|flag
vote up 0 vote down

What about FinCad (developers edition)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.