Skip to content

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

FKP/DOP over YTD: show the values
PointFKP/DOP
2025-12-3185.0302
2026-01-0785.6505
2026-01-1485.5836
2026-01-2185.1605
2026-01-2886.7250
2026-02-0486.0431
2026-02-1185.6447
2026-02-1883.5532
2026-02-2582.3090
2026-03-0479.3305
2026-03-1181.0727
2026-03-1881.1386
2026-03-2580.2050
2026-04-0179.5543
2026-04-0881.2968
2026-04-1580.2484
2026-04-2281.5924
2026-04-2980.2889
2026-05-0680.4739
2026-05-1479.8240
2026-05-2179.0790
2026-05-2979.1835
2026-06-0578.2912
2026-06-1478.7440
2026-06-2177.3549
2026-06-2878.5496
2026-07-0578.7668
2026-07-1278.5099
2026-07-1978.6342
2026-07-2677.4150
2026-08-0278.3910
2026-08-0978.4992
2026-08-1679.2110
2026-08-2480.0400
2026-08-3179.7179
2026-09-0779.9823
2026-09-1479.7890
2026-09-2178.7792

High

86.7250

Low

77.3549

Average

80.7295

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=DOP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.