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: show the values
| Point | SGD/NIO |
|---|---|
| 2025-12-31 | 28.5914 |
| 2026-01-07 | 28.6876 |
| 2026-01-14 | 28.5638 |
| 2026-01-21 | 28.7140 |
| 2026-01-28 | 29.1297 |
| 2026-02-04 | 28.9054 |
| 2026-02-11 | 29.1487 |
| 2026-02-18 | 29.0987 |
| 2026-02-25 | 29.0915 |
| 2026-03-04 | 28.8836 |
| 2026-03-11 | 28.8953 |
| 2026-03-18 | 28.6996 |
| 2026-03-25 | 28.7293 |
| 2026-04-01 | 28.6845 |
| 2026-04-08 | 28.8968 |
| 2026-04-15 | 28.9316 |
| 2026-04-22 | 28.9277 |
| 2026-04-29 | 28.7444 |
| 2026-05-06 | 28.9458 |
| 2026-05-14 | 28.8644 |
| 2026-05-21 | 28.7621 |
| 2026-05-29 | 28.7450 |
| 2026-06-05 | 28.6354 |
| 2026-06-14 | 28.5863 |
| 2026-06-21 | 28.3819 |
| 2026-06-28 | 28.3897 |
| 2026-07-05 | 28.3928 |
| 2026-07-12 | 28.3963 |
| 2026-07-19 | 28.4069 |
| 2026-07-26 | 28.4312 |
| 2026-08-02 | 28.6245 |
| 2026-08-09 | 28.7418 |
| 2026-08-16 | 28.7032 |
| 2026-08-24 | 28.9347 |
| 2026-08-31 | 28.9346 |
| 2026-09-07 | 29.0665 |
| 2026-09-14 | 28.9004 |
| 2026-09-21 | 28.8289 |
High
29.1487
Low
28.3819
Average
28.7630
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.