CNY to EGP exchange rate API
Yuan Renminbi to Egyptian Pound · quoted 2026-09-25
7.7117
▲ +13.19% over YTD
1 CNY = 7.7117 EGP · 1 EGP = 0.12967 CNY · Get this rate via the API
1 CNY buys 7.7117 EGP as of 2026-09-25, so 1 EGP buys 0.12967 CNY. Over the year to date, CNY/EGP traded between 6.7556 and 7.9037, averaged 7.4072 and rose 13.19%. The API holds daily CNY/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CNY/EGP over YTD: show the values
| Point | CNY/EGP |
|---|---|
| 2025-12-31 | 6.8132 |
| 2026-01-07 | 6.7600 |
| 2026-01-14 | 6.7703 |
| 2026-01-21 | 6.8092 |
| 2026-01-28 | 6.7556 |
| 2026-02-04 | 6.7629 |
| 2026-02-11 | 6.7613 |
| 2026-02-18 | 6.7944 |
| 2026-02-25 | 6.9715 |
| 2026-03-04 | 7.2560 |
| 2026-03-11 | 7.5624 |
| 2026-03-18 | 7.5904 |
| 2026-03-25 | 7.6195 |
| 2026-04-01 | 7.8500 |
| 2026-04-08 | 7.9037 |
| 2026-04-15 | 7.6464 |
| 2026-04-22 | 7.6059 |
| 2026-04-29 | 7.7471 |
| 2026-05-06 | 7.8019 |
| 2026-05-13 | 7.7921 |
| 2026-05-20 | 7.8336 |
| 2026-05-27 | 7.6996 |
| 2026-06-03 | 7.6715 |
| 2026-06-10 | 7.6378 |
| 2026-06-17 | 7.3959 |
| 2026-06-24 | 7.2882 |
| 2026-07-01 | 7.2309 |
| 2026-07-08 | 7.2472 |
| 2026-07-15 | 7.4704 |
| 2026-07-22 | 7.5591 |
| 2026-07-29 | 7.4792 |
| 2026-08-05 | 7.4011 |
| 2026-08-12 | 7.4480 |
| 2026-08-19 | 7.5127 |
| 2026-08-26 | 7.4819 |
| 2026-09-02 | 7.5878 |
| 2026-09-09 | 7.6234 |
| 2026-09-16 | 7.7595 |
| 2026-09-23 | 7.6760 |
High
7.9037
Low
6.7556
Average
7.4072
Get this rate via the API
One GET request returns the CNY/EGP 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=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/EGP API questions
How do I get the CNY/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/EGP rate in rates.EGP.
How far back does CNY/EGP historical data go?
Daily CNY/EGP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CNY/EGP 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.