Skip to content

NIO to RSD exchange rate API

Cordoba Oro to Serbian Dinar · quoted 2026-09-27

2.8139

▲ +3.32% over 1Y

1 NIO = 2.8139 RSD · 1 RSD = 0.35538 NIO · Get this rate via the API

1 NIO buys 2.8139 RSD as of 2026-09-27, so 1 RSD buys 0.35538 NIO. Over the last year, NIO/RSD traded between 2.6920 and 2.8173, averaged 2.7498 and rose 3.32%. The API holds daily NIO/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/RSD over 1Y

NIO/RSD over 1Y: show the values
PointNIO/RSD
2025-09-272.7235
2025-10-042.7272
2025-10-112.7547
2025-10-182.7328
2025-10-252.7549
2025-11-012.7656
2025-11-082.7561
2025-11-152.7460
2025-11-222.7743
2025-11-292.7556
2025-12-062.7447
2025-12-142.7222
2025-12-212.7275
2025-12-282.7123
2026-01-042.7274
2026-01-112.7439
2026-01-182.7522
2026-01-252.7026
2026-02-012.6973
2026-02-082.7046
2026-02-152.6920
2026-02-222.7097
2026-03-012.7011
2026-03-082.7541
2026-03-152.7957
2026-03-222.7654
2026-03-292.7800
2026-04-052.7757
2026-04-122.7232
2026-04-192.7039
2026-04-262.7263
2026-05-032.7269
2026-05-102.7112
2026-05-182.7383
2026-05-262.7450
2026-06-022.7440
2026-06-112.7658
2026-06-182.7671
2026-06-252.8084
2026-07-022.8173
2026-07-092.7925
2026-07-162.7885
2026-07-232.7933
2026-07-302.7924
2026-08-062.7626
2026-08-132.7663
2026-08-212.7257
2026-08-282.7406
2026-09-042.7432
2026-09-112.7522
2026-09-182.7858
2026-09-252.8076

High

2.8173

Low

2.6920

Average

2.7498

For developers

Get this rate via the API

One GET request returns the NIO/RSD 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=RSD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=RSD");
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=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/RSD API questions

How do I get the NIO/RSD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/RSD rate in rates.RSD.

How far back does NIO/RSD historical data go?

Daily NIO/RSD 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/RSD 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.