Skip to content

EGP to COP exchange rate API

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

64.8061

▼ +17.51% over YTD

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 year to date, EGP/COP traded between 59.9843 and 78.6317, averaged 69.4010 and fell 17.51%. 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

EGP/COP over YTD: show the values
PointEGP/COP
2025-12-3178.5581
2026-01-0778.6317
2026-01-1477.4368
2026-01-2177.4761
2026-01-2877.6330
2026-02-0477.6390
2026-02-1178.3267
2026-02-1877.8254
2026-02-2577.4516
2026-03-0475.8306
2026-03-1171.4167
2026-03-1870.7499
2026-03-2570.4594
2026-04-0168.1949
2026-04-0868.2213
2026-04-1568.9116
2026-04-2269.1081
2026-04-2968.2777
2026-05-0669.9139
2026-05-1471.5712
2026-05-2170.1711
2026-05-2969.8689
2026-06-0568.9213
2026-06-1467.4297
2026-06-2169.0852
2026-06-2869.4065
2026-07-0567.9536
2026-07-1265.2447
2026-07-1964.0007
2026-07-2662.6308
2026-08-0261.7061
2026-08-0963.5882
2026-08-1662.4558
2026-08-2459.9929
2026-08-3163.1375
2026-09-0761.5099
2026-09-1459.9843
2026-09-2161.1110

High

78.6317

Low

59.9843

Average

69.4010

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.