Skip to content

TJS to COP exchange rate API

Somoni to Colombian Peso · quoted 2026-09-27

357.9347

▼ +11.61% over YTD

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 year to date, TJS/COP traded between 329.9520 and 405.4424, averaged 374.4694 and fell 11.61%. 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 YTD

TJS/COP over YTD: show the values
PointTJS/COP
2025-12-31404.9346
2026-01-07401.6268
2026-01-14391.4046
2026-01-21393.7538
2026-01-28391.7869
2026-02-04391.2088
2026-02-11390.4795
2026-02-18386.7177
2026-02-25392.2715
2026-03-04397.4025
2026-03-11387.0939
2026-03-18386.7942
2026-03-25387.1277
2026-04-01383.7592
2026-04-08390.2604
2026-04-15379.3441
2026-04-22381.6559
2026-04-29385.4328
2026-05-06398.1791
2026-05-14405.4424
2026-05-21400.7217
2026-05-29396.2229
2026-06-05383.6736
2026-06-14374.0162
2026-06-21370.8937
2026-06-28371.2845
2026-07-05360.5935
2026-07-12350.6232
2026-07-19349.7252
2026-07-26347.1127
2026-08-02340.6646
2026-08-09341.2517
2026-08-16339.0361
2026-08-24329.9520
2026-08-31345.5329
2026-09-07339.5612
2026-09-14334.4888
2026-09-21344.3416

High

405.4424

Low

329.9520

Average

374.4694

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.