Skip to content

FJD to RON exchange rate API

Fiji Dollar to New Romanian Leu · quoted 2026-09-25

2.0674

▲ +7.90% over 1Y

1 FJD = 2.0674 RON · 1 RON = 0.48369 FJD · Get this rate via the API

1 FJD buys 2.0674 RON as of 2026-09-25, so 1 RON buys 0.48369 FJD. Over the last year, FJD/RON traded between 1.9020 and 2.0675, averaged 1.9834 and rose 7.90%. The API holds daily FJD/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/RON over 1Y

FJD/RON over 1Y: show the values
PointFJD/RON
2025-09-251.9161
2025-10-021.9084
2025-10-091.9303
2025-10-161.9109
2025-10-231.9107
2025-10-301.9308
2025-11-061.9221
2025-11-131.9109
2025-11-201.9189
2025-11-271.9183
2025-12-041.9152
2025-12-111.9093
2025-12-181.9033
2025-12-251.9020
2026-01-011.9083
2026-01-081.9187
2026-01-151.9226
2026-01-221.9230
2026-01-291.9229
2026-02-051.9451
2026-02-121.9491
2026-02-191.9644
2026-02-261.9582
2026-03-051.9812
2026-03-121.9973
2026-03-192.0056
2026-03-261.9856
2026-04-021.9733
2026-04-091.9558
2026-04-161.9570
2026-04-231.9721
2026-04-302.0102
2026-05-072.0370
2026-05-142.0290
2026-05-212.0469
2026-05-282.0540
2026-06-042.0496
2026-06-122.0400
2026-06-192.0513
2026-06-262.0522
2026-07-032.0401
2026-07-102.0527
2026-07-172.0513
2026-07-242.0507
2026-07-312.0442
2026-08-072.0453
2026-08-142.0383
2026-08-212.0287
2026-08-282.0455
2026-09-042.0454
2026-09-112.0442
2026-09-182.0639
2026-09-252.0675

High

2.0675

Low

1.9020

Average

1.9834

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/RON API questions

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

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

How far back does FJD/RON historical data go?

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