Skip to content

CHF to EGP exchange rate API

Swiss Franc to Egyptian Pound · quoted 2026-09-25

62.4548

▼ +6.04% over 6M

1 CHF = 62.4548 EGP · 1 EGP = 0.01601 CHF · Get this rate via the API

1 CHF buys 62.4548 EGP as of 2026-09-25, so 1 EGP buys 0.01601 CHF. Over the last 6 months, CHF/EGP traded between 61.1861 and 68.6406, averaged 64.3948 and fell 6.04%. The API holds daily CHF/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/EGP over 6M

CHF/EGP over 6M: show the values
PointCHF/EGP
2026-03-2966.4714
2026-04-0567.9561
2026-04-1267.3441
2026-04-1966.4976
2026-04-2666.9029
2026-05-0368.6406
2026-05-1067.8291
2026-05-1767.2245
2026-05-2467.5663
2026-05-3166.9600
2026-06-0765.4593
2026-06-1465.0066
2026-06-2161.9045
2026-06-2861.1861
2026-07-0561.3027
2026-07-1261.4744
2026-07-1962.5406
2026-07-2662.8245
2026-08-0263.2281
2026-08-0961.4634
2026-08-1661.7762
2026-08-2363.5218
2026-08-3061.8161
2026-09-0662.9323
2026-09-1362.8552
2026-09-2063.5211

High

68.6406

Low

61.1861

Average

64.3948

For developers

Get this rate via the API

One GET request returns the CHF/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=CHF&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/EGP API questions

How do I get the CHF/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/EGP rate in rates.EGP.

How far back does CHF/EGP historical data go?

Daily CHF/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 CHF/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.