EGP to COP exchange rate API
Egyptian Pound to Colombian Peso · quoted 2026-09-25
64.8096
▼ +17.50% over YTD
1 EGP = 64.8096 COP · 1 COP = 0.01543 EGP · Get this rate via the API
1 EGP buys 64.8096 COP as of 2026-09-25, so 1 COP buys 0.01543 EGP. Over the year to date, EGP/COP traded between 59.9843 and 78.6317, averaged 69.4011 and fell 17.50%. 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 YTD: show the values
| Point | EGP/COP |
|---|---|
| 2025-12-31 | 78.5581 |
| 2026-01-07 | 78.6317 |
| 2026-01-14 | 77.4368 |
| 2026-01-21 | 77.4761 |
| 2026-01-28 | 77.6330 |
| 2026-02-04 | 77.6390 |
| 2026-02-11 | 78.3267 |
| 2026-02-18 | 77.8254 |
| 2026-02-25 | 77.4516 |
| 2026-03-04 | 75.8306 |
| 2026-03-11 | 71.4167 |
| 2026-03-18 | 70.7499 |
| 2026-03-25 | 70.4594 |
| 2026-04-01 | 68.1949 |
| 2026-04-08 | 68.2213 |
| 2026-04-15 | 68.9116 |
| 2026-04-22 | 69.1081 |
| 2026-04-29 | 68.2777 |
| 2026-05-06 | 69.9139 |
| 2026-05-14 | 71.5712 |
| 2026-05-21 | 70.1711 |
| 2026-05-29 | 69.8689 |
| 2026-06-05 | 68.9213 |
| 2026-06-14 | 67.4297 |
| 2026-06-21 | 69.0852 |
| 2026-06-28 | 69.4065 |
| 2026-07-05 | 67.9536 |
| 2026-07-12 | 65.2447 |
| 2026-07-19 | 64.0007 |
| 2026-07-26 | 62.6308 |
| 2026-08-02 | 61.7061 |
| 2026-08-09 | 63.5882 |
| 2026-08-16 | 62.4558 |
| 2026-08-24 | 59.9929 |
| 2026-08-31 | 63.1375 |
| 2026-09-07 | 61.5099 |
| 2026-09-14 | 59.9843 |
| 2026-09-21 | 61.1110 |
High
78.6317
Low
59.9843
Average
69.4011
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.