If you used the "GetAverageHistoricalCrossRate" API from the XigniteCurrencies service and are migrating to XigniteGlobalCurrencies, you may wonder where to find equivalent functionality.
In the updated XigniteGlobalCurrencies service, the Average exchange rate is now available in the results from all our historical APIs (GetHistoricalRate, GetHistoricalRates, etc.).
It is included as the last field in the output, just below the <Close> field. Here is a sample of the data structure in XML that highlights this new value:
<Outcome>Success</Outcome>
<Identity>Cookie</Identity>
<Delay>0.6307032</Delay>
<BaseCurrency>EUR</BaseCurrency>
<QuoteCurrency>USD</QuoteCurrency>
<Symbol>EURUSD</Symbol>
<StartDate>08/19/2013</StartDate>
<StartTime>10:00:00 PM</StartTime>
<EndDate>08/20/2013</EndDate>
<EndTime>10:00:00 PM</EndTime>
<Open>1.3335</Open>
<High>1.3452</High>
<Low>1.3323</Low>
<Close>1.342</Close>
<Average>1.338144</Average>
If you have any questions on this change, please send an e-mail to support@xignite.com.