Category: Misc

C# / Computation / Equity / Financial / Misc

C# Historical dividend retrieval in Excel

C# Historical Dividend retrieval Today in SmileOfThales we will provide you some brief but useful C# code to retrieve historical cash dividend data in Excel (the whole code…

Read more...
Computation / Misc / Python

Build QuantLib for Python

Quantlib Python

I wanted to write this article to share my experience of Quantlib compilation for Python. And also it recapitulates some stages that I could forget if i had…

Read more...
Computation / Misc / Python

Python Unit Tests

Python Unit Tests This article covers briefly how you can run Python Unit Tests against a suite of analytics in Visual Studio 2010 with Python Tools for Visual Studio (PTVS). Visual…

Read more...
C# / Computation / Misc

QLNet class names,QLNet class instantiation by class name

A generic way to instantiate QLNet derived classes In this article we present how you can: Make a Calendar QLNet class instantiation based on its name. Ex,  i want to…

Read more...
C# / Computation / Misc

Interpolations in C#.Net with Alglib and Excel-DNA

Alglib interpolations in C#/Excel-Dna Some C# code again! Alglib is a cross-platform numerical analysis and data processing library and it proposes a free edition, very useful to perform operations on…

Read more...
Up