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: show the values
| Point | CHF/EGP |
|---|---|
| 2025-12-31 | 60.1745 |
| 2026-01-07 | 59.3502 |
| 2026-01-14 | 58.9376 |
| 2026-01-21 | 60.0608 |
| 2026-01-28 | 61.1566 |
| 2026-02-04 | 60.5261 |
| 2026-02-11 | 60.9109 |
| 2026-02-18 | 60.9393 |
| 2026-02-25 | 61.8117 |
| 2026-03-04 | 64.1926 |
| 2026-03-11 | 66.5874 |
| 2026-03-18 | 66.2703 |
| 2026-03-25 | 66.5795 |
| 2026-04-01 | 68.1317 |
| 2026-04-08 | 68.5115 |
| 2026-04-15 | 66.6391 |
| 2026-04-22 | 66.3772 |
| 2026-04-29 | 67.0980 |
| 2026-05-06 | 68.1976 |
| 2026-05-13 | 67.7128 |
| 2026-05-20 | 67.4484 |
| 2026-05-27 | 66.3914 |
| 2026-06-03 | 65.7939 |
| 2026-06-10 | 64.8023 |
| 2026-06-17 | 63.0331 |
| 2026-06-24 | 61.0800 |
| 2026-07-01 | 60.5648 |
| 2026-07-08 | 60.9432 |
| 2026-07-15 | 62.3620 |
| 2026-07-22 | 63.0188 |
| 2026-07-29 | 61.7123 |
| 2026-08-05 | 61.7663 |
| 2026-08-12 | 61.9075 |
| 2026-08-19 | 62.4833 |
| 2026-08-26 | 62.5530 |
| 2026-09-02 | 62.6588 |
| 2026-09-09 | 63.3597 |
| 2026-09-16 | 63.5440 |
| 2026-09-23 | 62.5675 |
High
68.5115
Low
58.9376
Average
63.5153
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.