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: show the values
| Point | GEL/KMF |
|---|---|
| 2025-09-24 | 153.8478 |
| 2025-10-01 | 154.0960 |
| 2025-10-08 | 156.0092 |
| 2025-10-15 | 156.3968 |
| 2025-10-22 | 156.5689 |
| 2025-10-29 | 155.7226 |
| 2025-11-05 | 158.2235 |
| 2025-11-12 | 157.1387 |
| 2025-11-19 | 157.3454 |
| 2025-11-26 | 157.3724 |
| 2025-12-03 | 156.7338 |
| 2025-12-11 | 156.1073 |
| 2025-12-18 | 155.6816 |
| 2025-12-25 | 155.0538 |
| 2026-01-01 | 155.6145 |
| 2026-01-08 | 156.4058 |
| 2026-01-15 | 156.9151 |
| 2026-01-22 | 156.3829 |
| 2026-01-29 | 152.8450 |
| 2026-02-05 | 155.1712 |
| 2026-02-12 | 154.2760 |
| 2026-02-19 | 155.8330 |
| 2026-02-26 | 155.7738 |
| 2026-03-05 | 155.3795 |
| 2026-03-12 | 156.3700 |
| 2026-03-19 | 157.6634 |
| 2026-03-26 | 157.7113 |
| 2026-04-02 | 158.6346 |
| 2026-04-09 | 158.1019 |
| 2026-04-16 | 155.3864 |
| 2026-04-23 | 156.5047 |
| 2026-04-30 | 156.8957 |
| 2026-05-07 | 156.3438 |
| 2026-05-15 | 157.4534 |
| 2026-05-23 | 159.2289 |
| 2026-05-30 | 158.7571 |
| 2026-06-06 | 160.6750 |
| 2026-06-15 | 159.6398 |
| 2026-06-22 | 162.1415 |
| 2026-06-29 | 163.7837 |
| 2026-07-06 | 163.8341 |
| 2026-07-13 | 164.2471 |
| 2026-07-20 | 164.3001 |
| 2026-07-27 | 164.6340 |
| 2026-08-03 | 163.1248 |
| 2026-08-10 | 163.0563 |
| 2026-08-17 | 163.0035 |
| 2026-08-25 | 161.9922 |
| 2026-09-01 | 162.6556 |
| 2026-09-08 | 162.5985 |
| 2026-09-15 | 164.1137 |
| 2026-09-22 | 164.9275 |
High
165.7248
Low
152.8450
Average
158.5736
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.