Live currency quotes from Forex-Metal.com.
To display live quotes on your website please choose one of the options below. Copy and paste the entire code into your website, the page where you want the quotes to be displayed. The quotes are updated automatically when we are open for trading. This means that the quotes would not change on weekends and Public Holidays.
Example 1. Standard version.
Paste the tracking code into the source code of your web page:
<APPLET
CODE="LiveQuotes.class"
CODEBASE="https://forex-metal.com/"
ARCHIVE="LiveQuotes.jar"
WIDTH="200" HEIGHT="170">
<PARAM NAME = Symbols VALUE = "EURUSD,GBPUSD,USDJPY,USDCHF">
</APPLET>
Example 2. Customized version.
It allows you to choose the currency pairs you want to see in the box and to change the background colors.
Paste the tracking code like this one into the source code of your web page:
<APPLET
CODE="LiveQuotes.class"
CODEBASE="https://forex-metal.com/"
ARCHIVE="LiveQuotes.jar"
WIDTH=200 HEIGHT=140>
<PARAM NAME = Symbols VALUE = "OIL,XAUUSD,EURUSD,USDCHF">
<PARAM NAME = "RefreshFrequency" VALUE = "60">
<PARAM NAME = "ColorLine1" VALUE = "#808080">
<PARAM NAME = "ColorLine2" VALUE = "#faffaf">
</APPLET>
