Skip to content

CHF to EGP exchange rate API

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

62.4548

▲ +8.70% over 5Y

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 5 years, CHF/EGP traded between 54.4583 and 68.5893, averaged 60.3608 and rose 8.70%. 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 5Y

CHF/EGP over 5Y: show the values
PointCHF/EGP
2024-08-2457.4577
2024-10-0656.3369
2024-11-0555.9550
2024-12-0556.4236
2025-01-0455.8444
2025-02-0354.4583
2025-03-0556.1380
2025-04-0558.7357
2025-05-0561.5602
2025-06-0560.5758
2025-07-0562.0252
2025-08-0460.2100
2025-09-0360.3226
2025-10-0359.9695
2025-11-0258.7238
2025-12-0259.0477
2026-01-0160.1499
2026-01-3161.1792
2026-03-0262.6446
2026-04-0168.1317
2026-05-0168.5893
2026-05-3166.9600
2026-06-3060.7572
2026-07-3062.7332
2026-08-2961.9969

High

68.5893

Low

54.4583

Average

60.3608

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.