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: show the values
| Point | GEL/MXN |
|---|---|
| 2025-09-24 | 6.7913 |
| 2025-10-01 | 6.7162 |
| 2025-10-08 | 6.7804 |
| 2025-10-15 | 6.8174 |
| 2025-10-22 | 6.7967 |
| 2025-10-29 | 6.8008 |
| 2025-11-05 | 6.8935 |
| 2025-11-12 | 6.7600 |
| 2025-11-19 | 6.7860 |
| 2025-11-26 | 6.8042 |
| 2025-12-03 | 6.7668 |
| 2025-12-11 | 6.7409 |
| 2025-12-18 | 6.6872 |
| 2025-12-25 | 6.6545 |
| 2026-01-01 | 6.6897 |
| 2026-01-08 | 6.6674 |
| 2026-01-15 | 6.6034 |
| 2026-01-22 | 6.4977 |
| 2026-01-29 | 6.3777 |
| 2026-02-05 | 6.4695 |
| 2026-02-12 | 6.3847 |
| 2026-02-19 | 6.4559 |
| 2026-02-26 | 6.4283 |
| 2026-03-05 | 6.4737 |
| 2026-03-12 | 6.4935 |
| 2026-03-19 | 6.5974 |
| 2026-03-26 | 6.6030 |
| 2026-04-02 | 6.6800 |
| 2026-04-09 | 6.4938 |
| 2026-04-16 | 6.4197 |
| 2026-04-23 | 6.4504 |
| 2026-04-30 | 6.5123 |
| 2026-05-07 | 6.4188 |
| 2026-05-15 | 6.4824 |
| 2026-05-23 | 6.5069 |
| 2026-05-30 | 6.5290 |
| 2026-06-06 | 6.5731 |
| 2026-06-15 | 6.4864 |
| 2026-06-22 | 6.5434 |
| 2026-06-29 | 6.6235 |
| 2026-07-06 | 6.6569 |
| 2026-07-13 | 6.6547 |
| 2026-07-20 | 6.6828 |
| 2026-07-27 | 6.6612 |
| 2026-08-03 | 6.6214 |
| 2026-08-10 | 6.5676 |
| 2026-08-17 | 6.5257 |
| 2026-08-25 | 6.5092 |
| 2026-09-01 | 6.5221 |
| 2026-09-08 | 6.5127 |
| 2026-09-15 | 6.6022 |
| 2026-09-22 | 6.6353 |
High
6.8935
Low
6.3777
Average
6.6072
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.