Skip to content

EGP to BBD exchange rate API

Egyptian Pound to Barbados Dollar · quoted 2026-09-24

0.03862

▼ +7.97% over 1Y

1 EGP = 0.03862 BBD · 1 BBD = 25.8913 EGP · Get this rate via the API

1 EGP buys 0.03862 BBD as of 2026-09-24, so 1 BBD buys 25.8913 EGP. Over the last year, EGP/BBD traded between 0.03706 and 0.04311, averaged 0.04035 and fell 7.97%. The API holds daily EGP/BBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/BBD over 1Y

EGP/BBD over 1Y: show the values
PointEGP/BBD
2025-09-240.04197
2025-10-010.04179
2025-10-080.04205
2025-10-150.04197
2025-10-220.04206
2025-10-290.04226
2025-11-050.04221
2025-11-120.04236
2025-11-190.04229
2025-11-260.04189
2025-12-030.04207
2025-12-110.04206
2025-12-180.04204
2025-12-250.04207
2026-01-010.04195
2026-01-080.04231
2026-01-150.04230
2026-01-220.04234
2026-01-290.04270
2026-02-050.04261
2026-02-120.04311
2026-02-190.04229
2026-02-260.04174
2026-03-050.03987
2026-03-120.03831
2026-03-190.03828
2026-03-260.03796
2026-04-020.03706
2026-04-090.03786
2026-04-160.03873
2026-04-230.03857
2026-04-300.03773
2026-05-070.03834
2026-05-150.03825
2026-05-230.03767
2026-05-300.03827
2026-06-060.03839
2026-06-150.03945
2026-06-220.04012
2026-06-290.04055
2026-07-060.04083
2026-07-130.03994
2026-07-200.03923
2026-07-270.03927
2026-08-030.03969
2026-08-100.04010
2026-08-170.03988
2026-08-250.03954
2026-09-010.03932
2026-09-080.03923
2026-09-150.03861
2026-09-220.03868

High

0.04311

Low

0.03706

Average

0.04035

For developers

Get this rate via the API

One GET request returns the EGP/BBD 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=BBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=BBD");
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=BBD").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/BBD API questions

How do I get the EGP/BBD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=BBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/BBD rate in rates.BBD.

How far back does EGP/BBD historical data go?

Daily EGP/BBD 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/BBD 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.