DOP to KZT exchange rate API
Dominican Peso to Tenge · quoted 2026-09-26
7.4444
▼ +14.49% over 1Y
1 DOP = 7.4444 KZT · 1 KZT = 0.13433 DOP · Get this rate via the API
1 DOP buys 7.4444 KZT as of 2026-09-26, so 1 KZT buys 0.13433 DOP. Over the last year, DOP/KZT traded between 7.4444 and 8.7430, averaged 8.0612 and fell 14.49%. The API holds daily DOP/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/KZT over 1Y: show the values
| Point | DOP/KZT |
|---|---|
| 2025-09-26 | 8.7063 |
| 2025-10-03 | 8.7430 |
| 2025-10-10 | 8.5958 |
| 2025-10-17 | 8.4619 |
| 2025-10-24 | 8.4255 |
| 2025-10-31 | 8.2609 |
| 2025-11-07 | 8.1848 |
| 2025-11-14 | 8.1391 |
| 2025-11-21 | 8.1427 |
| 2025-11-28 | 8.2423 |
| 2025-12-05 | 7.9484 |
| 2025-12-13 | 8.1611 |
| 2025-12-20 | 8.2633 |
| 2025-12-27 | 8.0665 |
| 2026-01-03 | 8.0365 |
| 2026-01-10 | 8.0555 |
| 2026-01-17 | 8.0586 |
| 2026-01-24 | 8.0290 |
| 2026-01-31 | 8.0055 |
| 2026-02-07 | 7.8634 |
| 2026-02-14 | 7.9531 |
| 2026-02-21 | 8.1597 |
| 2026-02-28 | 8.2795 |
| 2026-03-07 | 8.2111 |
| 2026-03-14 | 7.9255 |
| 2026-03-21 | 8.1545 |
| 2026-03-28 | 8.0953 |
| 2026-04-04 | 7.7489 |
| 2026-04-11 | 7.8234 |
| 2026-04-18 | 7.7661 |
| 2026-04-25 | 7.7975 |
| 2026-05-02 | 7.7858 |
| 2026-05-09 | 7.7863 |
| 2026-05-17 | 7.9195 |
| 2026-05-25 | 8.0353 |
| 2026-06-01 | 8.2654 |
| 2026-06-10 | 8.3614 |
| 2026-06-17 | 8.3271 |
| 2026-06-24 | 8.2813 |
| 2026-07-01 | 8.0308 |
| 2026-07-08 | 7.9493 |
| 2026-07-15 | 8.0206 |
| 2026-07-22 | 8.0133 |
| 2026-07-29 | 8.2108 |
| 2026-08-05 | 8.0882 |
| 2026-08-12 | 7.9949 |
| 2026-08-20 | 7.8982 |
| 2026-08-27 | 7.9330 |
| 2026-09-03 | 7.7571 |
| 2026-09-10 | 7.7526 |
| 2026-09-17 | 7.6183 |
| 2026-09-24 | 7.4674 |
High
8.7430
Low
7.4444
Average
8.0612
Get this rate via the API
One GET request returns the DOP/KZT 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=DOP¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/KZT API questions
How do I get the DOP/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/KZT rate in rates.KZT.
How far back does DOP/KZT historical data go?
Daily DOP/KZT 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/KZT 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.