EDDYMENS

Published yesterday

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 a month 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 a month 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 2 months ago

How To Access A Windows Localhost App From WSL

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

Published 4 months ago

How To Roll Back To A Previous Commit Without Losing Git History

Viewing the logs Reverting the commits ...