Skip to content

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

NIO/RWF over 1Y: show the values
PointNIO/RWF
2025-09-2639.5335
2025-10-0339.4390
2025-10-1039.4865
2025-10-1739.4809
2025-10-2439.4499
2025-10-3139.4439
2025-11-0739.4799
2025-11-1439.4581
2025-11-2139.4888
2025-11-2839.4975
2025-12-0539.5437
2025-12-1339.5477
2025-12-2039.5671
2025-12-2739.5749
2026-01-0339.6122
2026-01-1039.6156
2026-01-1739.7253
2026-01-2439.6253
2026-01-3139.5525
2026-02-0739.6721
2026-02-1439.6320
2026-02-2139.6897
2026-02-2839.6722
2026-03-0739.6968
2026-03-1439.7705
2026-03-2139.7239
2026-03-2839.7872
2026-04-0439.7867
2026-04-1139.7627
2026-04-1839.7872
2026-04-2539.7167
2026-05-0239.8116
2026-05-0939.7793
2026-05-1739.9032
2026-05-2539.7685
2026-06-0139.8303
2026-06-1039.8735
2026-06-1740.1267
2026-06-2439.8741
2026-07-0139.8450
2026-07-0839.9113
2026-07-1539.9459
2026-07-2239.9873
2026-07-2939.9223
2026-08-0539.9061
2026-08-1240.0121
2026-08-2039.9641
2026-08-2740.0392
2026-09-0340.0360
2026-09-1040.0863
2026-09-1740.0879
2026-09-2440.1664

High

40.1664

Low

39.4390

Average

39.7517

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.