Skip to content

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

CNY/SGD over 5Y: show the values
PointCNY/SGD
2021-09-280.21007
2021-11-090.21085
2021-12-210.21419
2022-02-010.21220
2022-03-150.21383
2022-04-280.20980
2022-06-090.20606
2022-07-210.20594
2022-09-010.20288
2022-10-130.19943
2022-11-240.19235
2023-01-060.19649
2023-02-170.19473
2023-03-310.19346
2023-05-170.19194
2023-06-280.18671
2023-08-090.18678
2023-09-200.18679
2023-11-010.18728
2023-12-130.18715
2024-01-290.18682
2024-03-110.18523
2024-04-240.18787
2024-06-060.18609
2024-07-180.18474
2024-08-280.18287
2024-10-020.18360
2024-11-010.18593
2024-12-010.18671
2024-12-310.18678
2025-01-300.18622
2025-03-010.18554
2025-03-310.18509
2025-04-300.17981
2025-05-300.17938
2025-06-290.17920
2025-07-290.17954
2025-08-280.17991
2025-09-270.18108
2025-10-270.18237
2025-11-260.18337
2025-12-260.18294
2026-01-250.18232
2026-02-240.18415
2026-03-260.18587
2026-04-250.18666
2026-05-250.18829
2026-06-240.19061
2026-07-240.19062
2026-08-230.18867
2026-09-220.19025

High

0.21419

Low

0.17920

Average

0.19053

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=SGD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=SGD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=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&currencies=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.