Free Currency Forecasts  |  Currency Converter FAQs  |  Contact Go Currency  |  Currency Directory
Import, Export, and FX
Protect your Profits: Currency Exchange Risk
Changes in a currency's value can affect a company's profits or bottom line- this is known as currency exchange risk. In an increasingly global economy, these fluctuations impact not only large corporations, but also small businesses and investors.
 Currency Converter Add to Site
Please enter the amount you wish to convert.

Enhance Your Website

The increasing popularity of the internet has made it easy for even a local business to market to a global customer base. Whether you are a small travel company, an international retailer, or simply have a lot of international traffic , a currency converter can be a valuable and convenient addition to your web site!

Your clients can use the GoCurrency converter to calculate the prices of everything from airfare to books to hotel prices into their home currency, aiding their decision-making and adding a new dimension of usability to your business' site.

The Currency Conversion Web Tool
Below is the interface that will display on your site after implementing the JavaScripts to your web page.

Implementation Instructions
There are two pieces of JavaScript to add. The first goes in your head tags, and the second piece of code is placed in your page layout and is placed in the body of your site.

1. <head> Tag
This code has the functions and needs to be in the head section of the including page:

<script language="JavaScript" src="http://www.gocurrency.com/
js/rcalculator.js"></script>

2. <body> Tag
Insert the following in your body tags:

<script language="JavaScript" src="http://www.gocurrency.com/
js/gocurrcalc.js"></script>