Skip to content

BAM to EGP exchange rate API

Convertible Mark to Egyptian Pound · quoted 2026-09-25

30.0924

▲ +4.07% over 1Y

1 BAM = 30.0924 EGP · 1 EGP = 0.03323 BAM · Get this rate via the API

1 BAM buys 30.0924 EGP as of 2026-09-25, so 1 EGP buys 0.03323 BAM. Over the last year, BAM/EGP traded between 27.8655 and 32.0896, averaged 29.5295 and rose 4.07%. The API holds daily BAM/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/EGP over 1Y

BAM/EGP over 1Y: show the values
PointBAM/EGP
2025-09-2528.9152
2025-10-0228.6790
2025-10-0928.3027
2025-10-1628.4094
2025-10-2328.2201
2025-10-3028.0612
2025-11-0627.8655
2025-11-1327.9647
2025-11-2027.9311
2025-11-2728.2980
2025-12-0428.3524
2025-12-1228.5181
2025-12-1928.5199
2025-12-2628.6555
2026-01-0228.6826
2026-01-0928.1406
2026-01-1628.0393
2026-01-2328.2915
2026-01-3028.5516
2026-02-0628.2475
2026-02-1328.4330
2026-02-2028.5727
2026-02-2728.9234
2026-03-0629.7769
2026-03-1330.8396
2026-03-2030.8932
2026-03-2731.1122
2026-04-0332.0430
2026-04-1031.7211
2026-04-1731.1920
2026-04-2431.4275
2026-05-0132.0896
2026-05-0831.6159
2026-05-1631.4299
2026-05-2431.4164
2026-05-3131.1909
2026-06-0930.5946
2026-06-1629.7532
2026-06-2329.0681
2026-06-3028.6668
2026-07-0728.5497
2026-07-1429.4386
2026-07-2129.7854
2026-07-2829.4349
2026-08-0429.5447
2026-08-1129.5857
2026-08-1829.8270
2026-08-2630.0020
2026-09-0230.1941
2026-09-0930.4100
2026-09-1630.7141
2026-09-2330.0791

High

32.0896

Low

27.8655

Average

29.5295

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/EGP API questions

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

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

How far back does BAM/EGP historical data go?

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