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: show the values
| Point | TOP/COP |
|---|---|
| 2025-09-25 | 1662.12 |
| 2025-10-02 | 1642.31 |
| 2025-10-09 | 1643.97 |
| 2025-10-16 | 1650.53 |
| 2025-10-23 | 1656.84 |
| 2025-10-30 | 1633.12 |
| 2025-11-06 | 1625.37 |
| 2025-11-13 | 1573.58 |
| 2025-11-20 | 1551.03 |
| 2025-11-27 | 1557.09 |
| 2025-12-04 | 1577.49 |
| 2025-12-12 | 1586.72 |
| 2025-12-19 | 1615.90 |
| 2025-12-26 | 1581.93 |
| 2026-01-02 | 1577.63 |
| 2026-01-09 | 1551.64 |
| 2026-01-16 | 1563.57 |
| 2026-01-23 | 1522.04 |
| 2026-01-30 | 1557.99 |
| 2026-02-06 | 1572.83 |
| 2026-02-13 | 1569.40 |
| 2026-02-20 | 1578.05 |
| 2026-02-27 | 1607.87 |
| 2026-03-06 | 1612.49 |
| 2026-03-13 | 1578.54 |
| 2026-03-20 | 1571.71 |
| 2026-03-27 | 1580.29 |
| 2026-04-03 | 1551.29 |
| 2026-04-10 | 1557.25 |
| 2026-04-18 | 1497.75 |
| 2026-04-25 | 1480.27 |
| 2026-05-02 | 1519.00 |
| 2026-05-09 | 1557.66 |
| 2026-05-17 | 1610.52 |
| 2026-05-25 | 1579.45 |
| 2026-06-01 | 1583.53 |
| 2026-06-10 | 1521.13 |
| 2026-06-17 | 1474.43 |
| 2026-06-24 | 1451.78 |
| 2026-07-01 | 1446.44 |
| 2026-07-08 | 1423.34 |
| 2026-07-15 | 1379.37 |
| 2026-07-22 | 1363.62 |
| 2026-07-29 | 1362.45 |
| 2026-08-05 | 1360.69 |
| 2026-08-12 | 1329.73 |
| 2026-08-20 | 1302.88 |
| 2026-08-27 | 1339.07 |
| 2026-09-03 | 1352.71 |
| 2026-09-10 | 1327.20 |
| 2026-09-17 | 1332.87 |
| 2026-09-24 | 1389.86 |
High
1662.12
Low
1302.88
Average
1518.33
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.