Documentation

If you're using the Premium servers, use:

https://api.currconv.com

If you're using the Prepaid servers, use:

https://prepaid.currconv.com

If you're using the Free servers, use:

https://free.currconv.com

If you're using a dedicated server:

https://your-custom-subdomain.currconv.com

** Current API version: v7
See change log for more details.

Ultra compact, multiple queries.

/api/v7/convert?q=USD_PHP,PHP_USD&compact=ultra&apiKey=[YOUR_API_KEY]

Sample output:

{
  "USD_PHP": 46.211,
  "PHP_USD": 0.02163987
}

JSONP Support

/api/v7/convert?q=USD_PHP,PHP_USD&compact=ultra&callback=sampleCallback&apiKey=[YOUR_API_KEY]

List of currencies

/api/v7/currencies?apiKey=[YOUR_API_KEY]

List of countries

/api/v7/countries?apiKey=[YOUR_API_KEY]

Historical Data (Experimental, Single Date)

/api/v7/convert?q=USD_PHP,PHP_USD&compact=ultra&date=[yyyy-mm-dd]&apiKey=[YOUR_API_KEY]

Historical Data (Experimental, Date Range)

Maximum of 365 days

/api/v7/convert?q=USD_PHP,PHP_USD&compact=ultra&date=[yyyy-mm-dd]&endDate=[yyyy-mm-dd]&apiKey=[YOUR_API_KEY]

Usage

Returns your current API usage

/others/usage?apiKey=[YOUR_API_KEY]

Sample Codes

PHP

Go to PHP Sample Code Page

Node JS / Javascript

Go to Node JS Sample Code Page

ASP.NET

Go to ASP.NET Sample Code Page

Java

Go to Java Sample Code Page

C#.NET

Go to C# Sample Code Page

VBA

Go to VBA Page

PowerShell

Go to PowerShell Page

Shell Script

Go to Shell Script Page

Please note that the services here are provided as is and without warranty (See Terms of Service). You only pay for the cost of the server. But I will try to help to the best of my ability if you need any support.

If you have inquiries, please feel free to contact me.

Thank you to the people who took the time to email me and contribute to the Currency Converter API Community. Like giving sample codes, library, and updating the data. My sincerest gratitude!

By Ipsumer IT Services