Skip to content

TJS to SVC exchange rate API

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

0.94918

▲ +15.35% over 5Y

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 5 years, TJS/SVC traded between 0.80025 and 0.95112, averaged 0.89114 and rose 15.35%. 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 5Y

TJS/SVC over 5Y: show the values
PointTJS/SVC
2024-08-240.82284
2024-10-070.82197
2024-11-060.82142
2024-12-060.80042
2025-01-050.80025
2025-02-040.80307
2025-03-060.80358
2025-04-060.80543
2025-05-060.84236
2025-06-070.88518
2025-07-070.89988
2025-08-060.92932
2025-09-050.92294
2025-10-060.93905
2025-11-050.94807
2025-12-050.95112
2026-01-050.94552
2026-02-040.93915
2026-03-060.91295
2026-04-050.91469
2026-05-050.93483
2026-06-060.93754
2026-07-080.94357
2026-08-070.94674
2026-09-070.94867

High

0.95112

Low

0.80025

Average

0.89114

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.