Skip to content

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

CNY/SGD over 1Y: show the values
PointCNY/SGD
2025-09-270.18108
2025-10-040.18108
2025-10-110.18196
2025-10-180.18175
2025-10-250.18237
2025-11-010.18276
2025-11-080.18270
2025-11-150.18291
2025-11-220.18428
2025-11-290.18328
2025-12-060.18322
2025-12-130.18311
2025-12-200.18362
2025-12-270.18331
2026-01-030.18369
2026-01-100.18450
2026-01-170.18492
2026-01-240.18279
2026-01-310.18288
2026-02-070.18326
2026-02-140.18274
2026-02-210.18333
2026-02-280.18443
2026-03-070.18524
2026-03-140.18613
2026-03-210.18620
2026-03-280.18704
2026-04-040.18694
2026-04-110.18660
2026-04-180.18629
2026-04-250.18666
2026-05-020.18637
2026-05-090.18635
2026-05-160.18805
2026-05-230.18833
2026-05-300.18870
2026-06-060.19026
2026-06-130.18997
2026-06-200.19073
2026-06-270.19032
2026-07-040.19045
2026-07-110.19053
2026-07-180.19059
2026-07-250.19056
2026-08-010.18982
2026-08-080.18962
2026-08-150.18972
2026-08-220.18887
2026-08-290.18946
2026-09-050.18898
2026-09-120.18889
2026-09-190.19039
2026-09-260.19033

High

0.19073

Low

0.18108

Average

0.18627

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.