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: show the values
| Point | TJS/COP |
|---|---|
| 2026-03-31 | 383.6890 |
| 2026-04-07 | 384.8965 |
| 2026-04-14 | 380.0886 |
| 2026-04-21 | 378.1227 |
| 2026-04-28 | 384.8681 |
| 2026-05-05 | 398.2033 |
| 2026-05-12 | 401.9276 |
| 2026-05-20 | 408.1483 |
| 2026-05-28 | 394.3539 |
| 2026-06-04 | 385.8824 |
| 2026-06-13 | 374.4432 |
| 2026-06-20 | 371.6640 |
| 2026-06-27 | 373.0235 |
| 2026-07-04 | 361.4502 |
| 2026-07-11 | 351.3642 |
| 2026-07-18 | 354.0966 |
| 2026-07-25 | 347.7793 |
| 2026-08-01 | 343.0295 |
| 2026-08-08 | 342.2045 |
| 2026-08-15 | 340.7902 |
| 2026-08-23 | 329.2350 |
| 2026-08-30 | 346.0205 |
| 2026-09-06 | 338.3158 |
| 2026-09-13 | 332.5225 |
| 2026-09-20 | 343.8946 |
| 2026-09-27 | 357.9347 |
High
408.1483
Low
329.2350
Average
365.4031
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.