FKP to DOP exchange rate API
Falkland Islands Pound to Dominican Peso · quoted 2026-09-26
78.7885
▼ +7.34% over YTD
1 FKP = 78.7885 DOP · 1 DOP = 0.01269 FKP · Get this rate via the API
1 FKP buys 78.7885 DOP as of 2026-09-26, so 1 DOP buys 0.01269 FKP. Over the year to date, FKP/DOP traded between 77.3549 and 86.7250, averaged 80.7295 and fell 7.34%. The API holds daily FKP/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/DOP over YTD: show the values
| Point | FKP/DOP |
|---|---|
| 2025-12-31 | 85.0302 |
| 2026-01-07 | 85.6505 |
| 2026-01-14 | 85.5836 |
| 2026-01-21 | 85.1605 |
| 2026-01-28 | 86.7250 |
| 2026-02-04 | 86.0431 |
| 2026-02-11 | 85.6447 |
| 2026-02-18 | 83.5532 |
| 2026-02-25 | 82.3090 |
| 2026-03-04 | 79.3305 |
| 2026-03-11 | 81.0727 |
| 2026-03-18 | 81.1386 |
| 2026-03-25 | 80.2050 |
| 2026-04-01 | 79.5543 |
| 2026-04-08 | 81.2968 |
| 2026-04-15 | 80.2484 |
| 2026-04-22 | 81.5924 |
| 2026-04-29 | 80.2889 |
| 2026-05-06 | 80.4739 |
| 2026-05-14 | 79.8240 |
| 2026-05-21 | 79.0790 |
| 2026-05-29 | 79.1835 |
| 2026-06-05 | 78.2912 |
| 2026-06-14 | 78.7440 |
| 2026-06-21 | 77.3549 |
| 2026-06-28 | 78.5496 |
| 2026-07-05 | 78.7668 |
| 2026-07-12 | 78.5099 |
| 2026-07-19 | 78.6342 |
| 2026-07-26 | 77.4150 |
| 2026-08-02 | 78.3910 |
| 2026-08-09 | 78.4992 |
| 2026-08-16 | 79.2110 |
| 2026-08-24 | 80.0400 |
| 2026-08-31 | 79.7179 |
| 2026-09-07 | 79.9823 |
| 2026-09-14 | 79.7890 |
| 2026-09-21 | 78.7792 |
High
86.7250
Low
77.3549
Average
80.7295
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/DOP API questions
How do I get the FKP/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/DOP rate in rates.DOP.
How far back does FKP/DOP historical data go?
Daily FKP/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 FKP/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.