Skip to content

DOP to TMT exchange rate API

Dominican Peso to Turkmenistan New Manat · quoted 2026-09-26

0.05765

▲ +2.78% over 1Y

1 DOP = 0.05765 TMT · 1 TMT = 17.3461 DOP · Get this rate via the API

1 DOP buys 0.05765 TMT as of 2026-09-26, so 1 TMT buys 17.3461 DOP. Over the last year, DOP/TMT traded between 0.05435 and 0.06029, averaged 0.05759 and rose 2.78%. The API holds daily DOP/TMT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/TMT over 1Y

DOP/TMT over 1Y: show the values
PointDOP/TMT
2025-09-260.05609
2025-10-030.05592
2025-10-100.05567
2025-10-170.05532
2025-10-240.05490
2025-10-310.05452
2025-11-070.05442
2025-11-140.05435
2025-11-210.05492
2025-11-280.05586
2025-12-050.05497
2025-12-130.05496
2025-12-200.05587
2025-12-270.05579
2026-01-030.05549
2026-01-100.05515
2026-01-170.05524
2026-01-240.05552
2026-01-310.05566
2026-02-070.05555
2026-02-140.05613
2026-02-210.05714
2026-02-280.05815
2026-03-070.05806
2026-03-140.05660
2026-03-210.05931
2026-03-280.05860
2026-04-040.05757
2026-04-110.05805
2026-04-180.05805
2026-04-250.05893
2026-05-020.05890
2026-05-090.05897
2026-05-170.05909
2026-05-250.05954
2026-06-010.05973
2026-06-100.05995
2026-06-170.05987
2026-06-240.05966
2026-07-010.05891
2026-07-080.05908
2026-07-150.05982
2026-07-220.05985
2026-07-290.06025
2026-08-050.06004
2026-08-120.06018
2026-08-200.05992
2026-08-270.06029
2026-09-030.05961
2026-09-100.05967
2026-09-170.05969
2026-09-240.05876

High

0.06029

Low

0.05435

Average

0.05759

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=TMT").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/TMT API questions

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

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

How far back does DOP/TMT historical data go?

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