Skip to content

EGP to COP exchange rate API

Egyptian Pound to Colombian Peso · quoted 2026-09-25

64.8061

▼ +6.35% over 6M

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 6 months, EGP/COP traded between 60.3584 and 71.3531, averaged 66.1326 and fell 6.35%. 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 6M

EGP/COP over 6M: show the values
PointEGP/COP
2026-03-2969.2009
2026-04-0567.5096
2026-04-1268.2598
2026-04-1969.3525
2026-04-2667.5585
2026-05-0368.2433
2026-05-1070.6817
2026-05-1871.3531
2026-05-2669.5986
2026-06-0268.6436
2026-06-1168.4974
2026-06-1869.2965
2026-06-2569.3847
2026-07-0269.0382
2026-07-0967.3970
2026-07-1663.9577
2026-07-2362.7374
2026-07-3062.7133
2026-08-0663.8746
2026-08-1362.5204
2026-08-2160.3584
2026-08-2862.8227
2026-09-0461.7567
2026-09-1160.4168
2026-09-1860.7930
2026-09-2564.8071

High

71.3531

Low

60.3584

Average

66.1326

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=COP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.