Welcome to convertisseur-euros
Currency converter on your site
There are 3 ways:
First of all, you can retrieve exchange rates directly using the following php script:
$url = "http://www.convertisseur-euros.com/exchange-rate.html";
$tx = @fsockopen("www.convertisseur-euros.com", 80, $errno, $errstr, 3);
if($tx) {
@readfile($url);
fclose($tx);
}
Data are updating every hour.
You could use this XML file as well with any client software. Caution : only dollar is supported. The file is updating every hour.
Finally, you can easily include a currency converter on your website. In order to get the suitable HTML code, simply select your converter below and copy/paste the code on your website.
Available converters
US dollars converterEuros converter
Pounds Sterling converter
Canadian dollars converter
Australian dollars converter
Indian Rupees converter
Philippine Pesos converter
Malaysian Ringgits converter