Skip to content

NIO to SCR exchange rate API

Cordoba Oro to Seychelles Rupee · quoted 2026-09-26

0.37753

▼ +5.04% over YTD

1 NIO = 0.37753 SCR · 1 SCR = 2.6488 NIO · Get this rate via the API

1 NIO buys 0.37753 SCR as of 2026-09-26, so 1 SCR buys 2.6488 NIO. Over the year to date, NIO/SCR traded between 0.36850 and 0.40837, averaged 0.39182 and fell 5.04%. The API holds daily NIO/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/SCR over YTD

NIO/SCR over YTD: show the values
PointNIO/SCR
2025-12-310.39758
2026-01-070.38140
2026-01-140.39462
2026-01-210.38513
2026-01-280.39874
2026-02-040.40656
2026-02-110.40676
2026-02-180.39179
2026-02-250.40837
2026-03-040.37273
2026-03-110.36850
2026-03-180.38770
2026-03-250.39549
2026-04-010.40407
2026-04-080.37991
2026-04-150.38330
2026-04-220.39949
2026-04-290.37219
2026-05-060.37652
2026-05-140.38881
2026-05-210.39039
2026-05-290.38804
2026-06-050.38070
2026-06-140.39655
2026-06-210.40032
2026-06-280.40531
2026-07-050.39419
2026-07-120.40301
2026-07-190.39794
2026-07-260.39526
2026-08-020.40186
2026-08-090.40030
2026-08-160.39951
2026-08-240.39530
2026-08-310.38980
2026-09-070.38600
2026-09-140.38616
2026-09-210.39308

High

0.40837

Low

0.36850

Average

0.39182

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/SCR API questions

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

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

How far back does NIO/SCR historical data go?

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