3

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

buru
  • 3,190
  • 25
  • 35
Ram Somani
  • 231
  • 3
  • 12
  • look at this answer, it could help you: https://stackoverflow.com/questions/10040954/alternative-to-google-finance-api – EAzevedo Mar 19 '18 at 15:42
  • Possible duplicate of [Google finance converter stopped working or changed its url?](https://stackoverflow.com/questions/49324112/google-finance-converter-stopped-working-or-changed-its-url) – Benjamin Smith Mar 21 '18 at 17:05

3 Answers3

0

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.

buru
  • 3,190
  • 25
  • 35
0

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

iamal
  • 159
  • 2
  • 15
0

Google finance API is just moved to new URL. You can check the solution here:

Error in Google finance API

Ravee Sunshine
  • 386
  • 1
  • 5
  • 15