CHF to EGP exchange rate API
Swiss Franc to Egyptian Pound · quoted 2026-09-25
62.4289
▲ +3.18% over 1Y
1 CHF = 62.4289 EGP · 1 EGP = 0.01602 CHF · Get this rate via the API
1 CHF buys 62.4289 EGP as of 2026-09-25, so 1 EGP buys 0.01602 CHF. Over the last year, CHF/EGP traded between 58.6268 and 67.9967, averaged 62.4432 and rose 3.18%. 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: show the values
| Point | CHF/EGP |
|---|---|
| 2025-09-25 | 60.5067 |
| 2025-10-02 | 60.0734 |
| 2025-10-09 | 59.3184 |
| 2025-10-16 | 59.6064 |
| 2025-10-23 | 59.6281 |
| 2025-10-30 | 58.8066 |
| 2025-11-06 | 58.6268 |
| 2025-11-13 | 59.3193 |
| 2025-11-20 | 58.7233 |
| 2025-11-27 | 59.1465 |
| 2025-12-04 | 59.3848 |
| 2025-12-11 | 59.6751 |
| 2025-12-18 | 59.8502 |
| 2025-12-25 | 60.3324 |
| 2026-01-01 | 60.1499 |
| 2026-01-08 | 59.2618 |
| 2026-01-15 | 59.0099 |
| 2026-01-22 | 59.5670 |
| 2026-01-29 | 61.0438 |
| 2026-02-05 | 60.4489 |
| 2026-02-12 | 60.8186 |
| 2026-02-19 | 60.9509 |
| 2026-02-26 | 61.9365 |
| 2026-03-05 | 64.2968 |
| 2026-03-12 | 66.7742 |
| 2026-03-19 | 65.8108 |
| 2026-03-26 | 66.4289 |
| 2026-04-02 | 67.5063 |
| 2026-04-09 | 67.2336 |
| 2026-04-16 | 66.2061 |
| 2026-04-23 | 66.7630 |
| 2026-04-30 | 67.9967 |
| 2026-05-07 | 67.7596 |
| 2026-05-14 | 67.6497 |
| 2026-05-21 | 67.3424 |
| 2026-05-28 | 66.1768 |
| 2026-06-04 | 65.8545 |
| 2026-06-11 | 64.9724 |
| 2026-06-18 | 62.0668 |
| 2026-06-25 | 60.9541 |
| 2026-07-02 | 60.8219 |
| 2026-07-09 | 61.5002 |
| 2026-07-16 | 62.6090 |
| 2026-07-23 | 62.8744 |
| 2026-07-30 | 62.7332 |
| 2026-08-06 | 61.4475 |
| 2026-08-13 | 61.7937 |
| 2026-08-20 | 63.5497 |
| 2026-08-27 | 62.4035 |
| 2026-09-03 | 63.0053 |
| 2026-09-10 | 63.1616 |
| 2026-09-17 | 63.2410 |
| 2026-09-24 | 62.3842 |
High
67.9967
Low
58.6268
Average
62.4432
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.