Skip to content

GEL to RWF exchange rate API

Lari to Rwanda Franc · quoted 2026-09-25

567.4545

▲ +5.97% over 1Y

1 GEL = 567.4545 RWF · 1 RWF = 0.001762 GEL · Get this rate via the API

1 GEL buys 567.4545 RWF as of 2026-09-25, so 1 RWF buys 0.001762 GEL. Over the last year, GEL/RWF traded between 531.6941 and 567.4545, averaged 547.2663 and rose 5.97%. The API holds daily GEL/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/RWF over 1Y

GEL/RWF over 1Y: show the values
PointGEL/RWF
2025-09-25535.4667
2025-10-02531.6941
2025-10-09535.2127
2025-10-16534.9158
2025-10-23534.7578
2025-10-30535.0837
2025-11-06536.8455
2025-11-13536.8156
2025-11-20537.8070
2025-11-27537.9512
2025-12-04538.2943
2025-12-12539.3052
2025-12-19540.3543
2025-12-26540.5331
2026-01-02541.0422
2026-01-09541.1598
2026-01-16541.0353
2026-01-23540.3269
2026-01-30542.7950
2026-02-06542.6754
2026-02-13542.5836
2026-02-20545.8520
2026-02-27545.9253
2026-03-06536.3290
2026-03-13538.0309
2026-03-20535.9142
2026-03-27540.8299
2026-04-03544.6705
2026-04-10543.3707
2026-04-17541.7365
2026-04-24544.1361
2026-05-01544.5015
2026-05-08548.8595
2026-05-16547.5552
2026-05-24549.0887
2026-05-31550.0681
2026-06-09552.3996
2026-06-16559.2441
2026-06-23553.4985
2026-06-30555.8868
2026-07-07556.5542
2026-07-14559.5679
2026-07-21561.4354
2026-07-28561.0098
2026-08-04561.0550
2026-08-11562.4929
2026-08-18563.6889
2026-08-26563.8157
2026-09-02564.9204
2026-09-09565.2972
2026-09-16566.6632
2026-09-23566.6063

High

567.4545

Low

531.6941

Average

547.2663

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/RWF API questions

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

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

How far back does GEL/RWF historical data go?

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