TWD to COP exchange rate API
New Taiwan Dollar to Colombian Peso · quoted 2026-09-25
105.5644
▲ +8.71% over 30D
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 last 30 days, TWD/COP traded between 97.1102 and 105.5644, averaged 99.8029 and rose 8.71%. 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 30D: show the values
| Point | TWD/COP |
|---|---|
| 2026-08-26 | 97.1102 |
| 2026-08-27 | 98.5832 |
| 2026-08-28 | 99.8344 |
| 2026-08-29 | 101.2819 |
| 2026-08-30 | 101.2083 |
| 2026-08-31 | 101.1115 |
| 2026-09-01 | 101.7351 |
| 2026-09-02 | 99.6594 |
| 2026-09-03 | 99.7145 |
| 2026-09-04 | 99.2762 |
| 2026-09-05 | 98.8910 |
| 2026-09-06 | 98.9179 |
| 2026-09-07 | 99.1585 |
| 2026-09-08 | 99.3794 |
| 2026-09-09 | 98.9570 |
| 2026-09-10 | 98.3336 |
| 2026-09-11 | 98.0349 |
| 2026-09-12 | 97.5475 |
| 2026-09-13 | 97.2115 |
| 2026-09-14 | 97.4173 |
| 2026-09-15 | 97.6943 |
| 2026-09-16 | 98.2104 |
| 2026-09-17 | 98.3592 |
| 2026-09-18 | 99.5972 |
| 2026-09-19 | 100.0759 |
| 2026-09-20 | 99.8438 |
| 2026-09-21 | 100.0578 |
| 2026-09-22 | 101.0296 |
| 2026-09-23 | 101.1976 |
| 2026-09-24 | 103.1359 |
| 2026-09-25 | 105.5644 |
High
105.5644
Low
97.1102
Average
99.8029
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.