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: show the values
| Point | OMR/FJD |
|---|---|
| 2025-09-25 | 5.8464 |
| 2025-10-02 | 5.8696 |
| 2025-10-09 | 5.8888 |
| 2025-10-16 | 5.9211 |
| 2025-10-23 | 5.9447 |
| 2025-10-30 | 5.9074 |
| 2025-11-06 | 5.9430 |
| 2025-11-13 | 5.9320 |
| 2025-11-20 | 5.9667 |
| 2025-11-27 | 5.9344 |
| 2025-12-04 | 5.9048 |
| 2025-12-11 | 5.8959 |
| 2025-12-18 | 5.9136 |
| 2025-12-25 | 5.8957 |
| 2026-01-01 | 5.9093 |
| 2026-01-08 | 5.8844 |
| 2026-01-15 | 5.8993 |
| 2026-01-22 | 5.8606 |
| 2026-01-29 | 5.7374 |
| 2026-02-05 | 5.7511 |
| 2026-02-12 | 5.7012 |
| 2026-02-19 | 5.7201 |
| 2026-02-26 | 5.7056 |
| 2026-03-05 | 5.7324 |
| 2026-03-12 | 5.7220 |
| 2026-03-19 | 5.7307 |
| 2026-03-26 | 5.7640 |
| 2026-04-02 | 5.8076 |
| 2026-04-09 | 5.7739 |
| 2026-04-16 | 5.7227 |
| 2026-04-23 | 5.7196 |
| 2026-04-30 | 5.7067 |
| 2026-05-07 | 5.6885 |
| 2026-05-14 | 5.6795 |
| 2026-05-21 | 5.7216 |
| 2026-05-28 | 5.6975 |
| 2026-06-04 | 5.7093 |
| 2026-06-11 | 5.7776 |
| 2026-06-18 | 5.7779 |
| 2026-06-25 | 5.8131 |
| 2026-07-02 | 5.8140 |
| 2026-07-09 | 5.8122 |
| 2026-07-16 | 5.7862 |
| 2026-07-23 | 5.7943 |
| 2026-07-30 | 5.7847 |
| 2026-08-06 | 5.7666 |
| 2026-08-13 | 5.7646 |
| 2026-08-20 | 5.7346 |
| 2026-08-27 | 5.7207 |
| 2026-09-03 | 5.7380 |
| 2026-09-10 | 5.7317 |
| 2026-09-17 | 5.7807 |
| 2026-09-24 | 5.8015 |
High
5.9667
Low
5.6795
Average
5.8024
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.