TJS to COP exchange rate API
Somoni to Colombian Peso · quoted 2026-09-27
357.9347
▲ +4.71% over 30D
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 30 days, TJS/COP traded between 332.5225 and 363.9523, averaged 343.6968 and rose 4.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 30D: show the values
| Point | TJS/COP |
|---|---|
| 2026-08-28 | 341.8485 |
| 2026-08-29 | 346.7427 |
| 2026-08-30 | 346.0205 |
| 2026-08-31 | 345.5329 |
| 2026-09-01 | 349.2991 |
| 2026-09-02 | 342.7259 |
| 2026-09-03 | 342.5871 |
| 2026-09-04 | 341.0053 |
| 2026-09-05 | 339.3666 |
| 2026-09-06 | 338.3158 |
| 2026-09-07 | 339.5612 |
| 2026-09-08 | 339.0982 |
| 2026-09-09 | 337.1674 |
| 2026-09-10 | 336.1565 |
| 2026-09-11 | 335.8451 |
| 2026-09-12 | 333.2035 |
| 2026-09-13 | 332.5225 |
| 2026-09-14 | 334.4888 |
| 2026-09-15 | 336.4857 |
| 2026-09-16 | 338.2248 |
| 2026-09-17 | 338.5631 |
| 2026-09-18 | 343.5594 |
| 2026-09-19 | 344.8315 |
| 2026-09-20 | 343.8946 |
| 2026-09-21 | 344.3416 |
| 2026-09-22 | 346.4736 |
| 2026-09-23 | 347.2827 |
| 2026-09-24 | 354.3969 |
| 2026-09-25 | 363.9523 |
| 2026-09-26 | 358.9332 |
| 2026-09-27 | 357.9347 |
High
363.9523
Low
332.5225
Average
343.6968
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.