Skip to content

GBP to DOP exchange rate API

Pound Sterling to Dominican Peso · quoted 2026-09-27

78.7745

▼ +7.39% over YTD

1 GBP = 78.7745 DOP · 1 DOP = 0.01269 GBP · Get this rate via the API

1 GBP buys 78.7745 DOP as of 2026-09-27, so 1 DOP buys 0.01269 GBP. Over the year to date, GBP/DOP traded between 77.2528 and 86.6625, averaged 80.7656 and fell 7.39%. The API holds daily GBP/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/DOP over YTD

GBP/DOP over YTD: show the values
PointGBP/DOP
2025-12-3185.0578
2026-01-0785.4869
2026-01-1485.6721
2026-01-2185.0053
2026-01-2886.6625
2026-02-0486.1320
2026-02-1185.6512
2026-02-1883.6792
2026-02-2582.3757
2026-03-0479.6210
2026-03-1180.8980
2026-03-1880.8693
2026-03-2580.1314
2026-04-0180.0587
2026-04-0881.7412
2026-04-1580.8028
2026-04-2281.3577
2026-04-2980.0510
2026-05-0680.9720
2026-05-1479.7182
2026-05-2179.0302
2026-05-2979.1363
2026-06-0578.5191
2026-06-1478.8678
2026-06-2177.2528
2026-06-2878.5433
2026-07-0578.7591
2026-07-1278.4324
2026-07-1978.6046
2026-07-2677.4798
2026-08-0278.4300
2026-08-0978.4972
2026-08-1679.2301
2026-08-2479.9889
2026-08-3179.6859
2026-09-0780.1088
2026-09-1479.7271
2026-09-2178.8474

High

86.6625

Low

77.2528

Average

80.7656

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/DOP API questions

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

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

How far back does GBP/DOP historical data go?

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