DOP to KGS exchange rate API
Dominican Peso to Som · quoted 2026-09-25
1.4657
▲ +4.02% over 1Y
1 DOP = 1.4657 KGS · 1 KGS = 0.68229 DOP · Get this rate via the API
1 DOP buys 1.4657 KGS as of 2026-09-25, so 1 KGS buys 0.68229 DOP. Over the last year, DOP/KGS traded between 1.3599 and 1.5108, averaged 1.4400 and rose 4.02%. The API holds daily DOP/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/KGS over 1Y: show the values
| Point | DOP/KGS |
|---|---|
| 2025-09-25 | 1.4090 |
| 2025-10-02 | 1.4007 |
| 2025-10-09 | 1.3959 |
| 2025-10-16 | 1.3887 |
| 2025-10-23 | 1.3766 |
| 2025-10-30 | 1.3625 |
| 2025-11-06 | 1.3599 |
| 2025-11-13 | 1.3609 |
| 2025-11-20 | 1.3821 |
| 2025-11-27 | 1.3976 |
| 2025-12-04 | 1.3801 |
| 2025-12-12 | 1.3683 |
| 2025-12-19 | 1.3933 |
| 2025-12-26 | 1.3952 |
| 2026-01-02 | 1.3857 |
| 2026-01-09 | 1.3753 |
| 2026-01-16 | 1.3710 |
| 2026-01-23 | 1.3907 |
| 2026-01-30 | 1.3891 |
| 2026-02-06 | 1.3850 |
| 2026-02-13 | 1.4011 |
| 2026-02-20 | 1.4209 |
| 2026-02-27 | 1.4484 |
| 2026-03-06 | 1.4706 |
| 2026-03-13 | 1.4271 |
| 2026-03-20 | 1.4884 |
| 2026-03-27 | 1.4701 |
| 2026-04-03 | 1.4428 |
| 2026-04-10 | 1.4484 |
| 2026-04-17 | 1.4605 |
| 2026-04-24 | 1.4652 |
| 2026-05-01 | 1.4716 |
| 2026-05-08 | 1.4653 |
| 2026-05-16 | 1.4680 |
| 2026-05-24 | 1.4824 |
| 2026-05-31 | 1.5056 |
| 2026-06-09 | 1.5048 |
| 2026-06-16 | 1.4925 |
| 2026-06-23 | 1.4925 |
| 2026-06-30 | 1.4654 |
| 2026-07-07 | 1.4812 |
| 2026-07-14 | 1.4868 |
| 2026-07-21 | 1.4964 |
| 2026-07-28 | 1.5062 |
| 2026-08-04 | 1.5108 |
| 2026-08-11 | 1.4994 |
| 2026-08-18 | 1.4939 |
| 2026-08-26 | 1.5002 |
| 2026-09-02 | 1.4870 |
| 2026-09-09 | 1.4859 |
| 2026-09-16 | 1.4799 |
| 2026-09-23 | 1.4697 |
High
1.5108
Low
1.3599
Average
1.4400
Get this rate via the API
One GET request returns the DOP/KGS 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=KGS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KGS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KGS").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/KGS API questions
How do I get the DOP/KGS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=KGS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/KGS rate in rates.KGS.
How far back does DOP/KGS historical data go?
Daily DOP/KGS 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/KGS 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.