Skip to content

CHF to EGP exchange rate API

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

62.4548

▼ +0.16% over 30D

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 30 days, CHF/EGP traded between 61.8161 and 63.5440, averaged 62.8694 and fell 0.16%. 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 30D

CHF/EGP over 30D: show the values
PointCHF/EGP
2026-08-2662.5530
2026-08-2762.4035
2026-08-2862.4822
2026-08-2961.9969
2026-08-3061.8161
2026-08-3162.7545
2026-09-0162.7560
2026-09-0262.6588
2026-09-0363.0053
2026-09-0462.9583
2026-09-0562.8921
2026-09-0662.9323
2026-09-0762.9199
2026-09-0862.8222
2026-09-0963.3597
2026-09-1063.1616
2026-09-1162.9886
2026-09-1262.9209
2026-09-1362.8552
2026-09-1463.1316
2026-09-1563.3157
2026-09-1663.5440
2026-09-1763.2410
2026-09-1863.1336
2026-09-1963.4384
2026-09-2063.5211
2026-09-2163.2940
2026-09-2263.1038
2026-09-2362.5675
2026-09-2462.3842
2026-09-2562.4545

High

63.5440

Low

61.8161

Average

62.8694

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.