Central Bank Of Egypt Todays Rates avatar
Central Bank Of Egypt Todays Rates

Pricing

$18.00/month + usage

Go to Apify Store
Central Bank Of Egypt Todays Rates

Central Bank Of Egypt Todays Rates

get today's exchange rates aligned with the Central Bank Of Egypt (CBE)

Pricing

$18.00/month + usage

Rating

5.0

(1)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

6 months 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"
}