Skip to content

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

DOP/KGS over 1Y: show the values
PointDOP/KGS
2025-09-251.4090
2025-10-021.4007
2025-10-091.3959
2025-10-161.3887
2025-10-231.3766
2025-10-301.3625
2025-11-061.3599
2025-11-131.3609
2025-11-201.3821
2025-11-271.3976
2025-12-041.3801
2025-12-121.3683
2025-12-191.3933
2025-12-261.3952
2026-01-021.3857
2026-01-091.3753
2026-01-161.3710
2026-01-231.3907
2026-01-301.3891
2026-02-061.3850
2026-02-131.4011
2026-02-201.4209
2026-02-271.4484
2026-03-061.4706
2026-03-131.4271
2026-03-201.4884
2026-03-271.4701
2026-04-031.4428
2026-04-101.4484
2026-04-171.4605
2026-04-241.4652
2026-05-011.4716
2026-05-081.4653
2026-05-161.4680
2026-05-241.4824
2026-05-311.5056
2026-06-091.5048
2026-06-161.4925
2026-06-231.4925
2026-06-301.4654
2026-07-071.4812
2026-07-141.4868
2026-07-211.4964
2026-07-281.5062
2026-08-041.5108
2026-08-111.4994
2026-08-181.4939
2026-08-261.5002
2026-09-021.4870
2026-09-091.4859
2026-09-161.4799
2026-09-231.4697

High

1.5108

Low

1.3599

Average

1.4400

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=KGS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=KGS");
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=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&currencies=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.