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: show the values
| Point | OMR/JPY |
|---|---|
| 2026-03-29 | 415.8255 |
| 2026-04-05 | 414.2876 |
| 2026-04-12 | 413.8263 |
| 2026-04-19 | 411.9693 |
| 2026-04-26 | 414.2240 |
| 2026-05-03 | 407.0438 |
| 2026-05-10 | 406.7758 |
| 2026-05-17 | 411.7401 |
| 2026-05-24 | 412.3208 |
| 2026-05-31 | 413.2939 |
| 2026-06-07 | 415.1539 |
| 2026-06-14 | 415.1045 |
| 2026-06-21 | 418.5405 |
| 2026-06-28 | 419.6267 |
| 2026-07-05 | 418.6497 |
| 2026-07-12 | 419.8971 |
| 2026-07-19 | 421.2720 |
| 2026-07-26 | 424.6591 |
| 2026-08-02 | 408.2761 |
| 2026-08-09 | 409.3983 |
| 2026-08-16 | 413.2061 |
| 2026-08-23 | 412.3937 |
| 2026-08-30 | 416.2141 |
| 2026-09-06 | 405.2749 |
| 2026-09-13 | 398.3121 |
| 2026-09-20 | 406.9901 |
High
424.6591
Low
398.3121
Average
413.0992
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.