Skip to content

TWD to COP exchange rate API

New Taiwan Dollar to Colombian Peso · quoted 2026-09-25

105.5644

▼ +16.62% over 5Y

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 5 years, TWD/COP traded between 97.9665 and 146.1170, averaged 124.4568 and fell 16.62%. 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 5Y

TWD/COP over 5Y: show the values
PointTWD/COP
2024-08-24126.6102
2024-10-07131.6193
2024-11-06139.3383
2024-12-06138.9545
2025-01-05133.8078
2025-02-04128.5960
2025-03-06127.2790
2025-04-06130.3086
2025-05-06146.1170
2025-06-07137.8230
2025-07-07140.0588
2025-08-06139.1091
2025-09-05132.5861
2025-10-06129.4581
2025-11-05124.7646
2025-12-05121.3363
2026-01-05120.0940
2026-02-04115.3858
2026-03-06119.3179
2026-04-05114.7117
2026-05-05117.9538
2026-06-06113.7842
2026-07-08104.1740
2026-08-0797.9665
2026-09-0799.1585

High

146.1170

Low

97.9665

Average

124.4568

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=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&currencies=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.