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.