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

OTHERApify

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}

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!