Skip to content

OMR to JPY exchange rate API

Rial Omani to Yen · quoted 2026-09-25

409.4014

▲ +6.20% over 1Y

1 OMR = 409.4014 JPY · 1 JPY = 0.002443 OMR · Get this rate via the API

1 OMR buys 409.4014 JPY as of 2026-09-25, so 1 JPY buys 0.002443 OMR. Over the last year, OMR/JPY traded between 380.2760 and 423.4775, averaged 407.4215 and rose 6.20%. The API holds daily OMR/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/JPY over 1Y

OMR/JPY over 1Y: show the values
PointOMR/JPY
2025-09-25385.4896
2025-10-02380.2760
2025-10-09395.8212
2025-10-16391.9380
2025-10-23395.4479
2025-10-30400.0604
2025-11-06397.9483
2025-11-13400.3875
2025-11-20408.2971
2025-11-27404.9636
2025-12-04400.9430
2025-12-11403.0702
2025-12-18403.6233
2025-12-25404.3646
2026-01-01407.2630
2026-01-08405.9980
2026-01-15410.7567
2026-01-22411.3713
2026-01-29397.1731
2026-02-05406.5451
2026-02-12398.2545
2026-02-19401.3282
2026-02-26404.3024
2026-03-05408.1192
2026-03-12411.5587
2026-03-19411.4121
2026-03-26413.5597
2026-04-02413.4754
2026-04-09411.7430
2026-04-16411.8492
2026-04-23413.1618
2026-04-30405.5563
2026-05-07405.1416
2026-05-14409.1777
2026-05-21412.2936
2026-05-28413.0663
2026-06-04413.9640
2026-06-11415.8828
2026-06-18416.9278
2026-06-25419.2812
2026-07-02418.6286
2026-07-09420.7438
2026-07-16420.1794
2026-07-23423.4775
2026-07-30422.0911
2026-08-06408.9053
2026-08-13412.7898
2026-08-20411.3333
2026-08-27412.9342
2026-09-03404.1850
2026-09-10399.4126
2026-09-17403.3483
2026-09-24411.5380

High

423.4775

Low

380.2760

Average

407.4215

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/JPY API questions

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

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

How far back does OMR/JPY historical data go?

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