Skip to content

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

EGP/COP over 1Y: show the values
PointEGP/COP
2025-09-2580.6617
2025-10-0281.2376
2025-10-0981.7783
2025-10-1681.7984
2025-10-2382.1578
2025-10-3082.0634
2025-11-0680.9500
2025-11-1378.5539
2025-11-2078.3506
2025-11-2778.3451
2025-12-0479.2718
2025-12-1279.9924
2025-12-1981.1997
2025-12-2678.4958
2026-01-0279.1011
2026-01-0978.6294
2026-01-1678.0130
2026-01-2376.4312
2026-01-3077.8503
2026-02-0678.9293
2026-02-1378.2644
2026-02-2077.7934
2026-02-2778.4320
2026-03-0675.5699
2026-03-1370.6645
2026-03-2070.6122
2026-03-2769.9201
2026-04-0367.4193
2026-04-1068.8362
2026-04-1769.8166
2026-04-2467.7913
2026-05-0168.2462
2026-05-0870.9202
2026-05-1671.8263
2026-05-2469.3393
2026-05-3170.2187
2026-06-0969.2557
2026-06-1669.4575
2026-06-2369.0912
2026-06-3070.0544
2026-07-0768.7342
2026-07-1464.0387
2026-07-2163.7576
2026-07-2863.3034
2026-08-0464.5015
2026-08-1162.6327
2026-08-1862.1968
2026-08-2661.5056
2026-09-0262.0793
2026-09-0960.8896
2026-09-1659.9615
2026-09-2362.3120

High

82.1578

Low

59.9615

Average

72.4162

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.