HexaRate

Latest Exchange Rate

API Request

    curl --request GET \
    --url 'https://hexarate.paikama.co/api/rates/latest/USD?target=GBP'

API Response

    {
      "status_code": 200,
      "data": {
        "base": "USD",
        "target": "GBP",
        "mid": 0.780945,
        "unit": 1,
        "timestamp": "2024-08-03T05:16:50.272Z"
      }
    }

Currency Code Deprecation

Encountering a 422 error? This may indicate that the currency code you provided is deprecated. For instance, MRO has been replaced by MRU. Visit our ISO 4217 deprecation page for more details.

Key Features