Month: February 2022

Yahoo market data with yfinance in Python

Yahoo Market Data with yfinance in Python

I came across a useful technique recently to get Yahoo Market Data in Python … which still works!! In the past I have tried a number of methods and techniques to get market data. Often the API or free data service would be discontinued and the method stops working. However, obtaining Yahoo market data with…
Read more

Variables in VBA (Dim)

Declaring and Using Variables in VBA

Variables can be a little tricky to get your head around at first.  They are an important concept and a good understanding of them leads to bug-free, easy to read and efficient code.  The length of this post reflects the importance of declaring and using variables sensibly in VBA. We will touch on the topic…
Read more