OMR to JPY exchange rate API
Rial Omani to Yen · quoted 2026-09-25
409.4014
▲ +6.20% over 1Y
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 year, OMR/JPY traded between 380.2760 and 423.4775, averaged 407.4215 and rose 6.20%. 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 1Y: show the values
| Point | OMR/JPY |
|---|---|
| 2025-09-25 | 385.4896 |
| 2025-10-02 | 380.2760 |
| 2025-10-09 | 395.8212 |
| 2025-10-16 | 391.9380 |
| 2025-10-23 | 395.4479 |
| 2025-10-30 | 400.0604 |
| 2025-11-06 | 397.9483 |
| 2025-11-13 | 400.3875 |
| 2025-11-20 | 408.2971 |
| 2025-11-27 | 404.9636 |
| 2025-12-04 | 400.9430 |
| 2025-12-11 | 403.0702 |
| 2025-12-18 | 403.6233 |
| 2025-12-25 | 404.3646 |
| 2026-01-01 | 407.2630 |
| 2026-01-08 | 405.9980 |
| 2026-01-15 | 410.7567 |
| 2026-01-22 | 411.3713 |
| 2026-01-29 | 397.1731 |
| 2026-02-05 | 406.5451 |
| 2026-02-12 | 398.2545 |
| 2026-02-19 | 401.3282 |
| 2026-02-26 | 404.3024 |
| 2026-03-05 | 408.1192 |
| 2026-03-12 | 411.5587 |
| 2026-03-19 | 411.4121 |
| 2026-03-26 | 413.5597 |
| 2026-04-02 | 413.4754 |
| 2026-04-09 | 411.7430 |
| 2026-04-16 | 411.8492 |
| 2026-04-23 | 413.1618 |
| 2026-04-30 | 405.5563 |
| 2026-05-07 | 405.1416 |
| 2026-05-14 | 409.1777 |
| 2026-05-21 | 412.2936 |
| 2026-05-28 | 413.0663 |
| 2026-06-04 | 413.9640 |
| 2026-06-11 | 415.8828 |
| 2026-06-18 | 416.9278 |
| 2026-06-25 | 419.2812 |
| 2026-07-02 | 418.6286 |
| 2026-07-09 | 420.7438 |
| 2026-07-16 | 420.1794 |
| 2026-07-23 | 423.4775 |
| 2026-07-30 | 422.0911 |
| 2026-08-06 | 408.9053 |
| 2026-08-13 | 412.7898 |
| 2026-08-20 | 411.3333 |
| 2026-08-27 | 412.9342 |
| 2026-09-03 | 404.1850 |
| 2026-09-10 | 399.4126 |
| 2026-09-17 | 403.3483 |
| 2026-09-24 | 411.5380 |
High
423.4775
Low
380.2760
Average
407.4215
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.