RubyMoney / google_currency

Ruby Money::Bank interface for the Google Currency exchange data
http://rubymoney.github.com/google_currency
MIT License
182 stars 90 forks source link

Google discontinued their currency converter page #70

Closed cianmce closed 6 years ago

cianmce commented 6 years ago

This Gem no longer works as Google discontinued their currency converter page They just redirect to a search for finance

$ curl "http://finance.google.com/finance/converter?a=1&from=USD&to=EUR"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.com/search?q=finance">here</A>.
</BODY></HTML>
cianmce commented 6 years ago

As seen in this gif of the old cached page, google no redirects you to a search for finance google_finance

antstorm commented 6 years ago

Currently discussed in #65