CNY to SGD exchange rate API
Yuan Renminbi to Singapore Dollar · quoted 2026-09-27
0.19026
▲ +5.07% over 1Y
1 CNY = 0.19026 SGD · 1 SGD = 5.2560 CNY · Get this rate via the API
1 CNY buys 0.19026 SGD as of 2026-09-27, so 1 SGD buys 5.2560 CNY. Over the last year, CNY/SGD traded between 0.18108 and 0.19073, averaged 0.18627 and rose 5.07%. The API holds daily CNY/SGD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CNY/SGD over 1Y: show the values
| Point | CNY/SGD |
|---|---|
| 2025-09-27 | 0.18108 |
| 2025-10-04 | 0.18108 |
| 2025-10-11 | 0.18196 |
| 2025-10-18 | 0.18175 |
| 2025-10-25 | 0.18237 |
| 2025-11-01 | 0.18276 |
| 2025-11-08 | 0.18270 |
| 2025-11-15 | 0.18291 |
| 2025-11-22 | 0.18428 |
| 2025-11-29 | 0.18328 |
| 2025-12-06 | 0.18322 |
| 2025-12-13 | 0.18311 |
| 2025-12-20 | 0.18362 |
| 2025-12-27 | 0.18331 |
| 2026-01-03 | 0.18369 |
| 2026-01-10 | 0.18450 |
| 2026-01-17 | 0.18492 |
| 2026-01-24 | 0.18279 |
| 2026-01-31 | 0.18288 |
| 2026-02-07 | 0.18326 |
| 2026-02-14 | 0.18274 |
| 2026-02-21 | 0.18333 |
| 2026-02-28 | 0.18443 |
| 2026-03-07 | 0.18524 |
| 2026-03-14 | 0.18613 |
| 2026-03-21 | 0.18620 |
| 2026-03-28 | 0.18704 |
| 2026-04-04 | 0.18694 |
| 2026-04-11 | 0.18660 |
| 2026-04-18 | 0.18629 |
| 2026-04-25 | 0.18666 |
| 2026-05-02 | 0.18637 |
| 2026-05-09 | 0.18635 |
| 2026-05-16 | 0.18805 |
| 2026-05-23 | 0.18833 |
| 2026-05-30 | 0.18870 |
| 2026-06-06 | 0.19026 |
| 2026-06-13 | 0.18997 |
| 2026-06-20 | 0.19073 |
| 2026-06-27 | 0.19032 |
| 2026-07-04 | 0.19045 |
| 2026-07-11 | 0.19053 |
| 2026-07-18 | 0.19059 |
| 2026-07-25 | 0.19056 |
| 2026-08-01 | 0.18982 |
| 2026-08-08 | 0.18962 |
| 2026-08-15 | 0.18972 |
| 2026-08-22 | 0.18887 |
| 2026-08-29 | 0.18946 |
| 2026-09-05 | 0.18898 |
| 2026-09-12 | 0.18889 |
| 2026-09-19 | 0.19039 |
| 2026-09-26 | 0.19033 |
High
0.19073
Low
0.18108
Average
0.18627
Get this rate via the API
One GET request returns the CNY/SGD 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=CNY¤cies=SGD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SGD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SGD").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/SGD API questions
How do I get the CNY/SGD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SGD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/SGD rate in rates.SGD.
How far back does CNY/SGD historical data go?
Daily CNY/SGD rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CNY/SGD 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.