Recent Posts

Consuming yfinance data in Excel - Part II

5 minute read

Have you ever wanted access to yfinance data in an Excel spreadsheet? If so, this two-part blog may be of interest. It describes an approach using a Flask AP...

Calling Python from C# using Python.NET

6 minute read

Recently, I’ve been using Python’s yfinance library to perform some simple portfolio analysis. Rather than using a Jupyter notebook to run the Python code an...

Calling C++ functions from R using Rcpp

5 minute read

If you are an R/RStudio user and you are learning C/C++ then this blog post may be interesting. Suppose that you’ve written a function in C/C++ (or even a wh...

Python in Excel via Reticulate

4 minute read

This post describes a particular use-case for Python in Excel and how it was solved using the R package Reticulate 1.39.0 along with the ExcelRAddIn.A while ...