问题
I am using google finance api for conversion of currency based on real rate conversion,
The API what I am using is given below:
https://finance.google.com/finance/converter?a=1&from=USD&to=INR
It was working till yesterday but from today it's throwing 403 response code. Can anyone help me on that or Is this url changed??
Thanks
回答1:
Seems that Google just silently deprecated finance.google.com
, redirecting it to google.com/search
. Probably better to switch to a more reliable currency exchange rates provider. In my case, I've switched to EU Central Bank.
回答2:
Finally I found the solution for this with the updated google URL for currency converter.
Click here to check the solution now.
just do update your existing link with this and you can solve your problems.
Thanks
回答3:
Google finance API is just moved to new URL. You can check the solution here:
Error in Google finance API
来源:https://stackoverflow.com/questions/49366919/google-finance-api-giving-403-error