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: show the values
| Point | OMR/JPY |
|---|---|
| 2026-08-26 | 412.1084 |
| 2026-08-27 | 412.9342 |
| 2026-08-28 | 413.6943 |
| 2026-08-29 | 417.0937 |
| 2026-08-30 | 416.2141 |
| 2026-08-31 | 413.8086 |
| 2026-09-01 | 414.9391 |
| 2026-09-02 | 413.4659 |
| 2026-09-03 | 404.1850 |
| 2026-09-04 | 404.7896 |
| 2026-09-05 | 406.5595 |
| 2026-09-06 | 405.2749 |
| 2026-09-07 | 400.9093 |
| 2026-09-08 | 399.7365 |
| 2026-09-09 | 397.0707 |
| 2026-09-10 | 399.4126 |
| 2026-09-11 | 399.0555 |
| 2026-09-12 | 399.4323 |
| 2026-09-13 | 398.3121 |
| 2026-09-14 | 400.3853 |
| 2026-09-15 | 401.5644 |
| 2026-09-16 | 401.6785 |
| 2026-09-17 | 403.3483 |
| 2026-09-18 | 409.0291 |
| 2026-09-19 | 407.2128 |
| 2026-09-20 | 406.9901 |
| 2026-09-21 | 407.4234 |
| 2026-09-22 | 407.1912 |
| 2026-09-23 | 409.1129 |
| 2026-09-24 | 411.5380 |
| 2026-09-25 | 410.3490 |
High
417.0937
Low
397.0707
Average
406.6944
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.