TWD to COP exchange rate API
New Taiwan Dollar to Colombian Peso · quoted 2026-09-25
105.5644
▼ +18.53% over 1Y
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 year, TWD/COP traded between 97.1102 and 129.8444, averaged 114.0214 and fell 18.53%. 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 1Y: show the values
| Point | TWD/COP |
|---|---|
| 2025-09-25 | 129.5720 |
| 2025-10-02 | 129.8444 |
| 2025-10-09 | 129.6085 |
| 2025-10-16 | 127.1568 |
| 2025-10-23 | 126.7996 |
| 2025-10-30 | 126.2017 |
| 2025-11-06 | 124.0586 |
| 2025-11-13 | 119.2302 |
| 2025-11-20 | 118.8448 |
| 2025-11-27 | 119.2148 |
| 2025-12-04 | 120.3604 |
| 2025-12-12 | 121.7923 |
| 2025-12-19 | 122.5016 |
| 2025-12-26 | 118.7056 |
| 2026-01-02 | 120.0804 |
| 2026-01-09 | 117.4993 |
| 2026-01-16 | 116.6451 |
| 2026-01-23 | 113.9442 |
| 2026-01-30 | 116.0758 |
| 2026-02-06 | 116.7866 |
| 2026-02-13 | 116.5864 |
| 2026-02-20 | 117.2624 |
| 2026-02-27 | 119.9791 |
| 2026-03-06 | 119.3179 |
| 2026-03-13 | 115.7594 |
| 2026-03-20 | 115.4070 |
| 2026-03-27 | 115.2831 |
| 2026-04-03 | 114.5668 |
| 2026-04-10 | 115.0707 |
| 2026-04-17 | 114.5856 |
| 2026-04-24 | 113.2463 |
| 2026-05-01 | 115.9106 |
| 2026-05-08 | 119.0679 |
| 2026-05-16 | 120.2787 |
| 2026-05-24 | 116.6723 |
| 2026-05-31 | 116.8566 |
| 2026-06-09 | 113.7889 |
| 2026-06-16 | 110.6232 |
| 2026-06-23 | 108.5961 |
| 2026-06-30 | 108.2014 |
| 2026-07-07 | 104.5711 |
| 2026-07-14 | 100.5694 |
| 2026-07-21 | 100.7376 |
| 2026-07-28 | 98.8213 |
| 2026-08-04 | 99.9694 |
| 2026-08-11 | 97.3911 |
| 2026-08-18 | 98.3905 |
| 2026-08-26 | 97.1102 |
| 2026-09-02 | 99.6594 |
| 2026-09-09 | 98.9570 |
| 2026-09-16 | 98.2104 |
| 2026-09-23 | 101.1976 |
High
129.8444
Low
97.1102
Average
114.0214
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.