Skip to content

OMR to FJD exchange rate API

Rial Omani to Fiji Dollar · quoted 2026-09-25

5.8229

▼ +0.40% over 1Y

1 OMR = 5.8229 FJD · 1 FJD = 0.17174 OMR · Get this rate via the API

1 OMR buys 5.8229 FJD as of 2026-09-25, so 1 FJD buys 0.17174 OMR. Over the last year, OMR/FJD traded between 5.6795 and 5.9667, averaged 5.8024 and fell 0.40%. The API holds daily OMR/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/FJD over 1Y

OMR/FJD over 1Y: show the values
PointOMR/FJD
2025-09-255.8464
2025-10-025.8696
2025-10-095.8888
2025-10-165.9211
2025-10-235.9447
2025-10-305.9074
2025-11-065.9430
2025-11-135.9320
2025-11-205.9667
2025-11-275.9344
2025-12-045.9048
2025-12-115.8959
2025-12-185.9136
2025-12-255.8957
2026-01-015.9093
2026-01-085.8844
2026-01-155.8993
2026-01-225.8606
2026-01-295.7374
2026-02-055.7511
2026-02-125.7012
2026-02-195.7201
2026-02-265.7056
2026-03-055.7324
2026-03-125.7220
2026-03-195.7307
2026-03-265.7640
2026-04-025.8076
2026-04-095.7739
2026-04-165.7227
2026-04-235.7196
2026-04-305.7067
2026-05-075.6885
2026-05-145.6795
2026-05-215.7216
2026-05-285.6975
2026-06-045.7093
2026-06-115.7776
2026-06-185.7779
2026-06-255.8131
2026-07-025.8140
2026-07-095.8122
2026-07-165.7862
2026-07-235.7943
2026-07-305.7847
2026-08-065.7666
2026-08-135.7646
2026-08-205.7346
2026-08-275.7207
2026-09-035.7380
2026-09-105.7317
2026-09-175.7807
2026-09-245.8015

High

5.9667

Low

5.6795

Average

5.8024

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

OMR/FJD API questions

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

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

How far back does OMR/FJD historical data go?

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