'xe.com currency conversion api [closed]

i have a payment gateway in my website and i showcase the products with their prices in USD. But when users select a product to purchase, i need to convert the USD amount to INR as my payment gateway is allowing only Indian (INR) rates for transactions.

Hence i need a live currency conversion code in php, that i can use prior to the purchase of the product. I have heard about many currency conversion scripts in php, but is there a code for xe.com currency conversion ?

Please help... :)



Solution 1:[1]

I think the API that they publish is either a HTML widget or the datafeed. The latter comes in XML, html, and CSV so you should be able to access the them quite easily in PHP.

Solution 2:[2]

There are a lot of api's available on google, but they have some limitations for use like no of api's/month, daily update for only once etc. If you want to use its paid version. It will be fine.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Preet Sangha
Solution 2 Anubhav Anand