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: show the values
| Point | EGP/SOS |
|---|---|
| 2026-03-29 | 10.7712 |
| 2026-04-05 | 10.4948 |
| 2026-04-12 | 10.7115 |
| 2026-04-19 | 11.0101 |
| 2026-04-26 | 10.8446 |
| 2026-05-03 | 10.6543 |
| 2026-05-10 | 10.8092 |
| 2026-05-18 | 10.7555 |
| 2026-05-26 | 10.9182 |
| 2026-06-02 | 10.9997 |
| 2026-06-11 | 11.0056 |
| 2026-06-18 | 11.4473 |
| 2026-06-25 | 11.4863 |
| 2026-07-02 | 11.6422 |
| 2026-07-09 | 11.4772 |
| 2026-07-16 | 11.2332 |
| 2026-07-23 | 11.1082 |
| 2026-07-30 | 11.1662 |
| 2026-08-06 | 11.4565 |
| 2026-08-13 | 11.3765 |
| 2026-08-21 | 11.2394 |
| 2026-08-28 | 11.3524 |
| 2026-09-04 | 11.1738 |
| 2026-09-11 | 11.1110 |
| 2026-09-18 | 10.9623 |
| 2026-09-25 | 11.0223 |
High
11.6422
Low
10.4948
Average
11.0835
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.