Skip to content

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

EGP/SBD over 1Y: show the values
PointEGP/SBD
2025-09-250.17184
2025-10-020.17081
2025-10-090.17180
2025-10-160.17160
2025-10-230.17188
2025-10-300.17318
2025-11-060.17289
2025-11-130.17330
2025-11-200.17272
2025-11-270.17177
2025-12-040.17217
2025-12-110.17162
2025-12-180.17108
2025-12-250.17032
2026-01-010.16990
2026-01-080.17186
2026-01-150.17189
2026-01-220.17186
2026-01-290.17304
2026-02-050.17220
2026-02-120.17267
2026-02-190.17065
2026-02-260.16859
2026-03-050.16121
2026-03-120.15291
2026-03-190.15319
2026-03-260.15186
2026-04-020.14849
2026-04-090.15181
2026-04-160.15455
2026-04-230.15369
2026-04-300.14938
2026-05-070.15193
2026-05-140.15079
2026-05-210.15043
2026-05-280.15280
2026-06-040.15432
2026-06-110.15481
2026-06-180.15968
2026-06-250.16195
2026-07-020.16381
2026-07-090.16200
2026-07-160.16014
2026-07-230.15688
2026-07-300.15825
2026-08-060.16182
2026-08-130.15999
2026-08-200.15801
2026-08-270.15948
2026-09-030.15728
2026-09-100.15592
2026-09-170.15350
2026-09-240.15529

High

0.17330

Low

0.14849

Average

0.16261

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SBD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.