Skip to content

CHF to EGP exchange rate API

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

62.4548

▲ +3.79% over YTD

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 year to date, CHF/EGP traded between 58.9376 and 68.5115, averaged 63.5153 and rose 3.79%. 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 YTD

CHF/EGP over YTD: show the values
PointCHF/EGP
2025-12-3160.1745
2026-01-0759.3502
2026-01-1458.9376
2026-01-2160.0608
2026-01-2861.1566
2026-02-0460.5261
2026-02-1160.9109
2026-02-1860.9393
2026-02-2561.8117
2026-03-0464.1926
2026-03-1166.5874
2026-03-1866.2703
2026-03-2566.5795
2026-04-0168.1317
2026-04-0868.5115
2026-04-1566.6391
2026-04-2266.3772
2026-04-2967.0980
2026-05-0668.1976
2026-05-1367.7128
2026-05-2067.4484
2026-05-2766.3914
2026-06-0365.7939
2026-06-1064.8023
2026-06-1763.0331
2026-06-2461.0800
2026-07-0160.5648
2026-07-0860.9432
2026-07-1562.3620
2026-07-2263.0188
2026-07-2961.7123
2026-08-0561.7663
2026-08-1261.9075
2026-08-1962.4833
2026-08-2662.5530
2026-09-0262.6588
2026-09-0963.3597
2026-09-1663.5440
2026-09-2362.5675

High

68.5115

Low

58.9376

Average

63.5153

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.