Skip to content

OMR to JPY exchange rate API

Rial Omani to Yen · quoted 2026-09-25

409.4014

▼ +0.66% over 30D

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 30 days, OMR/JPY traded between 397.0707 and 417.0937, averaged 406.6944 and fell 0.66%. 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 30D

OMR/JPY over 30D: show the values
PointOMR/JPY
2026-08-26412.1084
2026-08-27412.9342
2026-08-28413.6943
2026-08-29417.0937
2026-08-30416.2141
2026-08-31413.8086
2026-09-01414.9391
2026-09-02413.4659
2026-09-03404.1850
2026-09-04404.7896
2026-09-05406.5595
2026-09-06405.2749
2026-09-07400.9093
2026-09-08399.7365
2026-09-09397.0707
2026-09-10399.4126
2026-09-11399.0555
2026-09-12399.4323
2026-09-13398.3121
2026-09-14400.3853
2026-09-15401.5644
2026-09-16401.6785
2026-09-17403.3483
2026-09-18409.0291
2026-09-19407.2128
2026-09-20406.9901
2026-09-21407.4234
2026-09-22407.1912
2026-09-23409.1129
2026-09-24411.5380
2026-09-25410.3490

High

417.0937

Low

397.0707

Average

406.6944

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.