Get_ForexNextRate
Customer can use this method to retrieve the Tranglo Business scheduled next rate with the effective date time when the new rate applied.
This method is only available at GMT +8 timezone
- 10:30am to 11am
- 2:30pm to 3pm
- 6:30pm to 7pm
Request Description
Parameter Name | Required | Min.Max | Type | Remark |
rspSign | M | 32/50 | Alphanumeric | Digital signature of Customer
(Please refer to Digital signature) |
UID | M | 5/50 | Alphanumeric | Username for validation |
PWD | M | 5/50 | Alphanumeric | Password for validation, 3DES encrypted. |
CurrFrom | M | 3/6 | Alphanumeric | ISO 4217 Currency Code (Sell) |
CurrTo | M | 3/6 | Alphanumeric | ISO 4217 Currency Code (Buy) |
Response Description
1 <?xml version="1.0" encoding="utf-8"?> 2 <string xmlns="http://tempuri.org/"> 3 <CurrencyCodeFroms>ISO4217 Code</CurrencyCodeFrom> 4 <CurrencyCodeTo>ISO4217 Code</CurrencyCodeTo> 5 <CurrencyRate>Value</CurrencyRate> 6 <EffectiveDateTime>Value</EffectiveDateTime> 7 </string>
Parameter Name | Required | Type | Remark |
CurrFrom | M | Alphanumeric | Currency code according to ISO 4217 |
CurrTo | M | Alphanumeric | Currency code according to ISO 4217 |
CurrRate | M | Numeric | The exchange rate according to currency pair, up to 4 decimal points |
EffectiveDateTime | M | Alphanumeric | Effective Date Time Date Format: MM/dd/YYYY HH:MM |