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: show the values
| Point | GEL/MKD |
|---|---|
| 2025-09-25 | 19.3365 |
| 2025-10-02 | 19.2801 |
| 2025-10-09 | 19.5423 |
| 2025-10-16 | 19.5229 |
| 2025-10-23 | 19.5836 |
| 2025-10-30 | 19.5728 |
| 2025-11-06 | 19.7858 |
| 2025-11-13 | 19.6436 |
| 2025-11-20 | 19.7324 |
| 2025-11-27 | 19.6943 |
| 2025-12-04 | 19.6045 |
| 2025-12-12 | 19.4611 |
| 2025-12-19 | 19.4896 |
| 2025-12-26 | 19.3856 |
| 2026-01-02 | 19.4656 |
| 2026-01-09 | 19.6059 |
| 2026-01-16 | 19.6736 |
| 2026-01-23 | 19.5127 |
| 2026-01-30 | 19.2281 |
| 2026-02-06 | 19.4638 |
| 2026-02-13 | 19.3615 |
| 2026-02-20 | 19.5686 |
| 2026-02-27 | 19.5486 |
| 2026-03-06 | 19.4926 |
| 2026-03-13 | 19.6632 |
| 2026-03-20 | 19.5960 |
| 2026-03-27 | 19.7930 |
| 2026-04-03 | 19.8953 |
| 2026-04-10 | 19.6082 |
| 2026-04-17 | 19.4248 |
| 2026-04-24 | 19.6621 |
| 2026-05-01 | 19.5655 |
| 2026-05-08 | 19.6188 |
| 2026-05-16 | 19.8490 |
| 2026-05-24 | 19.9072 |
| 2026-05-31 | 19.8522 |
| 2026-06-09 | 20.1253 |
| 2026-06-16 | 20.0761 |
| 2026-06-23 | 20.3905 |
| 2026-06-30 | 20.5023 |
| 2026-07-07 | 20.4665 |
| 2026-07-14 | 20.5580 |
| 2026-07-21 | 20.5744 |
| 2026-07-28 | 20.6391 |
| 2026-08-04 | 20.4310 |
| 2026-08-11 | 20.3795 |
| 2026-08-18 | 20.3762 |
| 2026-08-26 | 20.1912 |
| 2026-09-02 | 20.3510 |
| 2026-09-09 | 20.3297 |
| 2026-09-16 | 20.5227 |
| 2026-09-23 | 20.6360 |
High
20.7637
Low
19.2281
Average
19.8548
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.