GEL to MNT exchange rate API
Lari to Tugrik · quoted 2026-09-27
1382.66
▲ +3.93% over 1Y
1 GEL = 1382.66 MNT · 1 MNT = 0.000723 GEL · Get this rate via the API
1 GEL buys 1382.66 MNT as of 2026-09-27, so 1 MNT buys 0.000723 GEL. Over the last year, GEL/MNT traded between 0.22422 and 1388.27, averaged 1240.50 and rose 3.93%. The API holds daily GEL/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/MNT over 1Y: show the values
| Point | GEL/MNT |
|---|---|
| 2025-09-27 | 1330.36 |
| 2025-10-04 | 1319.61 |
| 2025-10-11 | 1328.86 |
| 2025-10-18 | 1330.97 |
| 2025-10-25 | 0.22 |
| 2025-11-01 | 0.26 |
| 2025-11-08 | 0.29 |
| 2025-11-15 | 0.31 |
| 2025-11-22 | 1319.08 |
| 2025-11-29 | 1316.93 |
| 2025-12-06 | 1314.37 |
| 2025-12-14 | 1315.77 |
| 2025-12-21 | 1317.35 |
| 2025-12-28 | 1320.59 |
| 2026-01-04 | 1322.04 |
| 2026-01-11 | 1321.14 |
| 2026-01-18 | 1323.85 |
| 2026-01-25 | 1324.24 |
| 2026-02-01 | 1325.82 |
| 2026-02-08 | 1326.73 |
| 2026-02-15 | 1330.55 |
| 2026-02-22 | 1333.30 |
| 2026-03-01 | 1335.22 |
| 2026-03-08 | 1308.00 |
| 2026-03-15 | 1308.15 |
| 2026-03-22 | 1312.33 |
| 2026-03-29 | 1323.72 |
| 2026-04-05 | 1326.96 |
| 2026-04-12 | 1330.39 |
| 2026-04-19 | 1322.37 |
| 2026-04-26 | 1340.31 |
| 2026-05-03 | 1335.31 |
| 2026-05-10 | 1338.81 |
| 2026-05-18 | 1334.99 |
| 2026-05-26 | 1342.62 |
| 2026-06-02 | 1346.55 |
| 2026-06-11 | 1349.40 |
| 2026-06-18 | 1352.06 |
| 2026-06-25 | 1354.02 |
| 2026-07-02 | 1357.04 |
| 2026-07-09 | 1363.17 |
| 2026-07-16 | 1365.83 |
| 2026-07-23 | 1369.52 |
| 2026-07-30 | 1370.21 |
| 2026-08-06 | 1376.48 |
| 2026-08-13 | 1377.56 |
| 2026-08-21 | 1384.03 |
| 2026-08-28 | 1382.26 |
| 2026-09-04 | 1378.59 |
| 2026-09-11 | 1383.43 |
| 2026-09-18 | 1388.27 |
| 2026-09-25 | 1383.37 |
High
1388.27
Low
0.22422
Average
1240.50
Get this rate via the API
One GET request returns the GEL/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/MNT API questions
How do I get the GEL/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/MNT rate in rates.MNT.
How far back does GEL/MNT historical data go?
Daily GEL/MNT 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/MNT 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.