FJD to OMR exchange rate API
Fiji Dollar to Rial Omani · quoted 2026-09-25
0.17195
▲ +0.53% over 1Y
1 FJD = 0.17195 OMR · 1 OMR = 5.8155 FJD · Get this rate via the API
1 FJD buys 0.17195 OMR as of 2026-09-25, so 1 OMR buys 5.8155 FJD. Over the last year, FJD/OMR traded between 0.16760 and 0.17607, averaged 0.17238 and rose 0.53%. The API holds daily FJD/OMR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/OMR over 1Y: show the values
| Point | FJD/OMR |
|---|---|
| 2025-09-25 | 0.17105 |
| 2025-10-02 | 0.17037 |
| 2025-10-09 | 0.16981 |
| 2025-10-16 | 0.16889 |
| 2025-10-23 | 0.16822 |
| 2025-10-30 | 0.16928 |
| 2025-11-06 | 0.16826 |
| 2025-11-13 | 0.16858 |
| 2025-11-20 | 0.16760 |
| 2025-11-27 | 0.16851 |
| 2025-12-04 | 0.16935 |
| 2025-12-11 | 0.16961 |
| 2025-12-18 | 0.16910 |
| 2025-12-25 | 0.16962 |
| 2026-01-01 | 0.16922 |
| 2026-01-08 | 0.16994 |
| 2026-01-15 | 0.16951 |
| 2026-01-22 | 0.17063 |
| 2026-01-29 | 0.17429 |
| 2026-02-05 | 0.17388 |
| 2026-02-12 | 0.17540 |
| 2026-02-19 | 0.17482 |
| 2026-02-26 | 0.17527 |
| 2026-03-05 | 0.17445 |
| 2026-03-12 | 0.17477 |
| 2026-03-19 | 0.17450 |
| 2026-03-26 | 0.17349 |
| 2026-04-02 | 0.17219 |
| 2026-04-09 | 0.17319 |
| 2026-04-16 | 0.17474 |
| 2026-04-23 | 0.17484 |
| 2026-04-30 | 0.17523 |
| 2026-05-07 | 0.17579 |
| 2026-05-14 | 0.17607 |
| 2026-05-21 | 0.17478 |
| 2026-05-28 | 0.17551 |
| 2026-06-04 | 0.17515 |
| 2026-06-11 | 0.17308 |
| 2026-06-18 | 0.17307 |
| 2026-06-25 | 0.17203 |
| 2026-07-02 | 0.17200 |
| 2026-07-09 | 0.17205 |
| 2026-07-16 | 0.17282 |
| 2026-07-23 | 0.17258 |
| 2026-07-30 | 0.17287 |
| 2026-08-06 | 0.17341 |
| 2026-08-13 | 0.17347 |
| 2026-08-20 | 0.17438 |
| 2026-08-27 | 0.17480 |
| 2026-09-03 | 0.17428 |
| 2026-09-10 | 0.17447 |
| 2026-09-17 | 0.17299 |
| 2026-09-24 | 0.17237 |
High
0.17607
Low
0.16760
Average
0.17238
Get this rate via the API
One GET request returns the FJD/OMR 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=OMR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=OMR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=OMR").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/OMR API questions
How do I get the FJD/OMR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=OMR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/OMR rate in rates.OMR.
How far back does FJD/OMR historical data go?
Daily FJD/OMR 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/OMR 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.