Skip to content

GBP to DOP exchange rate API

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

78.7745

▼ +5.21% over 1Y

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 last year, GBP/DOP traded between 77.0093 and 86.1321, averaged 81.5022 and fell 5.21%. 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 1Y

GBP/DOP over 1Y: show the values
PointGBP/DOP
2025-09-2783.1074
2025-10-0484.3578
2025-10-1184.0414
2025-10-1885.0146
2025-10-2585.1931
2025-11-0184.4450
2025-11-0884.5349
2025-11-1584.5822
2025-11-2282.6968
2025-11-2983.1318
2025-12-0685.6458
2025-12-1484.9449
2025-12-2183.8220
2025-12-2884.8111
2026-01-0485.0629
2026-01-1185.0646
2026-01-1884.6943
2026-01-2585.9647
2026-02-0186.1321
2026-02-0885.2770
2026-02-1584.7950
2026-02-2282.4107
2026-03-0180.2081
2026-03-0880.4063
2026-03-1581.4408
2026-03-2279.0293
2026-03-2979.2366
2026-04-0580.0955
2026-04-1280.7578
2026-04-1981.1206
2026-04-2680.3210
2026-05-0380.9485
2026-05-1080.6655
2026-05-1880.1296
2026-05-2679.2202
2026-06-0278.7700
2026-06-1177.9984
2026-06-1877.4614
2026-06-2577.0093
2026-07-0279.1068
2026-07-0978.7686
2026-07-1678.5237
2026-07-2377.8733
2026-07-3077.6917
2026-08-0678.4126
2026-08-1378.8210
2026-08-2179.8956
2026-08-2879.8496
2026-09-0480.0826
2026-09-1179.5083
2026-09-1879.0307
2026-09-2578.7295

High

86.1321

Low

77.0093

Average

81.5022

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.