Skip to content

FJD to DOP exchange rate API

Fiji Dollar to Dominican Peso · quoted 2026-09-25

26.5831

▼ +3.34% over 1Y

1 FJD = 26.5831 DOP · 1 DOP = 0.03762 FJD · Get this rate via the API

1 FJD buys 26.5831 DOP as of 2026-09-25, so 1 DOP buys 0.03762 FJD. Over the last year, FJD/DOP traded between 26.0604 and 28.5203, averaged 27.1389 and fell 3.34%. The API holds daily FJD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/DOP over 1Y

FJD/DOP over 1Y: show the values
PointFJD/DOP
2025-09-2527.5025
2025-10-0227.5441
2025-10-0927.5613
2025-10-1627.5550
2025-10-2327.6922
2025-10-3028.1504
2025-11-0628.0384
2025-11-1328.0702
2025-11-2027.5422
2025-11-2727.3259
2025-12-0427.8141
2025-12-1228.1177
2025-12-1927.5031
2025-12-2627.5928
2026-01-0227.6785
2026-01-0927.9232
2026-01-1627.9984
2026-01-2327.9261
2026-01-3028.5203
2026-02-0628.3995
2026-02-1328.3295
2026-02-2027.9006
2026-02-2727.4085
2026-03-0626.7607
2026-03-1327.7868
2026-03-2026.5430
2026-03-2726.5155
2026-04-0326.8953
2026-04-1027.1644
2026-04-1727.0413
2026-04-2426.9389
2026-05-0127.0386
2026-05-0827.1794
2026-05-1627.0363
2026-05-2426.5952
2026-05-3126.2265
2026-06-0926.1962
2026-06-1626.3979
2026-06-2326.1931
2026-06-3026.5295
2026-07-0726.3255
2026-07-1426.2686
2026-07-2126.1744
2026-07-2826.0604
2026-08-0426.1294
2026-08-1126.2469
2026-08-1826.4836
2026-08-2626.4386
2026-09-0226.5519
2026-09-0926.6675
2026-09-1626.6249
2026-09-2326.6733

High

28.5203

Low

26.0604

Average

27.1389

For developers

Get this rate via the API

One GET request returns the FJD/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=FJD&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=DOP").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/DOP API questions

How do I get the FJD/DOP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/DOP rate in rates.DOP.

How far back does FJD/DOP historical data go?

Daily FJD/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 FJD/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.