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: show the values
| Point | GEL/RWF |
|---|---|
| 2025-09-25 | 535.4667 |
| 2025-10-02 | 531.6941 |
| 2025-10-09 | 535.2127 |
| 2025-10-16 | 534.9158 |
| 2025-10-23 | 534.7578 |
| 2025-10-30 | 535.0837 |
| 2025-11-06 | 536.8455 |
| 2025-11-13 | 536.8156 |
| 2025-11-20 | 537.8070 |
| 2025-11-27 | 537.9512 |
| 2025-12-04 | 538.2943 |
| 2025-12-12 | 539.3052 |
| 2025-12-19 | 540.3543 |
| 2025-12-26 | 540.5331 |
| 2026-01-02 | 541.0422 |
| 2026-01-09 | 541.1598 |
| 2026-01-16 | 541.0353 |
| 2026-01-23 | 540.3269 |
| 2026-01-30 | 542.7950 |
| 2026-02-06 | 542.6754 |
| 2026-02-13 | 542.5836 |
| 2026-02-20 | 545.8520 |
| 2026-02-27 | 545.9253 |
| 2026-03-06 | 536.3290 |
| 2026-03-13 | 538.0309 |
| 2026-03-20 | 535.9142 |
| 2026-03-27 | 540.8299 |
| 2026-04-03 | 544.6705 |
| 2026-04-10 | 543.3707 |
| 2026-04-17 | 541.7365 |
| 2026-04-24 | 544.1361 |
| 2026-05-01 | 544.5015 |
| 2026-05-08 | 548.8595 |
| 2026-05-16 | 547.5552 |
| 2026-05-24 | 549.0887 |
| 2026-05-31 | 550.0681 |
| 2026-06-09 | 552.3996 |
| 2026-06-16 | 559.2441 |
| 2026-06-23 | 553.4985 |
| 2026-06-30 | 555.8868 |
| 2026-07-07 | 556.5542 |
| 2026-07-14 | 559.5679 |
| 2026-07-21 | 561.4354 |
| 2026-07-28 | 561.0098 |
| 2026-08-04 | 561.0550 |
| 2026-08-11 | 562.4929 |
| 2026-08-18 | 563.6889 |
| 2026-08-26 | 563.8157 |
| 2026-09-02 | 564.9204 |
| 2026-09-09 | 565.2972 |
| 2026-09-16 | 566.6632 |
| 2026-09-23 | 566.6063 |
High
567.4545
Low
531.6941
Average
547.2663
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.