iGoogle is shutting down.
There is an (undocumented?) currency conversion API available with URLs like: http://www.google.com/ig/calculator?hl=en&q=1GBP=?USD
The base of this url - google.com/ig - takes you to iGoogle. Will the API be available after iGoogle shuts down?
I was having the same issue described here: https://stackoverflow.com/a/19786423/2819754
I used @hobailey answer for a temporary fix until i can update it to another version or google decide to do a proper api.
As google changed the URL to
So the fix i found is below.
thanks to @hobailey for this little fix.