EGP to CLP exchange rate API
Egyptian Pound to Chilean Peso · quoted 2026-09-25
18.6153
▼ +1.39% over YTD
1 EGP = 18.6153 CLP · 1 CLP = 0.05372 EGP · Get this rate via the API
1 EGP buys 18.6153 CLP as of 2026-09-25, so 1 CLP buys 0.05372 EGP. Over the year to date, EGP/CLP traded between 16.7723 and 18.9163, averaged 17.9526 and fell 1.39%. The API holds daily EGP/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/CLP over YTD: show the values
| Point | EGP/CLP |
|---|---|
| 2025-12-31 | 18.8777 |
| 2026-01-07 | 18.9163 |
| 2026-01-14 | 18.7696 |
| 2026-01-21 | 18.6846 |
| 2026-01-28 | 18.3164 |
| 2026-02-04 | 18.3274 |
| 2026-02-11 | 18.2801 |
| 2026-02-18 | 18.4580 |
| 2026-02-25 | 18.0126 |
| 2026-03-04 | 18.0519 |
| 2026-03-11 | 17.1260 |
| 2026-03-18 | 17.3555 |
| 2026-03-25 | 17.4407 |
| 2026-04-01 | 17.1675 |
| 2026-04-08 | 16.9848 |
| 2026-04-15 | 17.0021 |
| 2026-04-22 | 17.2131 |
| 2026-04-29 | 16.8421 |
| 2026-05-06 | 17.0366 |
| 2026-05-14 | 16.7723 |
| 2026-05-21 | 16.9170 |
| 2026-05-29 | 17.0705 |
| 2026-06-05 | 17.2902 |
| 2026-06-14 | 17.3992 |
| 2026-06-21 | 18.0783 |
| 2026-06-28 | 18.6159 |
| 2026-07-05 | 18.6979 |
| 2026-07-12 | 18.5897 |
| 2026-07-19 | 18.4585 |
| 2026-07-26 | 18.4787 |
| 2026-08-02 | 18.2404 |
| 2026-08-09 | 18.3896 |
| 2026-08-16 | 18.2151 |
| 2026-08-24 | 18.0963 |
| 2026-08-31 | 18.3595 |
| 2026-09-07 | 18.3093 |
| 2026-09-14 | 18.2273 |
| 2026-09-21 | 18.4660 |
High
18.9163
Low
16.7723
Average
17.9526
Get this rate via the API
One GET request returns the EGP/CLP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/CLP API questions
How do I get the EGP/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/CLP rate in rates.CLP.
How far back does EGP/CLP historical data go?
Daily EGP/CLP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EGP/CLP exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.