Skip to content

OMR to JPY exchange rate API

Rial Omani to Yen · quoted 2026-09-25

409.4014

▼ +1.54% over 6M

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 6 months, OMR/JPY traded between 398.3121 and 424.6591, averaged 413.0992 and fell 1.54%. 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 6M

OMR/JPY over 6M: show the values
PointOMR/JPY
2026-03-29415.8255
2026-04-05414.2876
2026-04-12413.8263
2026-04-19411.9693
2026-04-26414.2240
2026-05-03407.0438
2026-05-10406.7758
2026-05-17411.7401
2026-05-24412.3208
2026-05-31413.2939
2026-06-07415.1539
2026-06-14415.1045
2026-06-21418.5405
2026-06-28419.6267
2026-07-05418.6497
2026-07-12419.8971
2026-07-19421.2720
2026-07-26424.6591
2026-08-02408.2761
2026-08-09409.3983
2026-08-16413.2061
2026-08-23412.3937
2026-08-30416.2141
2026-09-06405.2749
2026-09-13398.3121
2026-09-20406.9901

High

424.6591

Low

398.3121

Average

413.0992

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.