GEL to MOP exchange rate API
Lari to Pataca · quoted 2026-09-27
3.1065
▲ +4.26% over YTD
1 GEL = 3.1065 MOP · 1 MOP = 0.32190 GEL · Get this rate via the API
1 GEL buys 3.1065 MOP as of 2026-09-27, so 1 MOP buys 0.32190 GEL. Over the year to date, GEL/MOP traded between 2.9600 and 3.1094, averaged 3.0324 and rose 4.26%. The API holds daily GEL/MOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/MOP over YTD: show the values
| Point | GEL/MOP |
|---|---|
| 2025-12-31 | 2.9796 |
| 2026-01-07 | 2.9776 |
| 2026-01-14 | 2.9823 |
| 2026-01-21 | 2.9849 |
| 2026-01-28 | 2.9879 |
| 2026-02-04 | 2.9933 |
| 2026-02-11 | 2.9965 |
| 2026-02-18 | 3.0070 |
| 2026-02-25 | 3.0141 |
| 2026-03-04 | 2.9735 |
| 2026-03-11 | 2.9600 |
| 2026-03-18 | 2.9757 |
| 2026-03-25 | 2.9764 |
| 2026-04-01 | 3.0058 |
| 2026-04-08 | 3.0012 |
| 2026-04-15 | 3.0067 |
| 2026-04-22 | 3.0025 |
| 2026-04-29 | 2.9945 |
| 2026-05-06 | 2.9944 |
| 2026-05-14 | 3.0149 |
| 2026-05-21 | 3.0232 |
| 2026-05-29 | 3.0311 |
| 2026-06-05 | 3.0328 |
| 2026-06-14 | 3.0408 |
| 2026-06-21 | 3.0485 |
| 2026-06-28 | 3.0605 |
| 2026-07-05 | 3.0663 |
| 2026-07-12 | 3.0691 |
| 2026-07-19 | 3.0730 |
| 2026-07-26 | 3.0812 |
| 2026-08-02 | 3.0799 |
| 2026-08-09 | 3.0908 |
| 2026-08-16 | 3.0972 |
| 2026-08-24 | 3.1079 |
| 2026-08-31 | 3.1040 |
| 2026-09-07 | 3.1047 |
| 2026-09-14 | 3.1093 |
| 2026-09-21 | 3.1094 |
High
3.1094
Low
2.9600
Average
3.0324
Get this rate via the API
One GET request returns the GEL/MOP 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=MOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MOP").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/MOP API questions
How do I get the GEL/MOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/MOP rate in rates.MOP.
How far back does GEL/MOP historical data go?
Daily GEL/MOP 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/MOP 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.