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: show the values
| Point | TJS/DOP |
|---|---|
| 2025-09-27 | 6.6471 |
| 2025-10-04 | 6.7466 |
| 2025-10-11 | 6.8241 |
| 2025-10-18 | 6.8642 |
| 2025-10-25 | 6.8884 |
| 2025-11-01 | 6.9510 |
| 2025-11-08 | 6.9604 |
| 2025-11-15 | 6.9465 |
| 2025-11-22 | 6.8531 |
| 2025-11-29 | 6.7990 |
| 2025-12-06 | 7.0027 |
| 2025-12-14 | 6.8705 |
| 2025-12-21 | 6.7971 |
| 2025-12-28 | 6.7929 |
| 2026-01-04 | 6.8399 |
| 2026-01-11 | 6.8263 |
| 2026-01-18 | 6.7973 |
| 2026-01-25 | 6.7275 |
| 2026-02-01 | 6.6989 |
| 2026-02-08 | 6.6921 |
| 2026-02-15 | 6.5814 |
| 2026-02-22 | 6.4530 |
| 2026-03-01 | 6.2746 |
| 2026-03-08 | 6.2817 |
| 2026-03-15 | 6.4106 |
| 2026-03-22 | 6.1908 |
| 2026-03-29 | 6.2473 |
| 2026-04-05 | 6.3445 |
| 2026-04-12 | 6.3352 |
| 2026-04-19 | 6.3576 |
| 2026-04-26 | 6.3375 |
| 2026-05-03 | 6.3425 |
| 2026-05-10 | 6.3740 |
| 2026-05-18 | 6.4036 |
| 2026-05-26 | 6.3612 |
| 2026-06-02 | 6.3307 |
| 2026-06-11 | 6.2580 |
| 2026-06-18 | 6.3152 |
| 2026-06-25 | 6.3157 |
| 2026-07-02 | 6.4249 |
| 2026-07-09 | 6.3487 |
| 2026-07-16 | 6.3124 |
| 2026-07-23 | 6.3139 |
| 2026-07-30 | 6.3227 |
| 2026-08-06 | 6.3142 |
| 2026-08-13 | 6.3129 |
| 2026-08-21 | 6.3245 |
| 2026-08-28 | 6.3658 |
| 2026-09-04 | 6.4148 |
| 2026-09-11 | 6.3711 |
| 2026-09-18 | 6.4208 |
| 2026-09-25 | 6.4444 |
High
7.0027
Low
6.1908
Average
6.5315
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.