Skip to content

OMR to JPY exchange rate API

Rial Omani to Yen · quoted 2026-09-25

409.4014

▲ +9.17% over 5Y

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 5 years, OMR/JPY traded between 374.6009 and 423.4775, averaged 398.9460 and rose 9.17%. 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 5Y

OMR/JPY over 5Y: show the values
PointOMR/JPY
2024-08-24374.9995
2024-10-01378.1652
2024-10-31401.2112
2024-11-30389.0272
2024-12-30413.5401
2025-01-29408.0209
2025-02-28395.6773
2025-03-30391.5109
2025-04-29374.6009
2025-05-29380.3902
2025-06-28376.8760
2025-07-28388.9734
2025-08-27388.5813
2025-09-26387.9021
2025-10-26396.8092
2025-11-25404.6303
2025-12-25404.3646
2026-01-24406.1281
2026-02-23401.0963
2026-03-25411.8271
2026-04-24412.9965
2026-05-24412.3208
2026-06-23418.4824
2026-07-23423.4775
2026-08-22413.1081
2026-09-21407.4234

High

423.4775

Low

374.6009

Average

398.9460

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.