Skip to content

EGP to COP exchange rate API

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

64.8061

▲ +5.37% over 30D

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 30 days, EGP/COP traded between 59.9442 and 64.8071, averaged 61.7420 and rose 5.37%. 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 30D

EGP/COP over 30D: show the values
PointEGP/COP
2026-08-2661.5056
2026-08-2762.2373
2026-08-2862.8227
2026-08-2963.9861
2026-08-3064.0204
2026-08-3163.1375
2026-09-0163.3566
2026-09-0262.0793
2026-09-0362.0683
2026-09-0461.7567
2026-09-0561.5351
2026-09-0661.4467
2026-09-0761.5099
2026-09-0861.3942
2026-09-0960.8896
2026-09-1060.5415
2026-09-1160.4168
2026-09-1259.9691
2026-09-1359.9442
2026-09-1459.9843
2026-09-1559.9913
2026-09-1659.9615
2026-09-1760.1404
2026-09-1860.7930
2026-09-1960.9474
2026-09-2060.8401
2026-09-2161.1110
2026-09-2261.8916
2026-09-2362.3120
2026-09-2463.5402
2026-09-2564.8071

High

64.8071

Low

59.9442

Average

61.7420

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.