FKP to DOP exchange rate API
Falkland Islands Pound to Dominican Peso · quoted 2026-09-26
78.7885
▼ +0.27% over 6M
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 last 6 months, FKP/DOP traded between 76.9828 and 81.3483, averaged 79.2413 and fell 0.27%. 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 6M: show the values
| Point | FKP/DOP |
|---|---|
| 2026-03-30 | 79.0054 |
| 2026-04-06 | 80.2936 |
| 2026-04-13 | 80.9296 |
| 2026-04-20 | 81.3483 |
| 2026-04-27 | 80.4832 |
| 2026-05-04 | 80.7716 |
| 2026-05-11 | 80.8662 |
| 2026-05-19 | 79.3991 |
| 2026-05-27 | 79.2137 |
| 2026-06-03 | 78.0609 |
| 2026-06-12 | 78.3557 |
| 2026-06-19 | 76.9828 |
| 2026-06-26 | 77.8734 |
| 2026-07-03 | 79.1274 |
| 2026-07-10 | 78.9200 |
| 2026-07-17 | 78.9379 |
| 2026-07-24 | 77.4640 |
| 2026-07-31 | 77.9400 |
| 2026-08-07 | 78.5430 |
| 2026-08-14 | 78.9747 |
| 2026-08-22 | 80.2343 |
| 2026-08-29 | 79.2031 |
| 2026-09-05 | 80.0076 |
| 2026-09-12 | 79.9371 |
| 2026-09-19 | 79.0667 |
| 2026-09-26 | 78.7885 |
High
81.3483
Low
76.9828
Average
79.2413
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.