Skip to content

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

EGP/SVC over 1Y: show the values
PointEGP/SVC
2025-09-250.18168
2025-10-020.18310
2025-10-090.18399
2025-10-160.18383
2025-10-230.18393
2025-10-300.18517
2025-11-060.18477
2025-11-130.18540
2025-11-200.18460
2025-11-270.18357
2025-12-040.18404
2025-12-120.18406
2025-12-190.18396
2025-12-260.18402
2026-01-020.18348
2026-01-090.18520
2026-01-160.18522
2026-01-230.18576
2026-01-300.18658
2026-02-060.18673
2026-02-130.18676
2026-02-200.18407
2026-02-270.18248
2026-03-060.17458
2026-03-130.16709
2026-03-200.16749
2026-03-270.16593
2026-04-030.16105
2026-04-100.16461
2026-04-170.16895
2026-04-240.16630
2026-05-010.16335
2026-05-080.16651
2026-05-160.16547
2026-05-240.16524
2026-05-310.16724
2026-06-090.16872
2026-06-160.17413
2026-06-230.17591
2026-06-300.17790
2026-07-070.17922
2026-07-140.17312
2026-07-210.17139
2026-07-280.17294
2026-08-040.17429
2026-08-110.17459
2026-08-180.17366
2026-08-260.17402
2026-09-020.17156
2026-09-090.17111
2026-09-160.16813
2026-09-230.16995

High

0.18676

Low

0.16105

Average

0.17634

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SVC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SVC");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.