Skip to content

GEL to MYR exchange rate API

Lari to Malaysian Ringgit · quoted 2026-09-25

1.5721

▲ +1.12% over 1Y

1 GEL = 1.5721 MYR · 1 MYR = 0.63610 GEL · Get this rate via the API

1 GEL buys 1.5721 MYR as of 2026-09-25, so 1 MYR buys 0.63610 GEL. Over the last year, GEL/MYR traded between 1.4470 and 1.5727, averaged 1.5181 and rose 1.12%. The API holds daily GEL/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/MYR over 1Y

GEL/MYR over 1Y: show the values
PointGEL/MYR
2025-09-251.5547
2025-10-021.5439
2025-10-091.5558
2025-10-161.5614
2025-10-231.5596
2025-10-301.5485
2025-11-061.5461
2025-11-131.5267
2025-11-201.5372
2025-11-271.5314
2025-12-041.5237
2025-12-121.5211
2025-12-191.5140
2025-12-261.5054
2026-01-021.5061
2026-01-091.5119
2026-01-161.5065
2026-01-231.4886
2026-01-301.4681
2026-02-061.4690
2026-02-131.4567
2026-02-201.4582
2026-02-271.4559
2026-03-061.4494
2026-03-131.4470
2026-03-201.4479
2026-03-271.4876
2026-04-031.5030
2026-04-101.4741
2026-04-171.4666
2026-04-241.4767
2026-05-011.4822
2026-05-081.4632
2026-05-161.4791
2026-05-241.4902
2026-05-311.4915
2026-06-091.5299
2026-06-161.5349
2026-06-231.5647
2026-06-301.5488
2026-07-071.5457
2026-07-141.5519
2026-07-211.5597
2026-07-281.5614
2026-08-041.5635
2026-08-111.5652
2026-08-181.5571
2026-08-261.5424
2026-09-021.5502
2026-09-091.5644
2026-09-161.5727
2026-09-231.5674

High

1.5727

Low

1.4470

Average

1.5181

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/MYR API questions

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

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

How far back does GEL/MYR historical data go?

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