NIO to RWF exchange rate API
Cordoba Oro to Rwanda Franc · quoted 2026-09-26
40.1423
▲ +1.46% over YTD
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 year to date, NIO/RWF traded between 39.5190 and 40.1423, averaged 39.8263 and rose 1.46%. 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 YTD: show the values
| Point | NIO/RWF |
|---|---|
| 2025-12-31 | 39.5631 |
| 2026-01-07 | 39.6293 |
| 2026-01-14 | 39.6264 |
| 2026-01-21 | 39.5958 |
| 2026-01-28 | 39.5190 |
| 2026-02-04 | 39.7570 |
| 2026-02-11 | 39.5526 |
| 2026-02-18 | 39.6419 |
| 2026-02-25 | 39.6724 |
| 2026-03-04 | 39.6886 |
| 2026-03-11 | 39.6769 |
| 2026-03-18 | 39.6934 |
| 2026-03-25 | 39.7315 |
| 2026-04-01 | 39.7262 |
| 2026-04-08 | 39.6582 |
| 2026-04-15 | 39.7964 |
| 2026-04-22 | 39.7087 |
| 2026-04-29 | 39.7794 |
| 2026-05-06 | 39.7466 |
| 2026-05-14 | 39.7690 |
| 2026-05-21 | 39.7277 |
| 2026-05-29 | 39.8821 |
| 2026-06-05 | 39.8487 |
| 2026-06-14 | 39.9095 |
| 2026-06-21 | 39.9721 |
| 2026-06-28 | 39.9051 |
| 2026-07-05 | 40.0157 |
| 2026-07-12 | 39.9934 |
| 2026-07-19 | 40.0722 |
| 2026-07-26 | 40.0546 |
| 2026-08-02 | 40.0795 |
| 2026-08-09 | 40.0174 |
| 2026-08-16 | 40.0719 |
| 2026-08-24 | 40.0697 |
| 2026-08-31 | 39.9430 |
| 2026-09-07 | 40.0005 |
| 2026-09-14 | 40.0614 |
| 2026-09-21 | 39.9268 |
High
40.1423
Low
39.5190
Average
39.8263
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.