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: show the values
| Point | OMR/JPY |
|---|---|
| 2024-08-24 | 374.9995 |
| 2024-10-01 | 378.1652 |
| 2024-10-31 | 401.2112 |
| 2024-11-30 | 389.0272 |
| 2024-12-30 | 413.5401 |
| 2025-01-29 | 408.0209 |
| 2025-02-28 | 395.6773 |
| 2025-03-30 | 391.5109 |
| 2025-04-29 | 374.6009 |
| 2025-05-29 | 380.3902 |
| 2025-06-28 | 376.8760 |
| 2025-07-28 | 388.9734 |
| 2025-08-27 | 388.5813 |
| 2025-09-26 | 387.9021 |
| 2025-10-26 | 396.8092 |
| 2025-11-25 | 404.6303 |
| 2025-12-25 | 404.3646 |
| 2026-01-24 | 406.1281 |
| 2026-02-23 | 401.0963 |
| 2026-03-25 | 411.8271 |
| 2026-04-24 | 412.9965 |
| 2026-05-24 | 412.3208 |
| 2026-06-23 | 418.4824 |
| 2026-07-23 | 423.4775 |
| 2026-08-22 | 413.1081 |
| 2026-09-21 | 407.4234 |
High
423.4775
Low
374.6009
Average
398.9460
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.