CNY to SGD exchange rate API
Yuan Renminbi to Singapore Dollar · quoted 2026-09-27
0.19026
▼ +9.43% over 5Y
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 5 years, CNY/SGD traded between 0.17920 and 0.21419, averaged 0.19053 and fell 9.43%. 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 5Y: show the values
| Point | CNY/SGD |
|---|---|
| 2021-09-28 | 0.21007 |
| 2021-11-09 | 0.21085 |
| 2021-12-21 | 0.21419 |
| 2022-02-01 | 0.21220 |
| 2022-03-15 | 0.21383 |
| 2022-04-28 | 0.20980 |
| 2022-06-09 | 0.20606 |
| 2022-07-21 | 0.20594 |
| 2022-09-01 | 0.20288 |
| 2022-10-13 | 0.19943 |
| 2022-11-24 | 0.19235 |
| 2023-01-06 | 0.19649 |
| 2023-02-17 | 0.19473 |
| 2023-03-31 | 0.19346 |
| 2023-05-17 | 0.19194 |
| 2023-06-28 | 0.18671 |
| 2023-08-09 | 0.18678 |
| 2023-09-20 | 0.18679 |
| 2023-11-01 | 0.18728 |
| 2023-12-13 | 0.18715 |
| 2024-01-29 | 0.18682 |
| 2024-03-11 | 0.18523 |
| 2024-04-24 | 0.18787 |
| 2024-06-06 | 0.18609 |
| 2024-07-18 | 0.18474 |
| 2024-08-28 | 0.18287 |
| 2024-10-02 | 0.18360 |
| 2024-11-01 | 0.18593 |
| 2024-12-01 | 0.18671 |
| 2024-12-31 | 0.18678 |
| 2025-01-30 | 0.18622 |
| 2025-03-01 | 0.18554 |
| 2025-03-31 | 0.18509 |
| 2025-04-30 | 0.17981 |
| 2025-05-30 | 0.17938 |
| 2025-06-29 | 0.17920 |
| 2025-07-29 | 0.17954 |
| 2025-08-28 | 0.17991 |
| 2025-09-27 | 0.18108 |
| 2025-10-27 | 0.18237 |
| 2025-11-26 | 0.18337 |
| 2025-12-26 | 0.18294 |
| 2026-01-25 | 0.18232 |
| 2026-02-24 | 0.18415 |
| 2026-03-26 | 0.18587 |
| 2026-04-25 | 0.18666 |
| 2026-05-25 | 0.18829 |
| 2026-06-24 | 0.19061 |
| 2026-07-24 | 0.19062 |
| 2026-08-23 | 0.18867 |
| 2026-09-22 | 0.19025 |
High
0.21419
Low
0.17920
Average
0.19053
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.