JOD to RWF exchange rate API
Jordanian Dinar to Rwanda Franc · quoted 2026-09-26
2080.54
▲ +1.44% over YTD
1 JOD = 2080.54 RWF · 1 RWF = 0.000481 JOD · Get this rate via the API
1 JOD buys 2080.54 RWF as of 2026-09-26, so 1 RWF buys 0.000481 JOD. Over the year to date, JOD/RWF traded between 2048.63 and 2080.54, averaged 2064.59 and rose 1.44%. The API holds daily JOD/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/RWF over YTD: show the values
| Point | JOD/RWF |
|---|---|
| 2025-12-31 | 2050.99 |
| 2026-01-07 | 2054.72 |
| 2026-01-14 | 2056.29 |
| 2026-01-21 | 2055.22 |
| 2026-01-28 | 2048.63 |
| 2026-02-04 | 2060.64 |
| 2026-02-11 | 2053.37 |
| 2026-02-18 | 2056.35 |
| 2026-02-25 | 2059.10 |
| 2026-03-04 | 2060.31 |
| 2026-03-11 | 2060.49 |
| 2026-03-18 | 2058.59 |
| 2026-03-25 | 2059.52 |
| 2026-04-01 | 2060.10 |
| 2026-04-08 | 2057.38 |
| 2026-04-15 | 2066.59 |
| 2026-04-22 | 2063.63 |
| 2026-04-29 | 2059.91 |
| 2026-05-06 | 2058.01 |
| 2026-05-14 | 2061.66 |
| 2026-05-21 | 2063.08 |
| 2026-05-29 | 2064.92 |
| 2026-06-05 | 2065.57 |
| 2026-06-14 | 2066.73 |
| 2026-06-21 | 2067.03 |
| 2026-06-28 | 2067.99 |
| 2026-07-05 | 2069.50 |
| 2026-07-12 | 2070.23 |
| 2026-07-19 | 2073.38 |
| 2026-07-26 | 2072.88 |
| 2026-08-02 | 2073.33 |
| 2026-08-09 | 2074.34 |
| 2026-08-16 | 2075.03 |
| 2026-08-24 | 2077.59 |
| 2026-08-31 | 2074.58 |
| 2026-09-07 | 2076.45 |
| 2026-09-14 | 2074.78 |
| 2026-09-21 | 2069.54 |
High
2080.54
Low
2048.63
Average
2064.59
Get this rate via the API
One GET request returns the JOD/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=JOD¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/RWF API questions
How do I get the JOD/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/RWF rate in rates.RWF.
How far back does JOD/RWF historical data go?
Daily JOD/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 JOD/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.