Skip to content

TOP to COP exchange rate API

Pa’anga to Colombian Peso · quoted 2026-09-25

1375.03

▼ +17.27% over 1Y

1 TOP = 1375.03 COP · 1 COP = 0.000727 TOP · Get this rate via the API

1 TOP buys 1375.03 COP as of 2026-09-25, so 1 COP buys 0.000727 TOP. Over the last year, TOP/COP traded between 1302.88 and 1662.12, averaged 1518.33 and fell 17.27%. The API holds daily TOP/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/COP over 1Y

TOP/COP over 1Y: show the values
PointTOP/COP
2025-09-251662.12
2025-10-021642.31
2025-10-091643.97
2025-10-161650.53
2025-10-231656.84
2025-10-301633.12
2025-11-061625.37
2025-11-131573.58
2025-11-201551.03
2025-11-271557.09
2025-12-041577.49
2025-12-121586.72
2025-12-191615.90
2025-12-261581.93
2026-01-021577.63
2026-01-091551.64
2026-01-161563.57
2026-01-231522.04
2026-01-301557.99
2026-02-061572.83
2026-02-131569.40
2026-02-201578.05
2026-02-271607.87
2026-03-061612.49
2026-03-131578.54
2026-03-201571.71
2026-03-271580.29
2026-04-031551.29
2026-04-101557.25
2026-04-181497.75
2026-04-251480.27
2026-05-021519.00
2026-05-091557.66
2026-05-171610.52
2026-05-251579.45
2026-06-011583.53
2026-06-101521.13
2026-06-171474.43
2026-06-241451.78
2026-07-011446.44
2026-07-081423.34
2026-07-151379.37
2026-07-221363.62
2026-07-291362.45
2026-08-051360.69
2026-08-121329.73
2026-08-201302.88
2026-08-271339.07
2026-09-031352.71
2026-09-101327.20
2026-09-171332.87
2026-09-241389.86

High

1662.12

Low

1302.88

Average

1518.33

For developers

Get this rate via the API

One GET request returns the TOP/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=TOP&currencies=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=COP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/COP API questions

How do I get the TOP/COP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/COP rate in rates.COP.

How far back does TOP/COP historical data go?

Daily TOP/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 TOP/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.