Currency
Request Currency Conversion Rate & Value Single Exchanger - GET
get/convert
Query parameters
fromstring required
tostring required
amountnumber required
exchangerstring required
apiKeystring
cacheTimestring
Response
successful operation
Example response
{
"from": "USD",
"to": "AED",
"originalAmount": 1.54,
"exchangeValue": 17.91,
"convertedAmount": 27.5814,
"convertedText": "1 USD is worth 3.675 AED",
"exchangerName": "google",
"rateDateTime": "2018-09-25T12:17:17Z"
}Changes
Changed in 2 of the 13 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
- ▲