Skip to content

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

GEL/MNT over 1Y: show the values
PointGEL/MNT
2025-09-271330.36
2025-10-041319.61
2025-10-111328.86
2025-10-181330.97
2025-10-250.22
2025-11-010.26
2025-11-080.29
2025-11-150.31
2025-11-221319.08
2025-11-291316.93
2025-12-061314.37
2025-12-141315.77
2025-12-211317.35
2025-12-281320.59
2026-01-041322.04
2026-01-111321.14
2026-01-181323.85
2026-01-251324.24
2026-02-011325.82
2026-02-081326.73
2026-02-151330.55
2026-02-221333.30
2026-03-011335.22
2026-03-081308.00
2026-03-151308.15
2026-03-221312.33
2026-03-291323.72
2026-04-051326.96
2026-04-121330.39
2026-04-191322.37
2026-04-261340.31
2026-05-031335.31
2026-05-101338.81
2026-05-181334.99
2026-05-261342.62
2026-06-021346.55
2026-06-111349.40
2026-06-181352.06
2026-06-251354.02
2026-07-021357.04
2026-07-091363.17
2026-07-161365.83
2026-07-231369.52
2026-07-301370.21
2026-08-061376.48
2026-08-131377.56
2026-08-211384.03
2026-08-281382.26
2026-09-041378.59
2026-09-111383.43
2026-09-181388.27
2026-09-251383.37

High

1388.27

Low

0.22422

Average

1240.50

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MNT");
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=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&currencies=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.