Central Bank of Egypt Exchange Rates Today & Official API

Official Central Bank of Egypt rates for 24 Sept 2026: 1 USD = 51.714 EGP, 1 EUR = 58.815 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

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

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-24)

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 14.0804
AED EGP sell 14.1186
AUD EGP buy 36.35
AUD EGP sell 36.452
BHD EGP buy 137.137
BHD EGP sell 137.6042
CAD EGP buy 36.6327
CAD EGP sell 36.738
CHF EGP buy 62.4947
CHF EGP sell 62.6838
CNY EGP buy 7.7029
CNY EGP sell 7.7245
DKK EGP buy 7.8673
DKK EGP sell 7.8903
EUR EGP buy 58.8147
EUR EGP sell 58.9817
GBP EGP buy 68.3974
GBP EGP sell 68.6054
JOD EGP buy 72.8371
JOD EGP sell 73.2373
JPY EGP buy 0.32576
JPY EGP sell 0.326647
KWD EGP buy 168.0402
KWD EGP sell 168.5422
NOK EGP buy 5.4563
NOK EGP sell 5.4715
OMR EGP buy 134.2777
OMR EGP sell 134.7225
QAR EGP buy 14.1866
QAR EGP sell 14.2267
SAR EGP buy 13.7729
SAR EGP sell 13.8103
SEK EGP buy 5.2244
SEK EGP sell 5.2388
USD EGP buy 51.7144
USD EGP sell 51.852

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-24).

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