Geek4IT / currency-converter-api

Automatically exported from code.google.com/p/currency-converter-api
Apache License 2.0
1 stars 0 forks source link

Is there a way that I can have conversion for india rupee also through this api.?<EOM> #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Regards
Gaurav

Original issue reported on code.google.com by gaurav.a...@gmail.com on 24 May 2012 at 2:02

GoogleCodeExporter commented 9 years ago
I think you'd have to download the project sources and emulate 
http://bank-ua.com/export/currrate.xml file on your local server. Then you can 
modify project to include enum for INR from/to with any rate. 

This is all pure conjecture, but it should work. The problem will be keeping 
the "currrate.xml" file up-to-date. You might want to use Google's "ig" url 
instead:

http://www.google.com/ig/calculator?hl=en&q=1INR=?USD

result = {lhs: "1 Indian rupee",rhs: "0.015967 U.S. dollars",error: "",icc: 
true}

Not well formatted JSON but you can add double-quotes as needed. 

Original comment by robmitch...@gmail.com on 23 Sep 2013 at 6:45