CNY to EGP exchange rate API
Yuan Renminbi to Egyptian Pound · quoted 2026-09-25
7.7117
▲ +14.07% over 1Y
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 last year, CNY/EGP traded between 6.6421 and 7.8236, averaged 7.2276 and rose 14.07%. 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 1Y: show the values
| Point | CNY/EGP |
|---|---|
| 2025-09-25 | 6.7604 |
| 2025-10-02 | 6.7121 |
| 2025-10-09 | 6.6772 |
| 2025-10-16 | 6.6795 |
| 2025-10-23 | 6.6773 |
| 2025-10-30 | 6.6421 |
| 2025-11-06 | 6.6517 |
| 2025-11-13 | 6.6507 |
| 2025-11-20 | 6.6633 |
| 2025-11-27 | 6.7292 |
| 2025-12-04 | 6.7232 |
| 2025-12-11 | 6.7363 |
| 2025-12-18 | 6.7570 |
| 2025-12-25 | 6.7815 |
| 2026-01-01 | 6.8167 |
| 2026-01-08 | 6.7700 |
| 2026-01-15 | 6.7864 |
| 2026-01-22 | 6.7717 |
| 2026-01-29 | 6.7423 |
| 2026-02-05 | 6.7641 |
| 2026-02-12 | 6.7852 |
| 2026-02-19 | 6.8452 |
| 2026-02-26 | 7.0042 |
| 2026-03-05 | 7.2687 |
| 2026-03-12 | 7.6005 |
| 2026-03-19 | 7.5715 |
| 2026-03-26 | 7.6237 |
| 2026-04-02 | 7.8236 |
| 2026-04-09 | 7.7788 |
| 2026-04-16 | 7.6035 |
| 2026-04-23 | 7.6654 |
| 2026-04-30 | 7.8199 |
| 2026-05-07 | 7.7503 |
| 2026-05-14 | 7.7959 |
| 2026-05-21 | 7.8055 |
| 2026-05-28 | 7.7022 |
| 2026-06-04 | 7.6572 |
| 2026-06-11 | 7.6621 |
| 2026-06-18 | 7.3720 |
| 2026-06-25 | 7.2911 |
| 2026-07-02 | 7.2306 |
| 2026-07-09 | 7.3021 |
| 2026-07-16 | 7.4634 |
| 2026-07-23 | 7.5773 |
| 2026-07-30 | 7.5454 |
| 2026-08-06 | 7.3723 |
| 2026-08-13 | 7.4471 |
| 2026-08-20 | 7.5519 |
| 2026-08-27 | 7.4765 |
| 2026-09-03 | 7.5808 |
| 2026-09-10 | 7.6475 |
| 2026-09-17 | 7.7736 |
| 2026-09-24 | 7.6927 |
High
7.8236
Low
6.6421
Average
7.2276
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.