Which Country am I in?

I use Proton VPN, and sometimes I need to know which Country I am in.

This alias tells me which Country I am in;
Code:
alias country=`type https://whatismycountry.com | tpipe /simple=16 | ffind /k/m/t"Your Country is" | tpipe /simple=12
`

I prefer to do my banking in my physical country, rather than my virtual country.

Joe