Skip to content

SGD to NIO exchange rate API

Singapore Dollar to Cordoba Oro · quoted 2026-09-26

28.7617

▲ +0.84% over 6M

1 SGD = 28.7617 NIO · 1 NIO = 0.03477 SGD · Get this rate via the API

1 SGD buys 28.7617 NIO as of 2026-09-26, so 1 NIO buys 0.03477 SGD. Over the last 6 months, SGD/NIO traded between 28.4055 and 29.0391, averaged 28.7082 and rose 0.84%. The API holds daily SGD/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/NIO over 6M

SGD/NIO over 6M: show the values
PointSGD/NIO
2026-03-3028.5230
2026-04-0628.6205
2026-04-1328.7883
2026-04-2029.0391
2026-04-2728.8668
2026-05-0428.7742
2026-05-1128.9049
2026-05-1928.6910
2026-05-2728.7520
2026-06-0328.6393
2026-06-1228.5948
2026-06-1928.4380
2026-06-2628.4055
2026-07-0328.4276
2026-07-1028.4872
2026-07-1728.5161
2026-07-2428.5072
2026-07-3128.5810
2026-08-0728.7552
2026-08-1428.7699
2026-08-2228.9064
2026-08-2928.8929
2026-09-0529.0051
2026-09-1228.8736
2026-09-1928.8386
2026-09-2628.7617

High

29.0391

Low

28.4055

Average

28.7082

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=NIO").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/NIO API questions

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

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

How far back does SGD/NIO historical data go?

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