Skip to content

DOP to LTL exchange rate API

Dominican Peso to Lithuanian Litas · quoted 2026-09-26

0.05096

▲ +7.46% over 1Y

1 DOP = 0.05096 LTL · 1 LTL = 19.6232 DOP · Get this rate via the API

1 DOP buys 0.05096 LTL as of 2026-09-26, so 1 LTL buys 19.6232 DOP. Over the last year, DOP/LTL traded between 0.04607 and 0.05218, averaged 0.04893 and rose 7.46%. The API holds daily DOP/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/LTL over 1Y

DOP/LTL over 1Y: show the values
PointDOP/LTL
2025-09-260.04742
2025-10-030.04707
2025-10-100.04738
2025-10-170.04668
2025-10-240.04668
2025-10-310.04650
2025-11-070.04653
2025-11-140.04608
2025-11-210.04698
2025-11-280.04759
2025-12-050.04658
2025-12-130.04607
2025-12-200.04705
2025-12-270.04677
2026-01-030.04667
2026-01-100.04678
2026-01-170.04693
2026-01-240.04638
2026-01-310.04635
2026-02-070.04647
2026-02-140.04673
2026-02-210.04790
2026-02-280.04859
2026-03-070.04937
2026-03-140.04880
2026-03-210.05047
2026-03-280.04944
2026-04-040.04933
2026-04-110.04891
2026-04-180.04891
2026-04-250.04965
2026-05-020.04962
2026-05-090.04975
2026-05-170.05009
2026-05-250.05048
2026-06-010.05047
2026-06-100.05123
2026-06-170.05074
2026-06-240.05168
2026-07-010.05082
2026-07-080.05110
2026-07-150.05164
2026-07-220.05181
2026-07-290.05218
2026-08-050.05139
2026-08-120.05134
2026-08-200.05061
2026-08-270.05091
2026-09-030.05075
2026-09-100.05049
2026-09-170.05137
2026-09-240.05086

High

0.05218

Low

0.04607

Average

0.04893

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/LTL API questions

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

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

How far back does DOP/LTL historical data go?

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