TWD to COP exchange rate API
New Taiwan Dollar to Colombian Peso · quoted 2026-09-25
105.5644
▼ +11.60% over YTD
1 TWD = 105.5644 COP · 1 COP = 0.009473 TWD · Get this rate via the API
1 TWD buys 105.5644 COP as of 2026-09-25, so 1 COP buys 0.009473 TWD. Over the year to date, TWD/COP traded between 95.7980 and 120.0742, averaged 110.3533 and fell 11.60%. The API holds daily TWD/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/COP over YTD: show the values
| Point | TWD/COP |
|---|---|
| 2025-12-31 | 119.4211 |
| 2026-01-07 | 118.0876 |
| 2026-01-14 | 115.5141 |
| 2026-01-21 | 116.1042 |
| 2026-01-28 | 116.2355 |
| 2026-02-04 | 115.3858 |
| 2026-02-11 | 116.3977 |
| 2026-02-18 | 116.2723 |
| 2026-02-25 | 118.4682 |
| 2026-03-04 | 119.6551 |
| 2026-03-11 | 116.5937 |
| 2026-03-18 | 115.9674 |
| 2026-03-25 | 116.0374 |
| 2026-04-01 | 115.1937 |
| 2026-04-08 | 115.9518 |
| 2026-04-15 | 113.6110 |
| 2026-04-22 | 113.8846 |
| 2026-04-29 | 114.4390 |
| 2026-05-06 | 118.0141 |
| 2026-05-14 | 120.0742 |
| 2026-05-21 | 117.9871 |
| 2026-05-29 | 116.2264 |
| 2026-06-05 | 113.3418 |
| 2026-06-14 | 110.2273 |
| 2026-06-21 | 108.9484 |
| 2026-06-28 | 107.9613 |
| 2026-07-05 | 104.7789 |
| 2026-07-12 | 101.1579 |
| 2026-07-19 | 99.7744 |
| 2026-07-26 | 99.4045 |
| 2026-08-02 | 97.5204 |
| 2026-08-09 | 97.9913 |
| 2026-08-16 | 98.0441 |
| 2026-08-24 | 95.7980 |
| 2026-08-31 | 101.1115 |
| 2026-09-07 | 99.1585 |
| 2026-09-14 | 97.4173 |
| 2026-09-21 | 100.0578 |
High
120.0742
Low
95.7980
Average
110.3533
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=COP").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/COP API questions
How do I get the TWD/COP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/COP rate in rates.COP.
How far back does TWD/COP historical data go?
Daily TWD/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 TWD/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.