Central Bank Of Egypt Todays Rates avatar

Central Bank Of Egypt Todays Rates

Try for free

3 days trial then $20.00/month - No credit card required now

Go to Store
Central Bank Of Egypt Todays Rates

Central Bank Of Egypt Todays Rates

maged120/central-bank-of-egypt-todays-rates
Try for free

3 days trial then $20.00/month - No credit card required now

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

Developer
Maintained by Community

Actor Metrics

  • 1 Monthly user

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 5 days ago

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

1{
2  "base": "USD",
3  "target": "EGP"
4}

Example Outpul

1{
2  "date": "07/03/2025",
3  "base_name": "US Dollar",
4  "base": "USD",
5  "target_name": "Egyptian Pound",
6  "target": "EGP",
7  "buy": 50.6406,
8  "sell": 50.7785,
9  "conversion_rate": 50.70955
10}

Supoorted Currencies

1{
2  "US Dollar": "USD",
3  "Euro": "EUR",
4  "Pound Sterling": "GBP",
5  "Canadian Dollar": "CAD",
6  "Danish Krone": "DKK",
7  "Norwegian Krone": "NOK",
8  "Swedish Krona": "SEK",
9  "Swiss Franc": "CHF",
10  "Japanese Yen 100": "JPY",
11  "Saudi Riyal": "SAR",
12  "Kuwaiti Dinar": "KWD",
13  "UAE Dirham": "AED",
14  "Australian Dollar": "AUD",
15  "Bahraini Dinar": "BHD",
16  "Omani Riyal": "OMR",
17  "Qatari Riyal": "QAR",
18  "Jordanian Dinar": "JOD",
19  "Chinese Yuan": "CNY",
20  "Egyptian Pound": "EGP"
21}