I created an API Client for Trading212

Hey there I recently wanted to implement an Algo Strategy with Trading212 and I stumbled across their API. The API is very useful even if you just want to get better insights into your investments or pies. I found an outdated API client which was missing a lot of recent endpoints so I built on top of that and added all missing Endpoints.

You can check out the Client at: https://github.com/amstrdm/trading212-api-extended

Or directly install it with pip install trading212-api-extended

It supports all endpoints as of today and I plan on keeping it updated. I hope it's helpful to some of you. I was up until 4 am last night to finish this so it would make me very happy if you could star the repository!

Enjoy and happy trading/investing!