Skip to content

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

NIO/RWF over YTD: show the values
PointNIO/RWF
2025-12-3139.5631
2026-01-0739.6293
2026-01-1439.6264
2026-01-2139.5958
2026-01-2839.5190
2026-02-0439.7570
2026-02-1139.5526
2026-02-1839.6419
2026-02-2539.6724
2026-03-0439.6886
2026-03-1139.6769
2026-03-1839.6934
2026-03-2539.7315
2026-04-0139.7262
2026-04-0839.6582
2026-04-1539.7964
2026-04-2239.7087
2026-04-2939.7794
2026-05-0639.7466
2026-05-1439.7690
2026-05-2139.7277
2026-05-2939.8821
2026-06-0539.8487
2026-06-1439.9095
2026-06-2139.9721
2026-06-2839.9051
2026-07-0540.0157
2026-07-1239.9934
2026-07-1940.0722
2026-07-2640.0546
2026-08-0240.0795
2026-08-0940.0174
2026-08-1640.0719
2026-08-2440.0697
2026-08-3139.9430
2026-09-0740.0005
2026-09-1440.0614
2026-09-2139.9268

High

40.1423

Low

39.5190

Average

39.8263

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=RWF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.