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: show the values
| Point | GBP/DOP |
|---|---|
| 2025-12-31 | 85.0578 |
| 2026-01-07 | 85.4869 |
| 2026-01-14 | 85.6721 |
| 2026-01-21 | 85.0053 |
| 2026-01-28 | 86.6625 |
| 2026-02-04 | 86.1320 |
| 2026-02-11 | 85.6512 |
| 2026-02-18 | 83.6792 |
| 2026-02-25 | 82.3757 |
| 2026-03-04 | 79.6210 |
| 2026-03-11 | 80.8980 |
| 2026-03-18 | 80.8693 |
| 2026-03-25 | 80.1314 |
| 2026-04-01 | 80.0587 |
| 2026-04-08 | 81.7412 |
| 2026-04-15 | 80.8028 |
| 2026-04-22 | 81.3577 |
| 2026-04-29 | 80.0510 |
| 2026-05-06 | 80.9720 |
| 2026-05-14 | 79.7182 |
| 2026-05-21 | 79.0302 |
| 2026-05-29 | 79.1363 |
| 2026-06-05 | 78.5191 |
| 2026-06-14 | 78.8678 |
| 2026-06-21 | 77.2528 |
| 2026-06-28 | 78.5433 |
| 2026-07-05 | 78.7591 |
| 2026-07-12 | 78.4324 |
| 2026-07-19 | 78.6046 |
| 2026-07-26 | 77.4798 |
| 2026-08-02 | 78.4300 |
| 2026-08-09 | 78.4972 |
| 2026-08-16 | 79.2301 |
| 2026-08-24 | 79.9889 |
| 2026-08-31 | 79.6859 |
| 2026-09-07 | 80.1088 |
| 2026-09-14 | 79.7271 |
| 2026-09-21 | 78.8474 |
High
86.6625
Low
77.2528
Average
80.7656
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.