GEL to MOP exchange rate API
Lari to Pataca · quoted 2026-09-27
3.1065
▲ +4.83% over 1Y
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 last year, GEL/MOP traded between 2.9408 and 3.1164, averaged 3.0154 and rose 4.83%. 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 1Y: show the values
| Point | GEL/MOP |
|---|---|
| 2025-09-27 | 2.9635 |
| 2025-10-04 | 2.9408 |
| 2025-10-11 | 2.9616 |
| 2025-10-18 | 2.9601 |
| 2025-10-25 | 2.9493 |
| 2025-11-01 | 2.9546 |
| 2025-11-08 | 2.9613 |
| 2025-11-15 | 2.9611 |
| 2025-11-22 | 2.9649 |
| 2025-11-29 | 2.9697 |
| 2025-12-06 | 2.9736 |
| 2025-12-14 | 2.9753 |
| 2025-12-21 | 2.9741 |
| 2025-12-28 | 2.9721 |
| 2026-01-04 | 2.9826 |
| 2026-01-11 | 2.9810 |
| 2026-01-18 | 2.9844 |
| 2026-01-25 | 2.9838 |
| 2026-02-01 | 2.9899 |
| 2026-02-08 | 2.9933 |
| 2026-02-15 | 3.0039 |
| 2026-02-22 | 3.0098 |
| 2026-03-01 | 3.0171 |
| 2026-03-08 | 2.9547 |
| 2026-03-15 | 2.9554 |
| 2026-03-22 | 2.9681 |
| 2026-03-29 | 2.9900 |
| 2026-04-05 | 2.9989 |
| 2026-04-12 | 2.9940 |
| 2026-04-19 | 2.9884 |
| 2026-04-26 | 3.0058 |
| 2026-05-03 | 3.0111 |
| 2026-05-10 | 3.0061 |
| 2026-05-18 | 3.0147 |
| 2026-05-26 | 3.0276 |
| 2026-06-02 | 3.0371 |
| 2026-06-11 | 3.0429 |
| 2026-06-18 | 3.0493 |
| 2026-06-25 | 3.0540 |
| 2026-07-02 | 3.0610 |
| 2026-07-09 | 3.0694 |
| 2026-07-16 | 3.0742 |
| 2026-07-23 | 3.0812 |
| 2026-07-30 | 3.0837 |
| 2026-08-06 | 3.0904 |
| 2026-08-13 | 3.0944 |
| 2026-08-21 | 3.1064 |
| 2026-08-28 | 3.1001 |
| 2026-09-04 | 3.0933 |
| 2026-09-11 | 3.1051 |
| 2026-09-18 | 3.1164 |
| 2026-09-25 | 3.1062 |
High
3.1164
Low
2.9408
Average
3.0154
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.