Skip to content

TJS to COP exchange rate API

Somoni to Colombian Peso · quoted 2026-09-27

357.9347

▼ +6.71% over 6M

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 6 months, TJS/COP traded between 329.2350 and 408.1483, averaged 365.4031 and fell 6.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 6M

TJS/COP over 6M: show the values
PointTJS/COP
2026-03-31383.6890
2026-04-07384.8965
2026-04-14380.0886
2026-04-21378.1227
2026-04-28384.8681
2026-05-05398.2033
2026-05-12401.9276
2026-05-20408.1483
2026-05-28394.3539
2026-06-04385.8824
2026-06-13374.4432
2026-06-20371.6640
2026-06-27373.0235
2026-07-04361.4502
2026-07-11351.3642
2026-07-18354.0966
2026-07-25347.7793
2026-08-01343.0295
2026-08-08342.2045
2026-08-15340.7902
2026-08-23329.2350
2026-08-30346.0205
2026-09-06338.3158
2026-09-13332.5225
2026-09-20343.8946
2026-09-27357.9347

High

408.1483

Low

329.2350

Average

365.4031

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.