Central Bank of Egypt — Live Currency Exchange Rates avatar

Central Bank of Egypt — Live Currency Exchange Rates

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Central Bank of Egypt — Live Currency Exchange Rates

Central Bank of Egypt — Live Currency Exchange Rates

Get today's official currency exchange rates from the Central Bank of Egypt (CBE). Returns buy rate, sell rate, and mid-market rate for all 19 CBE-listed currencies.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

2

Monthly active users

11 days ago

Last modified

Share

Today's Exchange Rate Fetcher

Overview

This Apify actor fetches today's exchange rates from the Central Bank of Egypt (CBE) website and returns the rate between a specified base and target currency. It supports all currency pairs listed on the CBE site, including direct rates (e.g., EUR to EGP) and cross-rates (e.g., EUR to USD).

Input

The actor accepts the following parameters:

  • base (required): Base currency code (e.g., USD, EUR).
  • target (required): Target currency code (e.g., EGP, USD).

Example Input

{
"base": "USD",
"target": "EGP"
}

Example Outpul

{
"date": "07/03/2025",
"base_name": "US Dollar",
"base": "USD",
"target_name": "Egyptian Pound",
"target": "EGP",
"buy": 50.6406,
"sell": 50.7785,
"conversion_rate": 50.70955
}

Supported Currencies

{
"US Dollar": "USD",
"Euro": "EUR",
"Pound Sterling": "GBP",
"Canadian Dollar": "CAD",
"Danish Krone": "DKK",
"Norwegian Krone": "NOK",
"Swedish Krona": "SEK",
"Swiss Franc": "CHF",
"Japanese Yen 100": "JPY",
"Saudi Riyal": "SAR",
"Kuwaiti Dinar": "KWD",
"UAE Dirham": "AED",
"Australian Dollar": "AUD",
"Bahraini Dinar": "BHD",
"Omani Riyal": "OMR",
"Qatari Riyal": "QAR",
"Jordanian Dinar": "JOD",
"Chinese Yuan": "CNY",
"Egyptian Pound": "EGP"
}