Skip to content

OMR to JPY exchange rate API

Rial Omani to Yen · quoted 2026-09-25

409.4014

▲ +0.86% over YTD

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 year to date, OMR/JPY traded between 395.4126 and 423.9973, averaged 410.5701 and rose 0.86%. 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 YTD

OMR/JPY over YTD: show the values
PointOMR/JPY
2025-12-31405.9000
2026-01-07405.5567
2026-01-14410.9574
2026-01-21408.7869
2026-01-28395.4126
2026-02-04405.8411
2026-02-11397.2674
2026-02-18398.0649
2026-02-25406.0634
2026-03-04407.0223
2026-03-11410.7773
2026-03-18413.3700
2026-03-25411.8271
2026-04-01410.1628
2026-04-08409.7380
2026-04-15412.1501
2026-04-22412.4692
2026-04-29413.9531
2026-05-06404.6715
2026-05-13408.7371
2026-05-20412.0217
2026-05-27412.9823
2026-06-03414.1121
2026-06-10415.7634
2026-06-17415.3356
2026-06-24418.8584
2026-07-01421.5276
2026-07-08420.9218
2026-07-15420.6792
2026-07-22422.4407
2026-07-29423.9973
2026-08-05408.2672
2026-08-12412.1676
2026-08-19412.1617
2026-08-26412.1084
2026-09-02413.4659
2026-09-09397.0707
2026-09-16401.6785
2026-09-23409.1129

High

423.9973

Low

395.4126

Average

410.5701

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.