GBP to DOP exchange rate API
Pound Sterling to Dominican Peso · quoted 2026-09-27
78.7745
▼ +1.35% over 30D
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 30 days, GBP/DOP traded between 78.4304 and 80.1760, averaged 79.3862 and fell 1.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 30D: show the values
| Point | GBP/DOP |
|---|---|
| 2026-08-28 | 79.8496 |
| 2026-08-29 | 79.2031 |
| 2026-08-30 | 79.4602 |
| 2026-08-31 | 79.6859 |
| 2026-09-01 | 79.7277 |
| 2026-09-02 | 79.3795 |
| 2026-09-03 | 79.1804 |
| 2026-09-04 | 80.0826 |
| 2026-09-05 | 80.0076 |
| 2026-09-06 | 79.7130 |
| 2026-09-07 | 80.1088 |
| 2026-09-08 | 80.1760 |
| 2026-09-09 | 79.9102 |
| 2026-09-10 | 79.4541 |
| 2026-09-11 | 79.5083 |
| 2026-09-12 | 79.9371 |
| 2026-09-13 | 79.9282 |
| 2026-09-14 | 79.7271 |
| 2026-09-15 | 79.4952 |
| 2026-09-16 | 79.5236 |
| 2026-09-17 | 78.4304 |
| 2026-09-18 | 79.0307 |
| 2026-09-19 | 79.0667 |
| 2026-09-20 | 79.0645 |
| 2026-09-21 | 78.8474 |
| 2026-09-22 | 78.9029 |
| 2026-09-23 | 79.0061 |
| 2026-09-24 | 78.8863 |
| 2026-09-25 | 78.7295 |
| 2026-09-26 | 78.7885 |
| 2026-09-27 | 78.7745 |
High
80.1760
Low
78.4304
Average
79.3862
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.