Skip to content

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

GEL/MOP over 1Y: show the values
PointGEL/MOP
2025-09-272.9635
2025-10-042.9408
2025-10-112.9616
2025-10-182.9601
2025-10-252.9493
2025-11-012.9546
2025-11-082.9613
2025-11-152.9611
2025-11-222.9649
2025-11-292.9697
2025-12-062.9736
2025-12-142.9753
2025-12-212.9741
2025-12-282.9721
2026-01-042.9826
2026-01-112.9810
2026-01-182.9844
2026-01-252.9838
2026-02-012.9899
2026-02-082.9933
2026-02-153.0039
2026-02-223.0098
2026-03-013.0171
2026-03-082.9547
2026-03-152.9554
2026-03-222.9681
2026-03-292.9900
2026-04-052.9989
2026-04-122.9940
2026-04-192.9884
2026-04-263.0058
2026-05-033.0111
2026-05-103.0061
2026-05-183.0147
2026-05-263.0276
2026-06-023.0371
2026-06-113.0429
2026-06-183.0493
2026-06-253.0540
2026-07-023.0610
2026-07-093.0694
2026-07-163.0742
2026-07-233.0812
2026-07-303.0837
2026-08-063.0904
2026-08-133.0944
2026-08-213.1064
2026-08-283.1001
2026-09-043.0933
2026-09-113.1051
2026-09-183.1164
2026-09-253.1062

High

3.1164

Low

2.9408

Average

3.0154

For developers

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