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: show the values
| Point | GBP/DOP |
|---|---|
| 2025-09-27 | 83.1074 |
| 2025-10-04 | 84.3578 |
| 2025-10-11 | 84.0414 |
| 2025-10-18 | 85.0146 |
| 2025-10-25 | 85.1931 |
| 2025-11-01 | 84.4450 |
| 2025-11-08 | 84.5349 |
| 2025-11-15 | 84.5822 |
| 2025-11-22 | 82.6968 |
| 2025-11-29 | 83.1318 |
| 2025-12-06 | 85.6458 |
| 2025-12-14 | 84.9449 |
| 2025-12-21 | 83.8220 |
| 2025-12-28 | 84.8111 |
| 2026-01-04 | 85.0629 |
| 2026-01-11 | 85.0646 |
| 2026-01-18 | 84.6943 |
| 2026-01-25 | 85.9647 |
| 2026-02-01 | 86.1321 |
| 2026-02-08 | 85.2770 |
| 2026-02-15 | 84.7950 |
| 2026-02-22 | 82.4107 |
| 2026-03-01 | 80.2081 |
| 2026-03-08 | 80.4063 |
| 2026-03-15 | 81.4408 |
| 2026-03-22 | 79.0293 |
| 2026-03-29 | 79.2366 |
| 2026-04-05 | 80.0955 |
| 2026-04-12 | 80.7578 |
| 2026-04-19 | 81.1206 |
| 2026-04-26 | 80.3210 |
| 2026-05-03 | 80.9485 |
| 2026-05-10 | 80.6655 |
| 2026-05-18 | 80.1296 |
| 2026-05-26 | 79.2202 |
| 2026-06-02 | 78.7700 |
| 2026-06-11 | 77.9984 |
| 2026-06-18 | 77.4614 |
| 2026-06-25 | 77.0093 |
| 2026-07-02 | 79.1068 |
| 2026-07-09 | 78.7686 |
| 2026-07-16 | 78.5237 |
| 2026-07-23 | 77.8733 |
| 2026-07-30 | 77.6917 |
| 2026-08-06 | 78.4126 |
| 2026-08-13 | 78.8210 |
| 2026-08-21 | 79.8956 |
| 2026-08-28 | 79.8496 |
| 2026-09-04 | 80.0826 |
| 2026-09-11 | 79.5083 |
| 2026-09-18 | 79.0307 |
| 2026-09-25 | 78.7295 |
High
86.1321
Low
77.0093
Average
81.5022
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.