Skip to content

GEL to KMF exchange rate API

Lari to Comoro Franc · quoted 2026-09-24

165.7248

▲ +7.72% over 1Y

1 GEL = 165.7248 KMF · 1 KMF = 0.006034 GEL · Get this rate via the API

1 GEL buys 165.7248 KMF as of 2026-09-24, so 1 KMF buys 0.006034 GEL. Over the last year, GEL/KMF traded between 152.8450 and 165.7248, averaged 158.5736 and rose 7.72%. The API holds daily GEL/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/KMF over 1Y

GEL/KMF over 1Y: show the values
PointGEL/KMF
2025-09-24153.8478
2025-10-01154.0960
2025-10-08156.0092
2025-10-15156.3968
2025-10-22156.5689
2025-10-29155.7226
2025-11-05158.2235
2025-11-12157.1387
2025-11-19157.3454
2025-11-26157.3724
2025-12-03156.7338
2025-12-11156.1073
2025-12-18155.6816
2025-12-25155.0538
2026-01-01155.6145
2026-01-08156.4058
2026-01-15156.9151
2026-01-22156.3829
2026-01-29152.8450
2026-02-05155.1712
2026-02-12154.2760
2026-02-19155.8330
2026-02-26155.7738
2026-03-05155.3795
2026-03-12156.3700
2026-03-19157.6634
2026-03-26157.7113
2026-04-02158.6346
2026-04-09158.1019
2026-04-16155.3864
2026-04-23156.5047
2026-04-30156.8957
2026-05-07156.3438
2026-05-15157.4534
2026-05-23159.2289
2026-05-30158.7571
2026-06-06160.6750
2026-06-15159.6398
2026-06-22162.1415
2026-06-29163.7837
2026-07-06163.8341
2026-07-13164.2471
2026-07-20164.3001
2026-07-27164.6340
2026-08-03163.1248
2026-08-10163.0563
2026-08-17163.0035
2026-08-25161.9922
2026-09-01162.6556
2026-09-08162.5985
2026-09-15164.1137
2026-09-22164.9275

High

165.7248

Low

152.8450

Average

158.5736

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/KMF API questions

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

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

How far back does GEL/KMF historical data go?

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