Instant Currency Converter API

Instantly convert between over 60 currencies with our simple API using PHP, Java, jQuery or anything else you use.

Signup Now!

Convert Over 60 Currencies

Instantly convert between over 60 of the worlds leading currencies. We use only the very latest conversion rates which are updated every 10 minutes or so.

Simple Currency Conversion API

Using our simple yet powerful conversion API you can integrate our service into your new or existing software in just a couple of minutes.

PHP Currency Converter API

Simply copy and paste a few lines into your new or existing PHP application to instantly begin using our powerful currency conversion API.

  • Instant Currency Converter

    You can easily convert between any of over 60 currencies using the latest currency conversion rates. Some currency examples include:

    Euro
    United States Dollar
    Pound Sterling
    Australian Dollar
    Canadian Dollar
    Swiss Franc
    Indian Rupee
    Japanese Yen
    South African Rand

    Sign Up Now!

  • Lightning Fast REST API

    Our super speedy REST API enables you to convert between over 60 currencies and get a respone that suits you. Our API returns either the converted amount or a JSON response.

    Example API JSON response:

    {status: 'success', from: 'gbp', to: 'usd', 'amount': 100, 'converted': 56.9183}

    Alternatively you can request a non-JSON response which just returns the converted amount.

    Sign Up Now!

  • PHP Currency Converter

    Drop the following couple of lines into your PHP enabled web application along with our PHP API for instant currency conversions.

    include('currencyconvertapi.php');
    $apiKey = '{YOUR-API-KEY}';
    // Get JSON response
    $response = currency_convert_api(
    	$apiKey,
    	'usd',
    	'gbp',
    	100,
    	'json'
    );
    var_dump($response);
    

    It really is that simple!

    Sign Up Now!

Get Started! Just £7 Per Year (about $11 USD)

Provide your details below and we'll transfer you to PayPal to complete payment.
Once paid we'll give you your unique API key.