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: show the values
| Point | FJD/DOP |
|---|---|
| 2025-09-25 | 27.5025 |
| 2025-10-02 | 27.5441 |
| 2025-10-09 | 27.5613 |
| 2025-10-16 | 27.5550 |
| 2025-10-23 | 27.6922 |
| 2025-10-30 | 28.1504 |
| 2025-11-06 | 28.0384 |
| 2025-11-13 | 28.0702 |
| 2025-11-20 | 27.5422 |
| 2025-11-27 | 27.3259 |
| 2025-12-04 | 27.8141 |
| 2025-12-12 | 28.1177 |
| 2025-12-19 | 27.5031 |
| 2025-12-26 | 27.5928 |
| 2026-01-02 | 27.6785 |
| 2026-01-09 | 27.9232 |
| 2026-01-16 | 27.9984 |
| 2026-01-23 | 27.9261 |
| 2026-01-30 | 28.5203 |
| 2026-02-06 | 28.3995 |
| 2026-02-13 | 28.3295 |
| 2026-02-20 | 27.9006 |
| 2026-02-27 | 27.4085 |
| 2026-03-06 | 26.7607 |
| 2026-03-13 | 27.7868 |
| 2026-03-20 | 26.5430 |
| 2026-03-27 | 26.5155 |
| 2026-04-03 | 26.8953 |
| 2026-04-10 | 27.1644 |
| 2026-04-17 | 27.0413 |
| 2026-04-24 | 26.9389 |
| 2026-05-01 | 27.0386 |
| 2026-05-08 | 27.1794 |
| 2026-05-16 | 27.0363 |
| 2026-05-24 | 26.5952 |
| 2026-05-31 | 26.2265 |
| 2026-06-09 | 26.1962 |
| 2026-06-16 | 26.3979 |
| 2026-06-23 | 26.1931 |
| 2026-06-30 | 26.5295 |
| 2026-07-07 | 26.3255 |
| 2026-07-14 | 26.2686 |
| 2026-07-21 | 26.1744 |
| 2026-07-28 | 26.0604 |
| 2026-08-04 | 26.1294 |
| 2026-08-11 | 26.2469 |
| 2026-08-18 | 26.4836 |
| 2026-08-26 | 26.4386 |
| 2026-09-02 | 26.5519 |
| 2026-09-09 | 26.6675 |
| 2026-09-16 | 26.6249 |
| 2026-09-23 | 26.6733 |
High
28.5203
Low
26.0604
Average
27.1389
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.