Skip to content

SGD to NIO exchange rate API

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

28.7617

▲ +0.60% over YTD

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 year to date, SGD/NIO traded between 28.3819 and 29.1487, averaged 28.7630 and rose 0.60%. 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 YTD

SGD/NIO over YTD: show the values
PointSGD/NIO
2025-12-3128.5914
2026-01-0728.6876
2026-01-1428.5638
2026-01-2128.7140
2026-01-2829.1297
2026-02-0428.9054
2026-02-1129.1487
2026-02-1829.0987
2026-02-2529.0915
2026-03-0428.8836
2026-03-1128.8953
2026-03-1828.6996
2026-03-2528.7293
2026-04-0128.6845
2026-04-0828.8968
2026-04-1528.9316
2026-04-2228.9277
2026-04-2928.7444
2026-05-0628.9458
2026-05-1428.8644
2026-05-2128.7621
2026-05-2928.7450
2026-06-0528.6354
2026-06-1428.5863
2026-06-2128.3819
2026-06-2828.3897
2026-07-0528.3928
2026-07-1228.3963
2026-07-1928.4069
2026-07-2628.4312
2026-08-0228.6245
2026-08-0928.7418
2026-08-1628.7032
2026-08-2428.9347
2026-08-3128.9346
2026-09-0729.0665
2026-09-1428.9004
2026-09-2128.8289

High

29.1487

Low

28.3819

Average

28.7630

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.