Skip to content

GEL to MXN exchange rate API

Lari to Mexican Peso · quoted 2026-09-24

6.7706

▼ +0.31% over 1Y

1 GEL = 6.7706 MXN · 1 MXN = 0.14770 GEL · Get this rate via the API

1 GEL buys 6.7706 MXN as of 2026-09-24, so 1 MXN buys 0.14770 GEL. Over the last year, GEL/MXN traded between 6.3777 and 6.8935, averaged 6.6072 and fell 0.31%. The API holds daily GEL/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/MXN over 1Y

GEL/MXN over 1Y: show the values
PointGEL/MXN
2025-09-246.7913
2025-10-016.7162
2025-10-086.7804
2025-10-156.8174
2025-10-226.7967
2025-10-296.8008
2025-11-056.8935
2025-11-126.7600
2025-11-196.7860
2025-11-266.8042
2025-12-036.7668
2025-12-116.7409
2025-12-186.6872
2025-12-256.6545
2026-01-016.6897
2026-01-086.6674
2026-01-156.6034
2026-01-226.4977
2026-01-296.3777
2026-02-056.4695
2026-02-126.3847
2026-02-196.4559
2026-02-266.4283
2026-03-056.4737
2026-03-126.4935
2026-03-196.5974
2026-03-266.6030
2026-04-026.6800
2026-04-096.4938
2026-04-166.4197
2026-04-236.4504
2026-04-306.5123
2026-05-076.4188
2026-05-156.4824
2026-05-236.5069
2026-05-306.5290
2026-06-066.5731
2026-06-156.4864
2026-06-226.5434
2026-06-296.6235
2026-07-066.6569
2026-07-136.6547
2026-07-206.6828
2026-07-276.6612
2026-08-036.6214
2026-08-106.5676
2026-08-176.5257
2026-08-256.5092
2026-09-016.5221
2026-09-086.5127
2026-09-156.6022
2026-09-226.6353

High

6.8935

Low

6.3777

Average

6.6072

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/MXN API questions

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

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

How far back does GEL/MXN historical data go?

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