Python's googlefinance.client has stopped working after Google changed hostname for finance. I need to update googlefinance.client to 1.3.1.
How can I make my ubuntu upgrade googlefinance.client package to latest version?
So far, I tried:
sudo -H pip install googlefinance.client googlefinance --upgrade
But it only updates to 1.3.0. Any help?