
Central Bank Of Egypt Todays Rates
Pricing
$8.00/month + usage
Go to Store

Central Bank Of Egypt Todays Rates
get today's exchange rates aligned with the Central Bank Of Egypt (CBE)
0.0 (0)
Pricing
$8.00/month + usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
18 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
{"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"}