Skip to content

QAR to JPY exchange rate API

Qatari Rial to Yen · quoted 2026-09-24

43.6573

▲ +1.43% over YTD

1 QAR = 43.6573 JPY · 1 JPY = 0.02291 QAR · Get this rate via the API

1 QAR buys 43.6573 JPY as of 2026-09-24, so 1 JPY buys 0.02291 QAR. Over the year to date, QAR/JPY traded between 41.9315 and 44.9769, averaged 43.4930 and rose 1.43%. The API holds daily QAR/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/JPY over YTD

QAR/JPY over YTD: show the values
PointQAR/JPY
2025-12-3143.0419
2026-01-0743.0075
2026-01-1443.5797
2026-01-2143.3490
2026-01-2841.9315
2026-02-0443.0333
2026-02-1142.1262
2026-02-1842.2096
2026-02-2543.0599
2026-03-0443.1627
2026-03-1143.5608
2026-03-1843.8342
2026-03-2543.6712
2026-04-0143.4944
2026-04-0843.4477
2026-04-1543.6166
2026-04-2243.6752
2026-04-2943.8591
2026-05-0642.8379
2026-05-1443.3921
2026-05-2143.7206
2026-05-2943.7546
2026-06-0543.9183
2026-06-1443.9533
2026-06-2144.3276
2026-06-2844.4423
2026-07-0544.3359
2026-07-1244.4681
2026-07-1944.6316
2026-07-2644.9769
2026-08-0243.2592
2026-08-0943.3572
2026-08-1643.7604
2026-08-2443.7149
2026-08-3143.8812
2026-09-0742.5136
2026-09-1442.4586
2026-09-2143.2053

High

44.9769

Low

41.9315

Average

43.4930

For developers

Get this rate via the API

One GET request returns the QAR/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=QAR&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&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=QAR&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

QAR/JPY API questions

How do I get the QAR/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/JPY rate in rates.JPY.

How far back does QAR/JPY historical data go?

Daily QAR/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 QAR/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.