JOD to RWF exchange rate API
Jordanian Dinar to Rwanda Franc · quoted 2026-09-26
2080.54
▲ +1.29% over 1Y
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 last year, JOD/RWF traded between 2043.67 and 2087.96, averaged 2060.65 and rose 1.29%. 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 1Y: show the values
| Point | JOD/RWF |
|---|---|
| 2025-09-26 | 2054.01 |
| 2025-10-03 | 2043.67 |
| 2025-10-10 | 2052.13 |
| 2025-10-17 | 2044.46 |
| 2025-10-24 | 2044.76 |
| 2025-10-31 | 2047.38 |
| 2025-11-07 | 2048.04 |
| 2025-11-14 | 2047.49 |
| 2025-11-21 | 2049.67 |
| 2025-11-28 | 2049.41 |
| 2025-12-05 | 2050.97 |
| 2025-12-13 | 2048.89 |
| 2025-12-20 | 2053.74 |
| 2025-12-27 | 2054.32 |
| 2026-01-03 | 2050.30 |
| 2026-01-10 | 2053.87 |
| 2026-01-17 | 2056.22 |
| 2026-01-24 | 2054.45 |
| 2026-01-31 | 2049.78 |
| 2026-02-07 | 2053.13 |
| 2026-02-14 | 2051.90 |
| 2026-02-21 | 2054.89 |
| 2026-02-28 | 2054.19 |
| 2026-03-07 | 2056.37 |
| 2026-03-14 | 2058.49 |
| 2026-03-21 | 2057.24 |
| 2026-03-28 | 2060.53 |
| 2026-04-04 | 2060.03 |
| 2026-04-11 | 2059.83 |
| 2026-04-18 | 2060.53 |
| 2026-04-25 | 2058.06 |
| 2026-05-02 | 2061.24 |
| 2026-05-09 | 2059.83 |
| 2026-05-17 | 2063.79 |
| 2026-05-25 | 2060.86 |
| 2026-06-01 | 2067.44 |
| 2026-06-10 | 2069.32 |
| 2026-06-17 | 2080.30 |
| 2026-06-24 | 2070.95 |
| 2026-07-01 | 2067.48 |
| 2026-07-08 | 2070.91 |
| 2026-07-15 | 2069.96 |
| 2026-07-22 | 2075.56 |
| 2026-07-29 | 2068.59 |
| 2026-08-05 | 2069.71 |
| 2026-08-12 | 2076.08 |
| 2026-08-20 | 2068.22 |
| 2026-08-27 | 2077.61 |
| 2026-09-03 | 2076.47 |
| 2026-09-10 | 2078.62 |
| 2026-09-17 | 2074.37 |
| 2026-09-24 | 2087.96 |
High
2087.96
Low
2043.67
Average
2060.65
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.