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: show the values
| Point | TJS/COP |
|---|---|
| 2025-09-27 | 417.9348 |
| 2025-10-04 | 417.5689 |
| 2025-10-11 | 425.0845 |
| 2025-10-18 | 415.3258 |
| 2025-10-25 | 415.8251 |
| 2025-11-01 | 418.1010 |
| 2025-11-08 | 409.6188 |
| 2025-11-15 | 406.7070 |
| 2025-11-22 | 412.6264 |
| 2025-11-29 | 405.9881 |
| 2025-12-06 | 418.5414 |
| 2025-12-14 | 411.0708 |
| 2025-12-21 | 413.7737 |
| 2025-12-28 | 400.9865 |
| 2026-01-04 | 409.3714 |
| 2026-01-11 | 399.5328 |
| 2026-01-18 | 396.0262 |
| 2026-01-25 | 389.2646 |
| 2026-02-01 | 391.3943 |
| 2026-02-08 | 391.4501 |
| 2026-02-15 | 387.6865 |
| 2026-02-22 | 390.3860 |
| 2026-03-01 | 395.0010 |
| 2026-03-08 | 394.5964 |
| 2026-03-15 | 384.7421 |
| 2026-03-22 | 387.2152 |
| 2026-03-29 | 383.9793 |
| 2026-04-05 | 383.7356 |
| 2026-04-12 | 383.1637 |
| 2026-04-19 | 381.7730 |
| 2026-04-26 | 378.7257 |
| 2026-05-03 | 389.8390 |
| 2026-05-10 | 400.5321 |
| 2026-05-18 | 406.3894 |
| 2026-05-26 | 393.0749 |
| 2026-06-02 | 385.9647 |
| 2026-06-11 | 381.3916 |
| 2026-06-18 | 373.0811 |
| 2026-06-25 | 371.1868 |
| 2026-07-02 | 366.2593 |
| 2026-07-09 | 361.1103 |
| 2026-07-16 | 350.8316 |
| 2026-07-23 | 348.4301 |
| 2026-07-30 | 348.2836 |
| 2026-08-06 | 344.6582 |
| 2026-08-13 | 339.2479 |
| 2026-08-21 | 331.9556 |
| 2026-08-28 | 341.8485 |
| 2026-09-04 | 341.0053 |
| 2026-09-11 | 335.8451 |
| 2026-09-18 | 343.5594 |
| 2026-09-25 | 363.9523 |
High
425.0845
Low
331.9556
Average
384.7845
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.