Skip to content

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

GEL/MOP over YTD: show the values
PointGEL/MOP
2025-12-312.9796
2026-01-072.9776
2026-01-142.9823
2026-01-212.9849
2026-01-282.9879
2026-02-042.9933
2026-02-112.9965
2026-02-183.0070
2026-02-253.0141
2026-03-042.9735
2026-03-112.9600
2026-03-182.9757
2026-03-252.9764
2026-04-013.0058
2026-04-083.0012
2026-04-153.0067
2026-04-223.0025
2026-04-292.9945
2026-05-062.9944
2026-05-143.0149
2026-05-213.0232
2026-05-293.0311
2026-06-053.0328
2026-06-143.0408
2026-06-213.0485
2026-06-283.0605
2026-07-053.0663
2026-07-123.0691
2026-07-193.0730
2026-07-263.0812
2026-08-023.0799
2026-08-093.0908
2026-08-163.0972
2026-08-243.1079
2026-08-313.1040
2026-09-073.1047
2026-09-143.1093
2026-09-213.1094

High

3.1094

Low

2.9600

Average

3.0324

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.