GBP to CNY exchange rate API
Pound Sterling to Yuan Renminbi · quoted 2026-09-25
8.8984
▲ +0.53% over 5Y
1 GBP = 8.8984 CNY · 1 CNY = 0.11238 GBP · Get this rate via the API
1 GBP buys 8.8984 CNY as of 2026-09-25, so 1 CNY buys 0.11238 GBP. Over the last 5 years, GBP/CNY traded between 7.9238 and 9.8309, averaged 9.0130 and rose 0.53%. The API holds daily GBP/CNY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
GBP/CNY over 5Y: show the values
| Point | GBP/CNY |
|---|---|
| 2021-09-27 | 8.8514 |
| 2021-11-08 | 8.6628 |
| 2021-12-20 | 8.4364 |
| 2022-01-31 | 8.5340 |
| 2022-03-14 | 8.3106 |
| 2022-04-27 | 8.2381 |
| 2022-06-08 | 8.3886 |
| 2022-07-20 | 8.0880 |
| 2022-08-31 | 8.0138 |
| 2022-10-12 | 7.9238 |
| 2022-11-23 | 8.5658 |
| 2023-01-05 | 8.2515 |
| 2023-02-16 | 8.2525 |
| 2023-03-30 | 8.4953 |
| 2023-05-16 | 8.7181 |
| 2023-06-27 | 9.1843 |
| 2023-08-08 | 9.1634 |
| 2023-09-19 | 9.0550 |
| 2023-10-31 | 8.8920 |
| 2023-12-12 | 9.0130 |
| 2024-01-26 | 9.1362 |
| 2024-03-08 | 9.2281 |
| 2024-04-23 | 8.9893 |
| 2024-06-05 | 9.2648 |
| 2024-07-17 | 9.4586 |
| 2024-08-27 | 9.4208 |
| 2024-10-01 | 9.2019 |
| 2024-10-31 | 9.2458 |
| 2024-11-30 | 9.2232 |
| 2024-12-30 | 9.1904 |
| 2025-01-29 | 9.0041 |
| 2025-02-28 | 9.1737 |
| 2025-03-30 | 9.2963 |
| 2025-04-29 | 9.7335 |
| 2025-05-29 | 9.6804 |
| 2025-06-28 | 9.8309 |
| 2025-07-28 | 9.6330 |
| 2025-08-27 | 9.6252 |
| 2025-09-26 | 9.5318 |
| 2025-10-26 | 9.4978 |
| 2025-11-25 | 9.3133 |
| 2025-12-25 | 9.4744 |
| 2026-01-24 | 9.5046 |
| 2026-02-23 | 9.3213 |
| 2026-03-25 | 9.2399 |
| 2026-04-24 | 9.2240 |
| 2026-05-24 | 9.1456 |
| 2026-06-23 | 8.9679 |
| 2026-07-23 | 9.0399 |
| 2026-08-22 | 9.1720 |
| 2026-09-21 | 8.9683 |
High
9.8309
Low
7.9238
Average
9.0130
Get this rate via the API
One GET request returns the GBP/CNY 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=GBP¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/CNY API questions
How do I get the GBP/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/CNY rate in rates.CNY.
How far back does GBP/CNY historical data go?
Daily GBP/CNY 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 GBP/CNY 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.