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

Pricing

$6.00 / 1,000 results

Go to Apify Store
Central Bank Of Egypt Todays Rates PPR

Central Bank Of Egypt Todays Rates PPR

get today's rates aligned with the central bank of egypt

Pricing

$6.00 / 1,000 results

Rating

5.0

(1)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 months ago

Last modified

Categories

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