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: show the values
| Point | SGD/NIO |
|---|---|
| 2026-03-30 | 28.5230 |
| 2026-04-06 | 28.6205 |
| 2026-04-13 | 28.7883 |
| 2026-04-20 | 29.0391 |
| 2026-04-27 | 28.8668 |
| 2026-05-04 | 28.7742 |
| 2026-05-11 | 28.9049 |
| 2026-05-19 | 28.6910 |
| 2026-05-27 | 28.7520 |
| 2026-06-03 | 28.6393 |
| 2026-06-12 | 28.5948 |
| 2026-06-19 | 28.4380 |
| 2026-06-26 | 28.4055 |
| 2026-07-03 | 28.4276 |
| 2026-07-10 | 28.4872 |
| 2026-07-17 | 28.5161 |
| 2026-07-24 | 28.5072 |
| 2026-07-31 | 28.5810 |
| 2026-08-07 | 28.7552 |
| 2026-08-14 | 28.7699 |
| 2026-08-22 | 28.9064 |
| 2026-08-29 | 28.8929 |
| 2026-09-05 | 29.0051 |
| 2026-09-12 | 28.8736 |
| 2026-09-19 | 28.8386 |
| 2026-09-26 | 28.7617 |
High
29.0391
Low
28.4055
Average
28.7082
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.