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: show the values
| Point | GEL/MVR |
|---|---|
| 2025-09-24 | 5.6886 |
| 2025-10-01 | 5.6685 |
| 2025-10-08 | 5.6828 |
| 2025-10-15 | 5.6855 |
| 2025-10-22 | 5.6920 |
| 2025-10-29 | 5.6784 |
| 2025-11-05 | 5.7070 |
| 2025-11-12 | 5.7109 |
| 2025-11-19 | 5.7177 |
| 2025-11-26 | 5.7201 |
| 2025-12-03 | 5.7251 |
| 2025-12-11 | 5.7263 |
| 2025-12-18 | 5.7374 |
| 2025-12-25 | 5.7381 |
| 2026-01-01 | 5.7435 |
| 2026-01-08 | 5.7379 |
| 2026-01-15 | 5.7385 |
| 2026-01-22 | 5.7450 |
| 2026-01-29 | 5.7488 |
| 2026-02-05 | 5.7527 |
| 2026-02-12 | 5.7472 |
| 2026-02-19 | 5.7694 |
| 2026-02-26 | 5.7855 |
| 2026-03-05 | 5.6756 |
| 2026-03-12 | 5.6676 |
| 2026-03-19 | 5.6921 |
| 2026-03-26 | 5.7290 |
| 2026-04-02 | 5.7565 |
| 2026-04-09 | 5.7579 |
| 2026-04-16 | 5.7433 |
| 2026-04-23 | 5.7435 |
| 2026-04-30 | 5.7460 |
| 2026-05-07 | 5.7668 |
| 2026-05-15 | 5.7466 |
| 2026-05-23 | 5.7826 |
| 2026-05-30 | 5.7942 |
| 2026-06-06 | 5.8095 |
| 2026-06-15 | 5.8262 |
| 2026-06-22 | 5.8355 |
| 2026-06-29 | 5.8584 |
| 2026-07-06 | 5.8858 |
| 2026-07-13 | 5.8820 |
| 2026-07-20 | 5.9070 |
| 2026-07-27 | 5.8989 |
| 2026-08-03 | 5.9099 |
| 2026-08-10 | 5.9184 |
| 2026-08-17 | 5.9311 |
| 2026-08-25 | 5.9378 |
| 2026-09-01 | 5.9319 |
| 2026-09-08 | 5.9397 |
| 2026-09-15 | 5.9456 |
| 2026-09-22 | 5.9469 |
High
5.9469
Low
5.6676
Average
5.7837
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.