EGP to COP exchange rate API
Egyptian Pound to Colombian Peso · quoted 2026-09-25
64.8061
▼ +19.66% over 1Y
1 EGP = 64.8061 COP · 1 COP = 0.01543 EGP · Get this rate via the API
1 EGP buys 64.8061 COP as of 2026-09-25, so 1 COP buys 0.01543 EGP. Over the last year, EGP/COP traded between 59.9615 and 82.1578, averaged 72.4162 and fell 19.66%. The API holds daily EGP/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/COP over 1Y: show the values
| Point | EGP/COP |
|---|---|
| 2025-09-25 | 80.6617 |
| 2025-10-02 | 81.2376 |
| 2025-10-09 | 81.7783 |
| 2025-10-16 | 81.7984 |
| 2025-10-23 | 82.1578 |
| 2025-10-30 | 82.0634 |
| 2025-11-06 | 80.9500 |
| 2025-11-13 | 78.5539 |
| 2025-11-20 | 78.3506 |
| 2025-11-27 | 78.3451 |
| 2025-12-04 | 79.2718 |
| 2025-12-12 | 79.9924 |
| 2025-12-19 | 81.1997 |
| 2025-12-26 | 78.4958 |
| 2026-01-02 | 79.1011 |
| 2026-01-09 | 78.6294 |
| 2026-01-16 | 78.0130 |
| 2026-01-23 | 76.4312 |
| 2026-01-30 | 77.8503 |
| 2026-02-06 | 78.9293 |
| 2026-02-13 | 78.2644 |
| 2026-02-20 | 77.7934 |
| 2026-02-27 | 78.4320 |
| 2026-03-06 | 75.5699 |
| 2026-03-13 | 70.6645 |
| 2026-03-20 | 70.6122 |
| 2026-03-27 | 69.9201 |
| 2026-04-03 | 67.4193 |
| 2026-04-10 | 68.8362 |
| 2026-04-17 | 69.8166 |
| 2026-04-24 | 67.7913 |
| 2026-05-01 | 68.2462 |
| 2026-05-08 | 70.9202 |
| 2026-05-16 | 71.8263 |
| 2026-05-24 | 69.3393 |
| 2026-05-31 | 70.2187 |
| 2026-06-09 | 69.2557 |
| 2026-06-16 | 69.4575 |
| 2026-06-23 | 69.0912 |
| 2026-06-30 | 70.0544 |
| 2026-07-07 | 68.7342 |
| 2026-07-14 | 64.0387 |
| 2026-07-21 | 63.7576 |
| 2026-07-28 | 63.3034 |
| 2026-08-04 | 64.5015 |
| 2026-08-11 | 62.6327 |
| 2026-08-18 | 62.1968 |
| 2026-08-26 | 61.5056 |
| 2026-09-02 | 62.0793 |
| 2026-09-09 | 60.8896 |
| 2026-09-16 | 59.9615 |
| 2026-09-23 | 62.3120 |
High
82.1578
Low
59.9615
Average
72.4162
Get this rate via the API
One GET request returns the EGP/COP 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=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=COP").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/COP API questions
How do I get the EGP/COP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/COP rate in rates.COP.
How far back does EGP/COP historical data go?
Daily EGP/COP 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/COP 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.