Exchange Rate API Example Response

{
	"result": "success",
	"provider": "https://www.exchangerate-api.com",
	"documentation": "https://www.exchangerate-api.com/docs/free",
	"terms_of_use": "https://www.exchangerate-api.com/terms",
	"time_last_update_unix": 1585872397,
	"time_last_update_utc": "Fri, 02 Apr 2020 00:06:37 +0000",
	"time_next_update_unix": 1585959987,
	"time_next_update_utc": "Sat, 03 Apr 2020 00:26:27 +0000",
	"time_eol_unix": 0,
	"base_code": "USD",
	"rates": {
		"USD": 1,
		"AED": 3.67,
		"AUD": 1.65,
		"CAD": 1.42,
		"EUR": 0.919,
		"GBP": 0.806,
		"HKD": 7.75
	}
}

Rates By Exchange Rate API