Skip to content

TJS to COP exchange rate API

Somoni to Colombian Peso · quoted 2026-09-27

357.9347

▲ +4.71% over 30D

1 TJS = 357.9347 COP · 1 COP = 0.002794 TJS · Get this rate via the API

1 TJS buys 357.9347 COP as of 2026-09-27, so 1 COP buys 0.002794 TJS. Over the last 30 days, TJS/COP traded between 332.5225 and 363.9523, averaged 343.6968 and rose 4.71%. The API holds daily TJS/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/COP over 30D

TJS/COP over 30D: show the values
PointTJS/COP
2026-08-28341.8485
2026-08-29346.7427
2026-08-30346.0205
2026-08-31345.5329
2026-09-01349.2991
2026-09-02342.7259
2026-09-03342.5871
2026-09-04341.0053
2026-09-05339.3666
2026-09-06338.3158
2026-09-07339.5612
2026-09-08339.0982
2026-09-09337.1674
2026-09-10336.1565
2026-09-11335.8451
2026-09-12333.2035
2026-09-13332.5225
2026-09-14334.4888
2026-09-15336.4857
2026-09-16338.2248
2026-09-17338.5631
2026-09-18343.5594
2026-09-19344.8315
2026-09-20343.8946
2026-09-21344.3416
2026-09-22346.4736
2026-09-23347.2827
2026-09-24354.3969
2026-09-25363.9523
2026-09-26358.9332
2026-09-27357.9347

High

363.9523

Low

332.5225

Average

343.6968

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=COP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/COP API questions

How do I get the TJS/COP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/COP rate in rates.COP.

How far back does TJS/COP historical data go?

Daily TJS/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 TJS/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.