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: show the values
| Point | TJS/COP |
|---|---|
| 2025-12-31 | 404.9346 |
| 2026-01-07 | 401.6268 |
| 2026-01-14 | 391.4046 |
| 2026-01-21 | 393.7538 |
| 2026-01-28 | 391.7869 |
| 2026-02-04 | 391.2088 |
| 2026-02-11 | 390.4795 |
| 2026-02-18 | 386.7177 |
| 2026-02-25 | 392.2715 |
| 2026-03-04 | 397.4025 |
| 2026-03-11 | 387.0939 |
| 2026-03-18 | 386.7942 |
| 2026-03-25 | 387.1277 |
| 2026-04-01 | 383.7592 |
| 2026-04-08 | 390.2604 |
| 2026-04-15 | 379.3441 |
| 2026-04-22 | 381.6559 |
| 2026-04-29 | 385.4328 |
| 2026-05-06 | 398.1791 |
| 2026-05-14 | 405.4424 |
| 2026-05-21 | 400.7217 |
| 2026-05-29 | 396.2229 |
| 2026-06-05 | 383.6736 |
| 2026-06-14 | 374.0162 |
| 2026-06-21 | 370.8937 |
| 2026-06-28 | 371.2845 |
| 2026-07-05 | 360.5935 |
| 2026-07-12 | 350.6232 |
| 2026-07-19 | 349.7252 |
| 2026-07-26 | 347.1127 |
| 2026-08-02 | 340.6646 |
| 2026-08-09 | 341.2517 |
| 2026-08-16 | 339.0361 |
| 2026-08-24 | 329.9520 |
| 2026-08-31 | 345.5329 |
| 2026-09-07 | 339.5612 |
| 2026-09-14 | 334.4888 |
| 2026-09-21 | 344.3416 |
High
405.4424
Low
329.9520
Average
374.4694
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.