Skip to content

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

CNY/EGP over YTD: show the values
PointCNY/EGP
2025-12-316.8132
2026-01-076.7600
2026-01-146.7703
2026-01-216.8092
2026-01-286.7556
2026-02-046.7629
2026-02-116.7613
2026-02-186.7944
2026-02-256.9715
2026-03-047.2560
2026-03-117.5624
2026-03-187.5904
2026-03-257.6195
2026-04-017.8500
2026-04-087.9037
2026-04-157.6464
2026-04-227.6059
2026-04-297.7471
2026-05-067.8019
2026-05-137.7921
2026-05-207.8336
2026-05-277.6996
2026-06-037.6715
2026-06-107.6378
2026-06-177.3959
2026-06-247.2882
2026-07-017.2309
2026-07-087.2472
2026-07-157.4704
2026-07-227.5591
2026-07-297.4792
2026-08-057.4011
2026-08-127.4480
2026-08-197.5127
2026-08-267.4819
2026-09-027.5878
2026-09-097.6234
2026-09-167.7595
2026-09-237.6760

High

7.9037

Low

6.7556

Average

7.4072

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.