Get the current Open, High, Low, Close (OHLC) Quotes

In the following examples please replace APP_ID with your own "App ID".

Example: Get the current 5-min Open, High, Low, Close (OHLC) Quotes

The following example URL retrieves the current 5-min Open, High, Low, Close (OHLC) quote in CSV format for the EUR/USD currency pair:

/data/APP_ID/i-300/s-EURUSD


Example: Get the past 24 hours of OHLC quotes in XML format

The following example URL retrieves the past twentyfour hours of 1-hour OHLC quotes in XML format for the EUR/USD, USD/GBP, USD/CHF and USD/JPY currency pairs. A total of 96 quotes are returned (twentyfour 1-hour OHLC quotes for each of the four symbols)

/data/APP_ID/n-24/f-xml/i-3600/s-EURUSD,USDGBP,USDCHF,USDJPY


Example: Get the past 30 days of OHLC quotes in CSV format

The following example URL retrieves the past thirty Daily OHLC quotes in CSV format for the EUR/USD, XAU/USD Currency & Gold pairs. A total of 60 quotes are returned (thirty 1-Day OHLC quotes for each of the two symbols)

/data/APP_ID/n-30/f-csv/i-86400/s-EURUSD,XAUUSD