I would like to know the best web service for live currency exchange from INR to USD and how to use with ASP.net.
Thanks in Advance.
|
I would like to know the best web service for live currency exchange from INR to USD and how to use with ASP.net. Thanks in Advance. |
||||
|
|
|
I don't know of any free web service. Also I don't know of something with live data to the minute. However, for example the European Central Bank releases a daily xml with the exchange rate. This code paste every data to a database, you can customize it to only get the INR to USD:
|
|||
|
|
|
go to this link and use YQL services, you can have more rates and various retrieve type (XML and JSON) for using the retrieved data read about Ajax and JQuery or u can use my bellow code. use firebug in Firefox browser to see the live data in the console tab
}); |
||||
|
|