Skip to content

EGP to BWP exchange rate API

Egyptian Pound to Pula · quoted 2026-09-25

0.26330

▼ +8.11% over 1Y

1 EGP = 0.26330 BWP · 1 BWP = 3.7980 EGP · Get this rate via the API

1 EGP buys 0.26330 BWP as of 2026-09-25, so 1 BWP buys 3.7980 EGP. Over the last year, EGP/BWP traded between 0.25168 and 0.29851, averaged 0.27427 and fell 8.11%. The API holds daily EGP/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/BWP over 1Y

EGP/BWP over 1Y: show the values
PointEGP/BWP
2025-09-250.28654
2025-10-020.29560
2025-10-090.29580
2025-10-160.28775
2025-10-230.29138
2025-10-300.29851
2025-11-060.29152
2025-11-130.29102
2025-11-200.29272
2025-11-270.29203
2025-12-040.28845
2025-12-120.29302
2025-12-190.29103
2025-12-260.27655
2026-01-020.28698
2026-01-090.28941
2026-01-160.28950
2026-01-230.29140
2026-01-300.27903
2026-02-060.28212
2026-02-130.28026
2026-02-200.27796
2026-02-270.27434
2026-03-060.26952
2026-03-130.25823
2026-03-200.26093
2026-03-270.26031
2026-04-030.25168
2026-04-100.25340
2026-04-170.25909
2026-04-240.25689
2026-05-010.25370
2026-05-080.25479
2026-05-160.26760
2026-05-240.25565
2026-05-310.25681
2026-06-090.25975
2026-06-160.26554
2026-06-230.27290
2026-06-300.27596
2026-07-070.27621
2026-07-140.26777
2026-07-210.28066
2026-07-280.27185
2026-08-040.27058
2026-08-110.26916
2026-08-180.26716
2026-08-260.26599
2026-09-020.26419
2026-09-090.26132
2026-09-160.26002
2026-09-230.26246

High

0.29851

Low

0.25168

Average

0.27427

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/BWP API questions

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

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

How far back does EGP/BWP historical data go?

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