EGP to SBD exchange rate API
Egyptian Pound to Solomon Islands Dollar · quoted 2026-09-25
0.15527
▼ +9.64% over 1Y
1 EGP = 0.15527 SBD · 1 SBD = 6.4405 EGP · Get this rate via the API
1 EGP buys 0.15527 SBD as of 2026-09-25, so 1 SBD buys 6.4405 EGP. Over the last year, EGP/SBD traded between 0.14849 and 0.17330, averaged 0.16261 and fell 9.64%. The API holds daily EGP/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/SBD over 1Y: show the values
| Point | EGP/SBD |
|---|---|
| 2025-09-25 | 0.17184 |
| 2025-10-02 | 0.17081 |
| 2025-10-09 | 0.17180 |
| 2025-10-16 | 0.17160 |
| 2025-10-23 | 0.17188 |
| 2025-10-30 | 0.17318 |
| 2025-11-06 | 0.17289 |
| 2025-11-13 | 0.17330 |
| 2025-11-20 | 0.17272 |
| 2025-11-27 | 0.17177 |
| 2025-12-04 | 0.17217 |
| 2025-12-11 | 0.17162 |
| 2025-12-18 | 0.17108 |
| 2025-12-25 | 0.17032 |
| 2026-01-01 | 0.16990 |
| 2026-01-08 | 0.17186 |
| 2026-01-15 | 0.17189 |
| 2026-01-22 | 0.17186 |
| 2026-01-29 | 0.17304 |
| 2026-02-05 | 0.17220 |
| 2026-02-12 | 0.17267 |
| 2026-02-19 | 0.17065 |
| 2026-02-26 | 0.16859 |
| 2026-03-05 | 0.16121 |
| 2026-03-12 | 0.15291 |
| 2026-03-19 | 0.15319 |
| 2026-03-26 | 0.15186 |
| 2026-04-02 | 0.14849 |
| 2026-04-09 | 0.15181 |
| 2026-04-16 | 0.15455 |
| 2026-04-23 | 0.15369 |
| 2026-04-30 | 0.14938 |
| 2026-05-07 | 0.15193 |
| 2026-05-14 | 0.15079 |
| 2026-05-21 | 0.15043 |
| 2026-05-28 | 0.15280 |
| 2026-06-04 | 0.15432 |
| 2026-06-11 | 0.15481 |
| 2026-06-18 | 0.15968 |
| 2026-06-25 | 0.16195 |
| 2026-07-02 | 0.16381 |
| 2026-07-09 | 0.16200 |
| 2026-07-16 | 0.16014 |
| 2026-07-23 | 0.15688 |
| 2026-07-30 | 0.15825 |
| 2026-08-06 | 0.16182 |
| 2026-08-13 | 0.15999 |
| 2026-08-20 | 0.15801 |
| 2026-08-27 | 0.15948 |
| 2026-09-03 | 0.15728 |
| 2026-09-10 | 0.15592 |
| 2026-09-17 | 0.15350 |
| 2026-09-24 | 0.15529 |
High
0.17330
Low
0.14849
Average
0.16261
Get this rate via the API
One GET request returns the EGP/SBD 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=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SBD").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/SBD API questions
How do I get the EGP/SBD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/SBD rate in rates.SBD.
How far back does EGP/SBD historical data go?
Daily EGP/SBD 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/SBD 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.