Skip to content

EGP to SOS exchange rate API

Egyptian Pound to Somali Shilling · quoted 2026-09-25

11.0238

▼ +7.12% over 1Y

1 EGP = 11.0238 SOS · 1 SOS = 0.09071 EGP · Get this rate via the API

1 EGP buys 11.0238 SOS as of 2026-09-25, so 1 SOS buys 0.09071 EGP. Over the last year, EGP/SOS traded between 10.5183 and 12.1969, averaged 11.4989 and fell 7.12%. The API holds daily EGP/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SOS over 1Y

EGP/SOS over 1Y: show the values
PointEGP/SOS
2025-09-2511.8693
2025-10-0211.9583
2025-10-0912.0138
2025-10-1611.9543
2025-10-2311.9570
2025-10-3012.0980
2025-11-0612.0445
2025-11-1312.1040
2025-11-2012.0211
2025-11-2711.9449
2025-12-0412.0187
2025-12-1211.9893
2025-12-1911.9785
2025-12-2611.9785
2026-01-0211.9366
2026-01-0912.0270
2026-01-1612.0016
2026-01-2312.0098
2026-01-3012.1537
2026-02-0612.1536
2026-02-1312.1969
2026-02-2012.0167
2026-02-2711.9123
2026-03-0611.3755
2026-03-1310.9236
2026-03-2010.9376
2026-03-2710.8378
2026-04-0310.5183
2026-04-1010.7648
2026-04-1711.0356
2026-04-2410.8609
2026-05-0110.6663
2026-05-0810.8758
2026-05-1610.8063
2026-05-2410.7949
2026-05-3110.9227
2026-06-0911.0059
2026-06-1611.3705
2026-06-2311.4931
2026-06-3011.5905
2026-07-0711.6757
2026-07-1411.3083
2026-07-2111.1999
2026-07-2811.2778
2026-08-0411.3430
2026-08-1111.4001
2026-08-1811.3264
2026-08-2611.3406
2026-09-0211.1940
2026-09-0911.1598
2026-09-1610.9695
2026-09-2311.1038

High

12.1969

Low

10.5183

Average

11.4989

For developers

Get this rate via the API

One GET request returns the EGP/SOS 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=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SOS");
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=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SOS API questions

How do I get the EGP/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/SOS rate in rates.SOS.

How far back does EGP/SOS historical data go?

Daily EGP/SOS 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/SOS 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.