NIO to RWF exchange rate API
Cordoba Oro to Rwanda Franc · quoted 2026-09-26
40.1423
▲ +1.54% over 1Y
1 NIO = 40.1423 RWF · 1 RWF = 0.02491 NIO · Get this rate via the API
1 NIO buys 40.1423 RWF as of 2026-09-26, so 1 RWF buys 0.02491 NIO. Over the last year, NIO/RWF traded between 39.4390 and 40.1664, averaged 39.7517 and rose 1.54%. The API holds daily NIO/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/RWF over 1Y: show the values
| Point | NIO/RWF |
|---|---|
| 2025-09-26 | 39.5335 |
| 2025-10-03 | 39.4390 |
| 2025-10-10 | 39.4865 |
| 2025-10-17 | 39.4809 |
| 2025-10-24 | 39.4499 |
| 2025-10-31 | 39.4439 |
| 2025-11-07 | 39.4799 |
| 2025-11-14 | 39.4581 |
| 2025-11-21 | 39.4888 |
| 2025-11-28 | 39.4975 |
| 2025-12-05 | 39.5437 |
| 2025-12-13 | 39.5477 |
| 2025-12-20 | 39.5671 |
| 2025-12-27 | 39.5749 |
| 2026-01-03 | 39.6122 |
| 2026-01-10 | 39.6156 |
| 2026-01-17 | 39.7253 |
| 2026-01-24 | 39.6253 |
| 2026-01-31 | 39.5525 |
| 2026-02-07 | 39.6721 |
| 2026-02-14 | 39.6320 |
| 2026-02-21 | 39.6897 |
| 2026-02-28 | 39.6722 |
| 2026-03-07 | 39.6968 |
| 2026-03-14 | 39.7705 |
| 2026-03-21 | 39.7239 |
| 2026-03-28 | 39.7872 |
| 2026-04-04 | 39.7867 |
| 2026-04-11 | 39.7627 |
| 2026-04-18 | 39.7872 |
| 2026-04-25 | 39.7167 |
| 2026-05-02 | 39.8116 |
| 2026-05-09 | 39.7793 |
| 2026-05-17 | 39.9032 |
| 2026-05-25 | 39.7685 |
| 2026-06-01 | 39.8303 |
| 2026-06-10 | 39.8735 |
| 2026-06-17 | 40.1267 |
| 2026-06-24 | 39.8741 |
| 2026-07-01 | 39.8450 |
| 2026-07-08 | 39.9113 |
| 2026-07-15 | 39.9459 |
| 2026-07-22 | 39.9873 |
| 2026-07-29 | 39.9223 |
| 2026-08-05 | 39.9061 |
| 2026-08-12 | 40.0121 |
| 2026-08-20 | 39.9641 |
| 2026-08-27 | 40.0392 |
| 2026-09-03 | 40.0360 |
| 2026-09-10 | 40.0863 |
| 2026-09-17 | 40.0879 |
| 2026-09-24 | 40.1664 |
High
40.1664
Low
39.4390
Average
39.7517
Get this rate via the API
One GET request returns the NIO/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=NIO¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/RWF API questions
How do I get the NIO/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/RWF rate in rates.RWF.
How far back does NIO/RWF historical data go?
Daily NIO/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 NIO/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.