Central Bank of Egypt Exchange Rate API

Official Central Bank of Egypt rates for 10 Sept 2026: 1 USD = 51.272 EGP, 1 EUR = 59.614 EGP. All 18 currencies published, history back to 2026. Free JSON API for tax, audits, and compliant invoicing.

Egypt flagCentral Bank of Egypt publishes official daily exchange rates — 18 currencies against the EGP — and this API serves them as JSON, with history back to 2026. The latest table is on every plan. Get your API key.

About Central Bank of Egypt

The Central Bank of Egypt publishes official buy and sell rates for the pound against 18 currencies each banking day — the reference rates Egyptian banks, importers, and tax accountants track, especially through the pound's managed-float devaluations.

Quick start

One request for the pair you need — USD to EGP at the official Central Bank of Egypt rate:

curl "https://allratestoday.com/api/v1/central-bank/cbe/latest?source=USD&target=EGP" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/cbe/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/cbe/history?source=USD&target=EGP&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

The most recent table as published by Central Bank of Egypt — exactly what the /latest endpoint returns right now. Values are EGP per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED EGP buy 13.9584
AED EGP sell 13.9976
AUD EGP buy 36.9056
AUD EGP sell 37.0257
BHD EGP buy 135.9822
BHD EGP sell 136.3668
CAD EGP buy 37.1053
CAD EGP sell 37.2107
CHF EGP buy 63.1974
CHF EGP sell 63.3912
CNY EGP buy 7.6452
CNY EGP sell 7.6661
DKK EGP buy 7.9743
DKK EGP sell 7.9979
EUR EGP buy 59.614
EUR EGP sell 59.7799
GBP EGP buy 69.4019
GBP EGP sell 69.6147
JOD EGP buy 72.2142
JOD EGP sell 72.6134
JPY EGP buy 0.33271900000000004
JPY EGP sell 0.333703
KWD EGP buy 167.1734
KWD EGP sell 167.6787
NOK EGP buy 5.5454
NOK EGP sell 5.5681
OMR EGP buy 133.1638
OMR EGP sell 133.5401
QAR EGP buy 14.0645
QAR EGP sell 14.1043
SAR EGP buy 13.6543
SAR EGP sell 13.6919
SEK EGP buy 5.3331
SEK EGP sell 5.348
USD EGP buy 51.2721
USD EGP sell 51.4103

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — cbe-exchange-rate:

npm install cbe-exchange-rate
import { getRate } from 'cbe-exchange-rate';

const pair = await getRate('USD', 'EGP', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: cbe-exchange-rate documentation.

Why use the official Central Bank of Egypt rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Egypt and beyond typically require the official rate published by Central Bank of Egypt for a given date — a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via EGP) and explicitly flagged "derived": true — so what the bank printed and what was computed are never confused.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Can I get Central Bank of Egypt exchange rates via an API?

Yes — this API serves the bank's official daily EGP rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Central Bank of Egypt's own schedule; ingestion follows within the hour (latest table: 2026-09-10).

Are these the official rates?

Yes — ingested from Central Bank of Egypt's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Central Bank of Egypt rates, one API key

Latest table on every plan. History back to 2026 on paid plans. No credit card to start.

Get Free API Key Read the Docs