Skip to content

QAR to JPY exchange rate API

Qatari Rial to Yen · quoted 2026-09-24

43.6573

▼ +0.20% over 30D

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 last 30 days, QAR/JPY traded between 42.1071 and 44.0011, averaged 43.1092 and fell 0.20%. 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 30D

QAR/JPY over 30D: show the values
PointQAR/JPY
2026-08-2543.7459
2026-08-2643.7008
2026-08-2743.7885
2026-08-2843.8692
2026-08-2943.9845
2026-08-3043.9850
2026-08-3143.8812
2026-09-0144.0011
2026-09-0243.8450
2026-09-0342.8609
2026-09-0442.9249
2026-09-0542.9214
2026-09-0642.9114
2026-09-0742.5136
2026-09-0842.3892
2026-09-0942.1071
2026-09-1042.3558
2026-09-1142.3179
2026-09-1242.1967
2026-09-1342.1838
2026-09-1442.4586
2026-09-1542.5837
2026-09-1642.5959
2026-09-1742.7725
2026-09-1843.3200
2026-09-1943.1057
2026-09-2043.1052
2026-09-2143.2053
2026-09-2243.1800
2026-09-2343.3840
2026-09-2443.6414

High

44.0011

Low

42.1071

Average

43.1092

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.