Skip to content

TJS to COP exchange rate API

Somoni to Colombian Peso · quoted 2026-09-27

357.9347

▼ +14.36% over 1Y

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 year, TJS/COP traded between 331.9556 and 425.0845, averaged 384.7845 and fell 14.36%. 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 1Y

TJS/COP over 1Y: show the values
PointTJS/COP
2025-09-27417.9348
2025-10-04417.5689
2025-10-11425.0845
2025-10-18415.3258
2025-10-25415.8251
2025-11-01418.1010
2025-11-08409.6188
2025-11-15406.7070
2025-11-22412.6264
2025-11-29405.9881
2025-12-06418.5414
2025-12-14411.0708
2025-12-21413.7737
2025-12-28400.9865
2026-01-04409.3714
2026-01-11399.5328
2026-01-18396.0262
2026-01-25389.2646
2026-02-01391.3943
2026-02-08391.4501
2026-02-15387.6865
2026-02-22390.3860
2026-03-01395.0010
2026-03-08394.5964
2026-03-15384.7421
2026-03-22387.2152
2026-03-29383.9793
2026-04-05383.7356
2026-04-12383.1637
2026-04-19381.7730
2026-04-26378.7257
2026-05-03389.8390
2026-05-10400.5321
2026-05-18406.3894
2026-05-26393.0749
2026-06-02385.9647
2026-06-11381.3916
2026-06-18373.0811
2026-06-25371.1868
2026-07-02366.2593
2026-07-09361.1103
2026-07-16350.8316
2026-07-23348.4301
2026-07-30348.2836
2026-08-06344.6582
2026-08-13339.2479
2026-08-21331.9556
2026-08-28341.8485
2026-09-04341.0053
2026-09-11335.8451
2026-09-18343.5594
2026-09-25363.9523

High

425.0845

Low

331.9556

Average

384.7845

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.