Skip to content

GEL to MVR exchange rate API

Lari to Rufiyaa · quoted 2026-09-24

5.9247

▲ +4.15% over 1Y

1 GEL = 5.9247 MVR · 1 MVR = 0.16878 GEL · Get this rate via the API

1 GEL buys 5.9247 MVR as of 2026-09-24, so 1 MVR buys 0.16878 GEL. Over the last year, GEL/MVR traded between 5.6676 and 5.9469, averaged 5.7837 and rose 4.15%. The API holds daily GEL/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/MVR over 1Y

GEL/MVR over 1Y: show the values
PointGEL/MVR
2025-09-245.6886
2025-10-015.6685
2025-10-085.6828
2025-10-155.6855
2025-10-225.6920
2025-10-295.6784
2025-11-055.7070
2025-11-125.7109
2025-11-195.7177
2025-11-265.7201
2025-12-035.7251
2025-12-115.7263
2025-12-185.7374
2025-12-255.7381
2026-01-015.7435
2026-01-085.7379
2026-01-155.7385
2026-01-225.7450
2026-01-295.7488
2026-02-055.7527
2026-02-125.7472
2026-02-195.7694
2026-02-265.7855
2026-03-055.6756
2026-03-125.6676
2026-03-195.6921
2026-03-265.7290
2026-04-025.7565
2026-04-095.7579
2026-04-165.7433
2026-04-235.7435
2026-04-305.7460
2026-05-075.7668
2026-05-155.7466
2026-05-235.7826
2026-05-305.7942
2026-06-065.8095
2026-06-155.8262
2026-06-225.8355
2026-06-295.8584
2026-07-065.8858
2026-07-135.8820
2026-07-205.9070
2026-07-275.8989
2026-08-035.9099
2026-08-105.9184
2026-08-175.9311
2026-08-255.9378
2026-09-015.9319
2026-09-085.9397
2026-09-155.9456
2026-09-225.9469

High

5.9469

Low

5.6676

Average

5.7837

For developers

Get this rate via the API

One GET request returns the GEL/MVR 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=MVR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MVR");
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=MVR").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/MVR API questions

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

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

How far back does GEL/MVR historical data go?

Daily GEL/MVR 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/MVR 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.