Skip to content

EGP to SOS exchange rate API

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

11.0238

▼ +7.98% over YTD

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 year to date, EGP/SOS traded between 10.5865 and 12.2075, averaged 11.3182 and fell 7.98%. 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 YTD

EGP/SOS over YTD: show the values
PointEGP/SOS
2025-12-3111.9798
2026-01-0711.9141
2026-01-1412.0811
2026-01-2112.0060
2026-01-2812.1583
2026-02-0412.1722
2026-02-1112.2075
2026-02-1812.1281
2026-02-2511.9152
2026-03-0411.4192
2026-03-1111.0012
2026-03-1810.8772
2026-03-2510.8701
2026-04-0110.5896
2026-04-0810.5865
2026-04-1510.9631
2026-04-2211.0238
2026-04-2910.7952
2026-05-0610.7328
2026-05-1410.8274
2026-05-2110.7630
2026-05-2910.8909
2026-06-0511.0343
2026-06-1411.0561
2026-06-2111.4329
2026-06-2811.5323
2026-07-0511.6108
2026-07-1211.4495
2026-07-1911.3074
2026-07-2611.1334
2026-08-0211.1835
2026-08-0911.7342
2026-08-1611.2591
2026-08-2411.2065
2026-08-3111.2620
2026-09-0711.2229
2026-09-1411.0872
2026-09-2110.9737

High

12.2075

Low

10.5865

Average

11.3182

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.