EDDYMENS

Published today

How To Override The Default 404 Error Page In Laravel 12

Once of the first things I quickly tweak whenever I start a new Laravel project is to override the error pages to match the theme of my project. However, from time to time, Laravel changes how error handling is dealt with between versions. I have had to do this for my recent project which ...

Published a month ago

Fetch And Update Yahoo Finance Data In Excel

In this tutorial I will walk through a step-by-step guide to connecting an Excel sheet to Yahoo Finance in other to fetch up-to-date historical prices of a stock. Let's assume you are...

Published 3 months ago

Putting Stock Market Returns Into Perspective: Geometric Mean And More

It is very common to hear about how the US stock market, particularly the S&P 500 index , has returned an average of 10% annually. What is even crazier is that some people ...

Published 4 months ago

How To Get A List Of Your Stock Options Using IBKR API

In this tutorial, I will explain how to retrieve all open stock option positions in your IBKR account. The easiest way to use the IBKR API with Python is through the ib_insync...

Published 4 months ago

Setting Up The IBKR API On Windows WSL

When I am on the move, I work from a MacBook, but when I am at home, I use a Windows desktop with WSL installed. Accessing IBKR's API on any operating s...

Published 5 months ago

How To Access A Windows Localhost App From WSL

I ran into a problem while working with IBKR’s API using the ...