Skip to content

FJD to DOP exchange rate API

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

26.5831

▼ +4.37% over YTD

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 year to date, FJD/DOP traded between 25.8645 and 28.4650, averaged 26.9425 and fell 4.37%. 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 YTD

FJD/DOP over YTD: show the values
PointFJD/DOP
2025-12-3127.7968
2026-01-0727.9212
2026-01-1427.9621
2026-01-2127.9310
2026-01-2828.3405
2026-02-0428.3667
2026-02-1128.4650
2026-02-1827.9381
2026-02-2527.6139
2026-03-0426.8910
2026-03-1127.3322
2026-03-1827.4434
2026-03-2526.8104
2026-04-0126.8360
2026-04-0827.1030
2026-04-1526.9823
2026-04-2227.3151
2026-04-2926.8589
2026-05-0627.0476
2026-05-1426.9148
2026-05-2126.6656
2026-05-2926.6985
2026-06-0526.4517
2026-06-1426.2809
2026-06-2126.0458
2026-06-2826.2580
2026-07-0526.1281
2026-07-1226.0197
2026-07-1926.0291
2026-07-2625.8645
2026-08-0226.2052
2026-08-0926.1750
2026-08-1626.3276
2026-08-2426.6412
2026-08-3126.5958
2026-09-0726.8083
2026-09-1426.6713
2026-09-2126.4379

High

28.4650

Low

25.8645

Average

26.9425

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.