Central Bank Of Egypt Historical Rates PPR

Central Bank Of Egypt Historical Rates PPR

get the central bank of egypt's historical rates

OTHERApify

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

1{
2  "fromDate": "06/03/2025",
3  "toDate": "07/03/2025",
4  "currencies": ["USD", "EUR"],
5  "includeCrossRates": true,
6  "includeBuySell": true,
7  "includeConversionRate": true
8}

Example Outpul

1[
2  {
3    "date": "06/03/2025",
4    "base_name": "US Dollar",
5    "base": "USD",
6    "target_name": "Egyptian Pound",
7    "target": "EGP",
8    "buy": 50.6406,
9    "sell": 50.7785,
10    "conversion_rate": 50.70955
11  },
12  {
13    "date": "06/03/2025",
14    "base_name": "Egyptian Pound",
15    "base": "EGP",
16    "target_name": "US Dollar",
17    "target": "USD",
18    "buy": 0.0197,
19    "sell": 0.0197,
20    "conversion_rate": 0.0197
21  },
22  {
23    "date": "06/03/2025",
24    "base_name": "Euro",
25    "base": "EUR",
26    "target_name": "Egyptian Pound",
27    "target": "EGP",
28    "buy": 54.6513,
29    "sell": 54.8052,
30    "conversion_rate": 54.72825
31  },
32  {
33    "date": "06/03/2025",
34    "base_name": "Egyptian Pound",
35    "base": "EGP",
36    "target_name": "Euro",
37    "target": "EUR",
38    "buy": 0.0182,
39    "sell": 0.0183,
40    "conversion_rate": 0.0183
41  },
42]

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

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!