EGP to SOS exchange rate API
Egyptian Pound to Somali Shilling · quoted 2026-09-25
11.0238
▼ +7.12% over 1Y
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 year, EGP/SOS traded between 10.5183 and 12.1969, averaged 11.4989 and fell 7.12%. 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 1Y: show the values
| Point | EGP/SOS |
|---|---|
| 2025-09-25 | 11.8693 |
| 2025-10-02 | 11.9583 |
| 2025-10-09 | 12.0138 |
| 2025-10-16 | 11.9543 |
| 2025-10-23 | 11.9570 |
| 2025-10-30 | 12.0980 |
| 2025-11-06 | 12.0445 |
| 2025-11-13 | 12.1040 |
| 2025-11-20 | 12.0211 |
| 2025-11-27 | 11.9449 |
| 2025-12-04 | 12.0187 |
| 2025-12-12 | 11.9893 |
| 2025-12-19 | 11.9785 |
| 2025-12-26 | 11.9785 |
| 2026-01-02 | 11.9366 |
| 2026-01-09 | 12.0270 |
| 2026-01-16 | 12.0016 |
| 2026-01-23 | 12.0098 |
| 2026-01-30 | 12.1537 |
| 2026-02-06 | 12.1536 |
| 2026-02-13 | 12.1969 |
| 2026-02-20 | 12.0167 |
| 2026-02-27 | 11.9123 |
| 2026-03-06 | 11.3755 |
| 2026-03-13 | 10.9236 |
| 2026-03-20 | 10.9376 |
| 2026-03-27 | 10.8378 |
| 2026-04-03 | 10.5183 |
| 2026-04-10 | 10.7648 |
| 2026-04-17 | 11.0356 |
| 2026-04-24 | 10.8609 |
| 2026-05-01 | 10.6663 |
| 2026-05-08 | 10.8758 |
| 2026-05-16 | 10.8063 |
| 2026-05-24 | 10.7949 |
| 2026-05-31 | 10.9227 |
| 2026-06-09 | 11.0059 |
| 2026-06-16 | 11.3705 |
| 2026-06-23 | 11.4931 |
| 2026-06-30 | 11.5905 |
| 2026-07-07 | 11.6757 |
| 2026-07-14 | 11.3083 |
| 2026-07-21 | 11.1999 |
| 2026-07-28 | 11.2778 |
| 2026-08-04 | 11.3430 |
| 2026-08-11 | 11.4001 |
| 2026-08-18 | 11.3264 |
| 2026-08-26 | 11.3406 |
| 2026-09-02 | 11.1940 |
| 2026-09-09 | 11.1598 |
| 2026-09-16 | 10.9695 |
| 2026-09-23 | 11.1038 |
High
12.1969
Low
10.5183
Average
11.4989
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.