Foreign Exchange Rate API
In order to know the current foreign exchange (FX) of each supported currency, this API allows merchants to know the current exchange rate for each supported currency.
Request
URL: https://api.fiuu.com/RMS/query/q_fx_rate.php
Method: GET

Response (JSON format)

Formula of skey
md5( {domain}{verify_key}{reqTime} )
Will list out the list of currency, exchange rate compared to 1 MYR with rate expiration date/time.
{
“base” : “MYR”
“reqtime” : “20170128”
"rate":{
"USD":{"units":1,"rates":0.24425989252565},
...
}
}
Updated 7 days ago