Skip to content

GEL to MUR exchange rate API

Lari to Mauritius Rupee · quoted 2026-09-27

18.2734

▲ +7.96% over 1Y

1 GEL = 18.2734 MUR · 1 MUR = 0.05472 GEL · Get this rate via the API

1 GEL buys 18.2734 MUR as of 2026-09-27, so 1 MUR buys 0.05472 GEL. Over the last year, GEL/MUR traded between 16.6232 and 18.3631, averaged 17.4495 and rose 7.96%. The API holds daily GEL/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/MUR over 1Y

GEL/MUR over 1Y: show the values
PointGEL/MUR
2025-09-2716.9256
2025-10-0416.6232
2025-10-1116.8017
2025-10-1816.6508
2025-10-2516.7744
2025-11-0116.9046
2025-11-0816.9640
2025-11-1516.8836
2025-11-2217.0853
2025-11-2917.1022
2025-12-0617.0941
2025-12-1417.0400
2025-12-2117.1220
2025-12-2817.0642
2026-01-0417.1643
2026-01-1117.3344
2026-01-1817.2032
2026-01-2517.0853
2026-02-0116.8764
2026-02-0817.1249
2026-02-1517.1218
2026-02-2217.3483
2026-03-0117.3597
2026-03-0817.3680
2026-03-1517.0344
2026-03-2217.0990
2026-03-2917.3397
2026-04-0517.4418
2026-04-1217.2913
2026-04-1917.1201
2026-04-2617.4715
2026-05-0317.5461
2026-05-1017.5027
2026-05-1817.5930
2026-05-2617.7369
2026-06-0217.8120
2026-06-1118.0450
2026-06-1817.8645
2026-06-2518.2272
2026-07-0217.8616
2026-07-0917.9328
2026-07-1617.9616
2026-07-2318.0378
2026-07-3018.0829
2026-08-0617.9595
2026-08-1318.0607
2026-08-2117.9378
2026-08-2817.9908
2026-09-0417.9679
2026-09-1118.0000
2026-09-1818.3631
2026-09-2518.2475

High

18.3631

Low

16.6232

Average

17.4495

For developers

Get this rate via the API

One GET request returns the GEL/MUR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/MUR API questions

How do I get the GEL/MUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/MUR rate in rates.MUR.

How far back does GEL/MUR historical data go?

Daily GEL/MUR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GEL/MUR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.