Skip to content

GEL to KHR exchange rate API

Lari to Riel · quoted 2026-09-25

1563.23

▲ +5.67% over 1Y

1 GEL = 1563.23 KHR · 1 KHR = 0.000640 GEL · Get this rate via the API

1 GEL buys 1563.23 KHR as of 2026-09-25, so 1 KHR buys 0.000640 GEL. Over the last year, GEL/KHR traded between 1469.46 and 1563.23, averaged 1506.24 and rose 5.67%. The API holds daily GEL/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/KHR over 1Y

GEL/KHR over 1Y: show the values
PointGEL/KHR
2025-09-251479.32
2025-10-021472.05
2025-10-091481.69
2025-10-161485.05
2025-10-231485.94
2025-10-301483.40
2025-11-061487.28
2025-11-131483.33
2025-11-201482.32
2025-11-271483.59
2025-12-041484.83
2025-12-121483.72
2025-12-191486.88
2025-12-261488.03
2026-01-021490.08
2026-01-091492.57
2026-01-161494.05
2026-01-231494.49
2026-01-301495.68
2026-02-061502.26
2026-02-131499.27
2026-02-201502.11
2026-02-271500.62
2026-03-061473.66
2026-03-131477.92
2026-03-201469.46
2026-03-271484.51
2026-04-031488.38
2026-04-101491.81
2026-04-171487.74
2026-04-241493.49
2026-05-011494.40
2026-05-081501.66
2026-05-161501.62
2026-05-241506.79
2026-05-311512.27
2026-06-091513.84
2026-06-161513.89
2026-06-231518.75
2026-06-301524.68
2026-07-071521.83
2026-07-141541.08
2026-07-211542.15
2026-07-281543.42
2026-08-041547.00
2026-08-111551.85
2026-08-181551.16
2026-08-261548.99
2026-09-021552.57
2026-09-091554.80
2026-09-161558.99
2026-09-231560.36

High

1563.23

Low

1469.46

Average

1506.24

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/KHR API questions

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

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

How far back does GEL/KHR historical data go?

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