Skip to content

TJS to SVC exchange rate API

Somoni to El Salvador Colon · quoted 2026-09-25

0.94918

▲ +1.68% over 1Y

1 TJS = 0.94918 SVC · 1 SVC = 1.0535 TJS · Get this rate via the API

1 TJS buys 0.94918 SVC as of 2026-09-25, so 1 SVC buys 1.0535 TJS. Over the last year, TJS/SVC traded between 0.91061 and 0.95202, averaged 0.93915 and rose 1.68%. The API holds daily TJS/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/SVC over 1Y

TJS/SVC over 1Y: show the values
PointTJS/SVC
2025-09-250.93346
2025-10-020.93889
2025-10-090.94060
2025-10-160.95202
2025-10-230.94864
2025-10-300.95009
2025-11-060.94522
2025-11-130.94899
2025-11-200.94799
2025-11-270.94391
2025-12-040.95146
2025-12-120.95035
2025-12-190.94804
2025-12-260.94550
2026-01-020.94765
2026-01-090.93978
2026-01-160.93726
2026-01-230.93778
2026-01-300.93454
2026-02-060.93407
2026-02-130.92879
2026-02-200.92611
2026-02-270.92109
2026-03-060.91295
2026-03-130.91061
2026-03-200.92010
2026-03-270.91567
2026-04-030.91526
2026-04-100.91957
2026-04-170.92248
2026-04-240.93084
2026-05-010.93290
2026-05-080.93628
2026-05-160.93782
2026-05-240.94298
2026-05-310.94639
2026-06-090.93659
2026-06-160.94193
2026-06-230.94326
2026-06-300.94629
2026-07-070.94704
2026-07-140.94175
2026-07-210.94595
2026-07-280.94620
2026-08-040.94681
2026-08-110.94662
2026-08-180.94736
2026-08-260.94974
2026-09-020.94716
2026-09-090.94751
2026-09-160.94836
2026-09-230.94717

High

0.95202

Low

0.91061

Average

0.93915

For developers

Get this rate via the API

One GET request returns the TJS/SVC 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=SVC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=SVC");
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=SVC").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/SVC API questions

How do I get the TJS/SVC exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=SVC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/SVC rate in rates.SVC.

How far back does TJS/SVC historical data go?

Daily TJS/SVC 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/SVC 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.