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: show the values
| Point | GEL/MUR |
|---|---|
| 2025-09-27 | 16.9256 |
| 2025-10-04 | 16.6232 |
| 2025-10-11 | 16.8017 |
| 2025-10-18 | 16.6508 |
| 2025-10-25 | 16.7744 |
| 2025-11-01 | 16.9046 |
| 2025-11-08 | 16.9640 |
| 2025-11-15 | 16.8836 |
| 2025-11-22 | 17.0853 |
| 2025-11-29 | 17.1022 |
| 2025-12-06 | 17.0941 |
| 2025-12-14 | 17.0400 |
| 2025-12-21 | 17.1220 |
| 2025-12-28 | 17.0642 |
| 2026-01-04 | 17.1643 |
| 2026-01-11 | 17.3344 |
| 2026-01-18 | 17.2032 |
| 2026-01-25 | 17.0853 |
| 2026-02-01 | 16.8764 |
| 2026-02-08 | 17.1249 |
| 2026-02-15 | 17.1218 |
| 2026-02-22 | 17.3483 |
| 2026-03-01 | 17.3597 |
| 2026-03-08 | 17.3680 |
| 2026-03-15 | 17.0344 |
| 2026-03-22 | 17.0990 |
| 2026-03-29 | 17.3397 |
| 2026-04-05 | 17.4418 |
| 2026-04-12 | 17.2913 |
| 2026-04-19 | 17.1201 |
| 2026-04-26 | 17.4715 |
| 2026-05-03 | 17.5461 |
| 2026-05-10 | 17.5027 |
| 2026-05-18 | 17.5930 |
| 2026-05-26 | 17.7369 |
| 2026-06-02 | 17.8120 |
| 2026-06-11 | 18.0450 |
| 2026-06-18 | 17.8645 |
| 2026-06-25 | 18.2272 |
| 2026-07-02 | 17.8616 |
| 2026-07-09 | 17.9328 |
| 2026-07-16 | 17.9616 |
| 2026-07-23 | 18.0378 |
| 2026-07-30 | 18.0829 |
| 2026-08-06 | 17.9595 |
| 2026-08-13 | 18.0607 |
| 2026-08-21 | 17.9378 |
| 2026-08-28 | 17.9908 |
| 2026-09-04 | 17.9679 |
| 2026-09-11 | 18.0000 |
| 2026-09-18 | 18.3631 |
| 2026-09-25 | 18.2475 |
High
18.3631
Low
16.6232
Average
17.4495
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.