Convertisseur Euros

Real time currency converter


Welcome to convertisseur-euros

Currency converter on your site


If you need to retrieve exchange rates and currencies conversions, then you came to the right place as Convertisseur-euros can provide you some free tools you can use directly from your website.

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 converter
Euros converter
Pounds Sterling converter
Canadian dollars converter
Australian dollars converter
Indian Rupees converter
Philippine Pesos converter
Malaysian Ringgits converter