Skip to content

TJS to DOP exchange rate API

Somoni to Dominican Peso · quoted 2026-09-27

6.4350

▼ +3.19% over 1Y

1 TJS = 6.4350 DOP · 1 DOP = 0.15540 TJS · Get this rate via the API

1 TJS buys 6.4350 DOP as of 2026-09-27, so 1 DOP buys 0.15540 TJS. Over the last year, TJS/DOP traded between 6.1908 and 7.0027, averaged 6.5315 and fell 3.19%. The API holds daily TJS/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/DOP over 1Y

TJS/DOP over 1Y: show the values
PointTJS/DOP
2025-09-276.6471
2025-10-046.7466
2025-10-116.8241
2025-10-186.8642
2025-10-256.8884
2025-11-016.9510
2025-11-086.9604
2025-11-156.9465
2025-11-226.8531
2025-11-296.7990
2025-12-067.0027
2025-12-146.8705
2025-12-216.7971
2025-12-286.7929
2026-01-046.8399
2026-01-116.8263
2026-01-186.7973
2026-01-256.7275
2026-02-016.6989
2026-02-086.6921
2026-02-156.5814
2026-02-226.4530
2026-03-016.2746
2026-03-086.2817
2026-03-156.4106
2026-03-226.1908
2026-03-296.2473
2026-04-056.3445
2026-04-126.3352
2026-04-196.3576
2026-04-266.3375
2026-05-036.3425
2026-05-106.3740
2026-05-186.4036
2026-05-266.3612
2026-06-026.3307
2026-06-116.2580
2026-06-186.3152
2026-06-256.3157
2026-07-026.4249
2026-07-096.3487
2026-07-166.3124
2026-07-236.3139
2026-07-306.3227
2026-08-066.3142
2026-08-136.3129
2026-08-216.3245
2026-08-286.3658
2026-09-046.4148
2026-09-116.3711
2026-09-186.4208
2026-09-256.4444

High

7.0027

Low

6.1908

Average

6.5315

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/DOP API questions

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

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

How far back does TJS/DOP historical data go?

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