EGP to SVC exchange rate API
Egyptian Pound to El Salvador Colon · quoted 2026-09-25
0.16901
▼ +6.97% over 1Y
1 EGP = 0.16901 SVC · 1 SVC = 5.9167 EGP · Get this rate via the API
1 EGP buys 0.16901 SVC as of 2026-09-25, so 1 SVC buys 5.9167 EGP. Over the last year, EGP/SVC traded between 0.16105 and 0.18676, averaged 0.17634 and fell 6.97%. The API holds daily EGP/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/SVC over 1Y: show the values
| Point | EGP/SVC |
|---|---|
| 2025-09-25 | 0.18168 |
| 2025-10-02 | 0.18310 |
| 2025-10-09 | 0.18399 |
| 2025-10-16 | 0.18383 |
| 2025-10-23 | 0.18393 |
| 2025-10-30 | 0.18517 |
| 2025-11-06 | 0.18477 |
| 2025-11-13 | 0.18540 |
| 2025-11-20 | 0.18460 |
| 2025-11-27 | 0.18357 |
| 2025-12-04 | 0.18404 |
| 2025-12-12 | 0.18406 |
| 2025-12-19 | 0.18396 |
| 2025-12-26 | 0.18402 |
| 2026-01-02 | 0.18348 |
| 2026-01-09 | 0.18520 |
| 2026-01-16 | 0.18522 |
| 2026-01-23 | 0.18576 |
| 2026-01-30 | 0.18658 |
| 2026-02-06 | 0.18673 |
| 2026-02-13 | 0.18676 |
| 2026-02-20 | 0.18407 |
| 2026-02-27 | 0.18248 |
| 2026-03-06 | 0.17458 |
| 2026-03-13 | 0.16709 |
| 2026-03-20 | 0.16749 |
| 2026-03-27 | 0.16593 |
| 2026-04-03 | 0.16105 |
| 2026-04-10 | 0.16461 |
| 2026-04-17 | 0.16895 |
| 2026-04-24 | 0.16630 |
| 2026-05-01 | 0.16335 |
| 2026-05-08 | 0.16651 |
| 2026-05-16 | 0.16547 |
| 2026-05-24 | 0.16524 |
| 2026-05-31 | 0.16724 |
| 2026-06-09 | 0.16872 |
| 2026-06-16 | 0.17413 |
| 2026-06-23 | 0.17591 |
| 2026-06-30 | 0.17790 |
| 2026-07-07 | 0.17922 |
| 2026-07-14 | 0.17312 |
| 2026-07-21 | 0.17139 |
| 2026-07-28 | 0.17294 |
| 2026-08-04 | 0.17429 |
| 2026-08-11 | 0.17459 |
| 2026-08-18 | 0.17366 |
| 2026-08-26 | 0.17402 |
| 2026-09-02 | 0.17156 |
| 2026-09-09 | 0.17111 |
| 2026-09-16 | 0.16813 |
| 2026-09-23 | 0.16995 |
High
0.18676
Low
0.16105
Average
0.17634
Get this rate via the API
One GET request returns the EGP/SVC 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=EGP¤cies=SVC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SVC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SVC").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/SVC API questions
How do I get the EGP/SVC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SVC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/SVC rate in rates.SVC.
How far back does EGP/SVC historical data go?
Daily EGP/SVC 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 EGP/SVC 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.