Skip to content

DOP to TRY exchange rate API

Dominican Peso to Turkish Lira · quoted 2026-09-24

0.81870

▲ +10.05% over 6M

1 DOP = 0.81870 TRY · 1 TRY = 1.2214 DOP · Get this rate via the API

1 DOP buys 0.81870 TRY as of 2026-09-24, so 1 TRY buys 1.2214 DOP. Over the last 6 months, DOP/TRY traded between 0.73342 and 0.83017, averaged 0.79050 and rose 10.05%. The API holds daily DOP/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/TRY over 6M

DOP/TRY over 6M: show the values
PointDOP/TRY
2026-03-280.74397
2026-04-040.73342
2026-04-110.73979
2026-04-180.74276
2026-04-250.75687
2026-05-020.75906
2026-05-090.76409
2026-05-170.76800
2026-05-250.77780
2026-06-010.78134
2026-06-100.79057
2026-06-170.79044
2026-06-240.79075
2026-07-010.78348
2026-07-080.79171
2026-07-150.80473
2026-07-220.80814
2026-07-290.81629
2026-08-050.81697
2026-08-120.81926
2026-08-200.82109
2026-08-270.82670
2026-09-030.82358
2026-09-100.82521
2026-09-170.83017
2026-09-240.81873

High

0.83017

Low

0.73342

Average

0.79050

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/TRY API questions

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

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

How far back does DOP/TRY historical data go?

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