Central Bank Of Egypt Historical Rates
Pricing
$22.00/month + usage
Go to Apify Store
Central Bank Of Egypt Historical Rates
get historical exchange rates aligned with the Central Bank Of Egypt (CBE)
Historical Exchange Rates Fetcher
Overview
This Apify actor fetches historical exchange rates from the Central Bank of Egypt (CBE) website for a specified date range and list of currencies. It supports direct rates (e.g., USD to EGP), reverse rates (e.g., EGP to USD), and optional cross-rates (e.g., USD to EUR).
Input
The actor accepts a JSON object with the following fields:
fromDate(required): Start date (DD/MM/YYYY).toDate(required): End date (DD/MM/YYYY).currencies(required): Array of currency codes (e.g.,["USD", "EUR"]).includeCrossRates(optional): Include cross-currency rates (default:false).includeBuySell(optional): Include buy and sell rates (default:true).includeConversionRate(optional): Include average conversion rate (default:true).
Example Input
{"fromDate": "06/03/2025","toDate": "07/03/2025","currencies": ["USD", "EUR"],"includeCrossRates": true,"includeBuySell": true,"includeConversionRate": true}
Example Outpul
[{"date": "06/03/2025","base_name": "US Dollar","base": "USD","target_name": "Egyptian Pound","target": "EGP","buy": 50.6406,"sell": 50.7785,"conversion_rate": 50.70955},{"date": "06/03/2025","base_name": "Egyptian Pound","base": "EGP","target_name": "US Dollar","target": "USD","buy": 0.0197,"sell": 0.0197,"conversion_rate": 0.0197},{"date": "06/03/2025","base_name": "Euro","base": "EUR","target_name": "Egyptian Pound","target": "EGP","buy": 54.6513,"sell": 54.8052,"conversion_rate": 54.72825},{"date": "06/03/2025","base_name": "Egyptian Pound","base": "EGP","target_name": "Euro","target": "EUR","buy": 0.0182,"sell": 0.0183,"conversion_rate": 0.0183},]
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"}
