Skip to content

GEL to MKD exchange rate API

Lari to Denar · quoted 2026-09-25

20.7637

▲ +7.38% over 1Y

1 GEL = 20.7637 MKD · 1 MKD = 0.04816 GEL · Get this rate via the API

1 GEL buys 20.7637 MKD as of 2026-09-25, so 1 MKD buys 0.04816 GEL. Over the last year, GEL/MKD traded between 19.2281 and 20.7637, averaged 19.8548 and rose 7.38%. The API holds daily GEL/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/MKD over 1Y

GEL/MKD over 1Y: show the values
PointGEL/MKD
2025-09-2519.3365
2025-10-0219.2801
2025-10-0919.5423
2025-10-1619.5229
2025-10-2319.5836
2025-10-3019.5728
2025-11-0619.7858
2025-11-1319.6436
2025-11-2019.7324
2025-11-2719.6943
2025-12-0419.6045
2025-12-1219.4611
2025-12-1919.4896
2025-12-2619.3856
2026-01-0219.4656
2026-01-0919.6059
2026-01-1619.6736
2026-01-2319.5127
2026-01-3019.2281
2026-02-0619.4638
2026-02-1319.3615
2026-02-2019.5686
2026-02-2719.5486
2026-03-0619.4926
2026-03-1319.6632
2026-03-2019.5960
2026-03-2719.7930
2026-04-0319.8953
2026-04-1019.6082
2026-04-1719.4248
2026-04-2419.6621
2026-05-0119.5655
2026-05-0819.6188
2026-05-1619.8490
2026-05-2419.9072
2026-05-3119.8522
2026-06-0920.1253
2026-06-1620.0761
2026-06-2320.3905
2026-06-3020.5023
2026-07-0720.4665
2026-07-1420.5580
2026-07-2120.5744
2026-07-2820.6391
2026-08-0420.4310
2026-08-1120.3795
2026-08-1820.3762
2026-08-2620.1912
2026-09-0220.3510
2026-09-0920.3297
2026-09-1620.5227
2026-09-2320.6360

High

20.7637

Low

19.2281

Average

19.8548

For developers

Get this rate via the API

One GET request returns the GEL/MKD 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=MKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MKD");
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=MKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/MKD API questions

How do I get the GEL/MKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=MKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/MKD rate in rates.MKD.

How far back does GEL/MKD historical data go?

Daily GEL/MKD 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/MKD 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.