Skip to content

QAR to JPY exchange rate API

Qatari Rial to Yen · quoted 2026-09-24

43.6573

▲ +7.05% over 1Y

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 year, QAR/JPY traded between 40.4144 and 44.9561, averaged 43.1621 and rose 7.05%. 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 1Y

QAR/JPY over 1Y: show the values
PointQAR/JPY
2025-09-2440.7811
2025-10-0140.4144
2025-10-0841.9472
2025-10-1541.6343
2025-10-2241.7103
2025-10-2941.8061
2025-11-0542.2343
2025-11-1242.5259
2025-11-1942.8940
2025-11-2642.9731
2025-12-0342.6827
2025-12-1142.7426
2025-12-1842.7947
2025-12-2542.8164
2026-01-0143.0504
2026-01-0843.0548
2026-01-1543.5604
2026-01-2243.6237
2026-01-2942.1178
2026-02-0543.1043
2026-02-1242.0666
2026-02-1942.5540
2026-02-2642.8738
2026-03-0543.2802
2026-03-1243.6415
2026-03-1943.6299
2026-03-2643.8527
2026-04-0243.8464
2026-04-0943.5883
2026-04-1643.7131
2026-04-2343.5930
2026-04-3042.9705
2026-05-0742.9173
2026-05-1543.4915
2026-05-2343.7390
2026-05-3043.7596
2026-06-0644.0467
2026-06-1544.0076
2026-06-2244.4438
2026-06-2944.4676
2026-07-0644.5986
2026-07-1344.5443
2026-07-2044.6110
2026-07-2744.9561
2026-08-0343.0439
2026-08-1043.5828
2026-08-1743.7432
2026-08-2543.7459
2026-09-0144.0011
2026-09-0842.3892
2026-09-1542.5837
2026-09-2243.1800

High

44.9561

Low

40.4144

Average

43.1621

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.