CHF to EGP exchange rate API
Swiss Franc to Egyptian Pound · quoted 2026-09-25
62.4548
▼ +6.04% over 6M
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 6 months, CHF/EGP traded between 61.1861 and 68.6406, averaged 64.3948 and fell 6.04%. 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 6M: show the values
| Point | CHF/EGP |
|---|---|
| 2026-03-29 | 66.4714 |
| 2026-04-05 | 67.9561 |
| 2026-04-12 | 67.3441 |
| 2026-04-19 | 66.4976 |
| 2026-04-26 | 66.9029 |
| 2026-05-03 | 68.6406 |
| 2026-05-10 | 67.8291 |
| 2026-05-17 | 67.2245 |
| 2026-05-24 | 67.5663 |
| 2026-05-31 | 66.9600 |
| 2026-06-07 | 65.4593 |
| 2026-06-14 | 65.0066 |
| 2026-06-21 | 61.9045 |
| 2026-06-28 | 61.1861 |
| 2026-07-05 | 61.3027 |
| 2026-07-12 | 61.4744 |
| 2026-07-19 | 62.5406 |
| 2026-07-26 | 62.8245 |
| 2026-08-02 | 63.2281 |
| 2026-08-09 | 61.4634 |
| 2026-08-16 | 61.7762 |
| 2026-08-23 | 63.5218 |
| 2026-08-30 | 61.8161 |
| 2026-09-06 | 62.9323 |
| 2026-09-13 | 62.8552 |
| 2026-09-20 | 63.5211 |
High
68.6406
Low
61.1861
Average
64.3948
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.