Skip to content

TWD to COP exchange rate API

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

105.5644

▼ +7.89% over 6M

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 6 months, TWD/COP traded between 96.4720 and 120.1647, averaged 107.1867 and fell 7.89%. 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 6M

TWD/COP over 6M: show the values
PointTWD/COP
2026-03-29114.6109
2026-04-05114.7117
2026-04-12114.5651
2026-04-19114.5549
2026-04-26112.8906
2026-05-03115.6325
2026-05-10119.0130
2026-05-18120.1647
2026-05-26115.4869
2026-06-02113.3489
2026-06-11112.3235
2026-06-18109.4896
2026-06-25108.0275
2026-07-02106.1918
2026-07-09103.9993
2026-07-16100.3168
2026-07-2399.6322
2026-07-3098.5028
2026-08-0698.6067
2026-08-1397.6276
2026-08-2196.4720
2026-08-2899.8344
2026-09-0499.2762
2026-09-1198.0349
2026-09-1899.5972
2026-09-25105.5644

High

120.1647

Low

96.4720

Average

107.1867

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.