EGP to SOS exchange rate API
Egyptian Pound to Somali Shilling · quoted 2026-09-25
11.0240
▼ +2.79% over 30D
1 EGP = 11.0240 SOS · 1 SOS = 0.09071 EGP · Get this rate via the API
1 EGP buys 11.0240 SOS as of 2026-09-25, so 1 SOS buys 0.09071 EGP. Over the last 30 days, EGP/SOS traded between 10.7833 and 11.4222, averaged 11.1241 and fell 2.79%. 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 30D: show the values
| Point | EGP/SOS |
|---|---|
| 2026-08-26 | 11.3406 |
| 2026-08-27 | 11.3730 |
| 2026-08-28 | 11.3524 |
| 2026-08-29 | 11.4067 |
| 2026-08-30 | 11.4222 |
| 2026-08-31 | 11.2620 |
| 2026-09-01 | 11.2203 |
| 2026-09-02 | 11.1940 |
| 2026-09-03 | 11.1972 |
| 2026-09-04 | 11.1738 |
| 2026-09-05 | 11.2217 |
| 2026-09-06 | 11.2139 |
| 2026-09-07 | 11.2229 |
| 2026-09-08 | 11.1903 |
| 2026-09-09 | 11.1598 |
| 2026-09-10 | 11.1331 |
| 2026-09-11 | 11.1110 |
| 2026-09-12 | 10.7833 |
| 2026-09-13 | 10.7928 |
| 2026-09-14 | 11.0872 |
| 2026-09-15 | 11.0220 |
| 2026-09-16 | 10.9695 |
| 2026-09-17 | 11.0135 |
| 2026-09-18 | 10.9623 |
| 2026-09-19 | 10.9501 |
| 2026-09-20 | 10.9418 |
| 2026-09-21 | 10.9737 |
| 2026-09-22 | 11.0448 |
| 2026-09-23 | 11.1038 |
| 2026-09-24 | 11.0851 |
| 2026-09-25 | 11.0225 |
High
11.4222
Low
10.7833
Average
11.1241
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.