There has been some time and I canāt edit the orginal post, but I have updated the program to use whatever currency you use in trading 212. You can always read the readme to see the most up to date instructions.
To change the currency to your own trading212 currency go to myPortfolio.py and change the variables USER_CURRENCY and USER_SYMBOL accordingly. For example for GBP you need to have USER_CURRENCY = "GBP" and USER_SYMBOL = "Ā£"
Unfortunately, I havenāt added the ability to change everything from trading212 currency to another currency because thatās something very specific and doesnāt concern a lot of people.
In your case, you will have to have `USER_CURRENCY = āUSDā because thatās the currency your account uses.