DOP to KES exchange rate API
Dominican Peso to Kenyan Shilling · quoted 2026-09-26
2.1786
▲ +6.47% over YTD
1 DOP = 2.1786 KES · 1 KES = 0.45902 DOP · Get this rate via the API
1 DOP buys 2.1786 KES as of 2026-09-26, so 1 KES buys 0.45902 DOP. Over the year to date, DOP/KES traded between 2.0254 and 2.2288, averaged 2.1575 and rose 6.47%. The API holds daily DOP/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/KES over YTD: show the values
| Point | DOP/KES |
|---|---|
| 2025-12-31 | 2.0461 |
| 2026-01-07 | 2.0367 |
| 2026-01-14 | 2.0254 |
| 2026-01-21 | 2.0382 |
| 2026-01-28 | 2.0534 |
| 2026-02-04 | 2.0493 |
| 2026-02-11 | 2.0564 |
| 2026-02-18 | 2.0914 |
| 2026-02-25 | 2.1179 |
| 2026-03-04 | 2.1712 |
| 2026-03-11 | 2.1430 |
| 2026-03-18 | 2.1299 |
| 2026-03-25 | 2.1632 |
| 2026-04-01 | 2.1630 |
| 2026-04-08 | 2.1436 |
| 2026-04-15 | 2.1703 |
| 2026-04-22 | 2.1451 |
| 2026-04-29 | 2.1788 |
| 2026-05-06 | 2.1675 |
| 2026-05-14 | 2.1892 |
| 2026-05-21 | 2.1979 |
| 2026-05-29 | 2.1909 |
| 2026-06-05 | 2.2194 |
| 2026-06-14 | 2.2047 |
| 2026-06-21 | 2.2143 |
| 2026-06-28 | 2.1757 |
| 2026-07-05 | 2.1918 |
| 2026-07-12 | 2.2055 |
| 2026-07-19 | 2.2113 |
| 2026-07-26 | 2.2288 |
| 2026-08-02 | 2.2244 |
| 2026-08-09 | 2.2233 |
| 2026-08-16 | 2.2085 |
| 2026-08-24 | 2.2064 |
| 2026-08-31 | 2.2050 |
| 2026-09-07 | 2.1861 |
| 2026-09-14 | 2.1909 |
| 2026-09-21 | 2.1996 |
High
2.2288
Low
2.0254
Average
2.1575
Get this rate via the API
One GET request returns the DOP/KES 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=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KES").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/KES API questions
How do I get the DOP/KES exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/KES rate in rates.KES.
How far back does DOP/KES historical data go?
Daily DOP/KES 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/KES 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.