Skip to content

CHF to EGP exchange rate API

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

62.4548

▲ +3.22% over 1Y

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 year, CHF/EGP traded between 58.6268 and 67.9967, averaged 62.4437 and rose 3.22%. 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 1Y

CHF/EGP over 1Y: show the values
PointCHF/EGP
2025-09-2560.5067
2025-10-0260.0734
2025-10-0959.3184
2025-10-1659.6064
2025-10-2359.6281
2025-10-3058.8066
2025-11-0658.6268
2025-11-1359.3193
2025-11-2058.7233
2025-11-2759.1465
2025-12-0459.3848
2025-12-1159.6751
2025-12-1859.8502
2025-12-2560.3324
2026-01-0160.1499
2026-01-0859.2618
2026-01-1559.0099
2026-01-2259.5670
2026-01-2961.0438
2026-02-0560.4489
2026-02-1260.8186
2026-02-1960.9509
2026-02-2661.9365
2026-03-0564.2968
2026-03-1266.7742
2026-03-1965.8108
2026-03-2666.4289
2026-04-0267.5063
2026-04-0967.2336
2026-04-1666.2061
2026-04-2366.7630
2026-04-3067.9967
2026-05-0767.7596
2026-05-1467.6497
2026-05-2167.3424
2026-05-2866.1768
2026-06-0465.8545
2026-06-1164.9724
2026-06-1862.0668
2026-06-2560.9541
2026-07-0260.8219
2026-07-0961.5002
2026-07-1662.6090
2026-07-2362.8744
2026-07-3062.7332
2026-08-0661.4475
2026-08-1361.7937
2026-08-2063.5497
2026-08-2762.4035
2026-09-0363.0053
2026-09-1063.1616
2026-09-1763.2410
2026-09-2462.3842

High

67.9967

Low

58.6268

Average

62.4437

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.