Skip to content

GBP to DOP exchange rate API

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

78.7745

▼ +0.35% over 6M

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 6 months, GBP/DOP traded between 77.2617 and 81.2612, averaged 79.2070 and fell 0.35%. 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 6M

GBP/DOP over 6M: show the values
PointGBP/DOP
2026-03-3179.0519
2026-04-0780.3146
2026-04-1480.9380
2026-04-2181.2612
2026-04-2880.2664
2026-05-0580.6687
2026-05-1280.0369
2026-05-2078.8546
2026-05-2879.3360
2026-06-0478.3222
2026-06-1378.6427
2026-06-2077.2617
2026-06-2777.8113
2026-07-0479.1446
2026-07-1178.6463
2026-07-1878.8037
2026-07-2577.4720
2026-08-0178.3995
2026-08-0878.4724
2026-08-1579.1624
2026-08-2380.0055
2026-08-3079.4602
2026-09-0679.7130
2026-09-1379.9282
2026-09-2079.0645
2026-09-2778.7745

High

81.2612

Low

77.2617

Average

79.2070

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.