Skip to content

TJS to SRD exchange rate API

Somoni to Surinam Dollar · quoted 2026-09-25

4.0967

▲ +0.63% over 1Y

1 TJS = 4.0967 SRD · 1 SRD = 0.24410 TJS · Get this rate via the API

1 TJS buys 4.0967 SRD as of 2026-09-25, so 1 SRD buys 0.24410 TJS. Over the last year, TJS/SRD traded between 3.9016 and 4.3003, averaged 4.0735 and rose 0.63%. The API holds daily TJS/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/SRD over 1Y

TJS/SRD over 1Y: show the values
PointTJS/SRD
2025-09-254.0711
2025-10-024.1145
2025-10-094.1024
2025-10-164.2570
2025-10-234.3003
2025-10-304.2556
2025-11-064.1683
2025-11-134.1804
2025-11-204.1772
2025-11-274.1440
2025-12-044.1943
2025-12-124.1823
2025-12-194.1686
2025-12-264.1477
2026-01-024.1247
2026-01-094.1142
2026-01-164.0948
2026-01-234.0957
2026-01-304.0519
2026-02-064.0386
2026-02-134.0166
2026-02-203.9790
2026-02-273.9838
2026-03-063.9414
2026-03-133.9016
2026-03-203.9521
2026-03-273.9409
2026-04-033.9016
2026-04-103.9540
2026-04-173.9540
2026-04-243.9782
2026-05-013.9926
2026-05-083.9923
2026-05-164.0035
2026-05-244.0211
2026-05-314.0206
2026-06-094.0089
2026-06-164.0513
2026-06-234.0399
2026-06-304.0593
2026-07-074.0897
2026-07-144.0678
2026-07-214.0653
2026-07-284.0848
2026-08-044.0993
2026-08-114.0845
2026-08-184.0920
2026-08-264.1243
2026-09-024.1179
2026-09-094.1203
2026-09-164.0899
2026-09-234.0892

High

4.3003

Low

3.9016

Average

4.0735

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/SRD API questions

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

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

How far back does TJS/SRD historical data go?

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