Skip to content

EGP to SOS exchange rate API

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

11.0238

▲ +2.34% over 6M

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 6 months, EGP/SOS traded between 10.4948 and 11.6422, averaged 11.0835 and rose 2.34%. 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 6M

EGP/SOS over 6M: show the values
PointEGP/SOS
2026-03-2910.7712
2026-04-0510.4948
2026-04-1210.7115
2026-04-1911.0101
2026-04-2610.8446
2026-05-0310.6543
2026-05-1010.8092
2026-05-1810.7555
2026-05-2610.9182
2026-06-0210.9997
2026-06-1111.0056
2026-06-1811.4473
2026-06-2511.4863
2026-07-0211.6422
2026-07-0911.4772
2026-07-1611.2332
2026-07-2311.1082
2026-07-3011.1662
2026-08-0611.4565
2026-08-1311.3765
2026-08-2111.2394
2026-08-2811.3524
2026-09-0411.1738
2026-09-1111.1110
2026-09-1810.9623
2026-09-2511.0223

High

11.6422

Low

10.4948

Average

11.0835

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.