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: show the values
| Point | EGP/SOS |
|---|---|
| 2025-12-31 | 11.9798 |
| 2026-01-07 | 11.9141 |
| 2026-01-14 | 12.0811 |
| 2026-01-21 | 12.0060 |
| 2026-01-28 | 12.1583 |
| 2026-02-04 | 12.1722 |
| 2026-02-11 | 12.2075 |
| 2026-02-18 | 12.1281 |
| 2026-02-25 | 11.9152 |
| 2026-03-04 | 11.4192 |
| 2026-03-11 | 11.0012 |
| 2026-03-18 | 10.8772 |
| 2026-03-25 | 10.8701 |
| 2026-04-01 | 10.5896 |
| 2026-04-08 | 10.5865 |
| 2026-04-15 | 10.9631 |
| 2026-04-22 | 11.0238 |
| 2026-04-29 | 10.7952 |
| 2026-05-06 | 10.7328 |
| 2026-05-14 | 10.8274 |
| 2026-05-21 | 10.7630 |
| 2026-05-29 | 10.8909 |
| 2026-06-05 | 11.0343 |
| 2026-06-14 | 11.0561 |
| 2026-06-21 | 11.4329 |
| 2026-06-28 | 11.5323 |
| 2026-07-05 | 11.6108 |
| 2026-07-12 | 11.4495 |
| 2026-07-19 | 11.3074 |
| 2026-07-26 | 11.1334 |
| 2026-08-02 | 11.1835 |
| 2026-08-09 | 11.7342 |
| 2026-08-16 | 11.2591 |
| 2026-08-24 | 11.2065 |
| 2026-08-31 | 11.2620 |
| 2026-09-07 | 11.2229 |
| 2026-09-14 | 11.0872 |
| 2026-09-21 | 10.9737 |
High
12.2075
Low
10.5865
Average
11.3182
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.