Skip to content

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

CNY/EGP over 1Y: show the values
PointCNY/EGP
2025-09-256.7604
2025-10-026.7121
2025-10-096.6772
2025-10-166.6795
2025-10-236.6773
2025-10-306.6421
2025-11-066.6517
2025-11-136.6507
2025-11-206.6633
2025-11-276.7292
2025-12-046.7232
2025-12-116.7363
2025-12-186.7570
2025-12-256.7815
2026-01-016.8167
2026-01-086.7700
2026-01-156.7864
2026-01-226.7717
2026-01-296.7423
2026-02-056.7641
2026-02-126.7852
2026-02-196.8452
2026-02-267.0042
2026-03-057.2687
2026-03-127.6005
2026-03-197.5715
2026-03-267.6237
2026-04-027.8236
2026-04-097.7788
2026-04-167.6035
2026-04-237.6654
2026-04-307.8199
2026-05-077.7503
2026-05-147.7959
2026-05-217.8055
2026-05-287.7022
2026-06-047.6572
2026-06-117.6621
2026-06-187.3720
2026-06-257.2911
2026-07-027.2306
2026-07-097.3021
2026-07-167.4634
2026-07-237.5773
2026-07-307.5454
2026-08-067.3723
2026-08-137.4471
2026-08-207.5519
2026-08-277.4765
2026-09-037.5808
2026-09-107.6475
2026-09-177.7736
2026-09-247.6927

High

7.8236

Low

6.6421

Average

7.2276

For developers

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