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: show the values
| Point | FJD/RON |
|---|---|
| 2025-09-25 | 1.9161 |
| 2025-10-02 | 1.9084 |
| 2025-10-09 | 1.9303 |
| 2025-10-16 | 1.9109 |
| 2025-10-23 | 1.9107 |
| 2025-10-30 | 1.9308 |
| 2025-11-06 | 1.9221 |
| 2025-11-13 | 1.9109 |
| 2025-11-20 | 1.9189 |
| 2025-11-27 | 1.9183 |
| 2025-12-04 | 1.9152 |
| 2025-12-11 | 1.9093 |
| 2025-12-18 | 1.9033 |
| 2025-12-25 | 1.9020 |
| 2026-01-01 | 1.9083 |
| 2026-01-08 | 1.9187 |
| 2026-01-15 | 1.9226 |
| 2026-01-22 | 1.9230 |
| 2026-01-29 | 1.9229 |
| 2026-02-05 | 1.9451 |
| 2026-02-12 | 1.9491 |
| 2026-02-19 | 1.9644 |
| 2026-02-26 | 1.9582 |
| 2026-03-05 | 1.9812 |
| 2026-03-12 | 1.9973 |
| 2026-03-19 | 2.0056 |
| 2026-03-26 | 1.9856 |
| 2026-04-02 | 1.9733 |
| 2026-04-09 | 1.9558 |
| 2026-04-16 | 1.9570 |
| 2026-04-23 | 1.9721 |
| 2026-04-30 | 2.0102 |
| 2026-05-07 | 2.0370 |
| 2026-05-14 | 2.0290 |
| 2026-05-21 | 2.0469 |
| 2026-05-28 | 2.0540 |
| 2026-06-04 | 2.0496 |
| 2026-06-12 | 2.0400 |
| 2026-06-19 | 2.0513 |
| 2026-06-26 | 2.0522 |
| 2026-07-03 | 2.0401 |
| 2026-07-10 | 2.0527 |
| 2026-07-17 | 2.0513 |
| 2026-07-24 | 2.0507 |
| 2026-07-31 | 2.0442 |
| 2026-08-07 | 2.0453 |
| 2026-08-14 | 2.0383 |
| 2026-08-21 | 2.0287 |
| 2026-08-28 | 2.0455 |
| 2026-09-04 | 2.0454 |
| 2026-09-11 | 2.0442 |
| 2026-09-18 | 2.0639 |
| 2026-09-25 | 2.0675 |
High
2.0675
Low
1.9020
Average
1.9834
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=RON"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=RON");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.