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: show the values
| Point | QAR/JPY |
|---|---|
| 2025-09-24 | 40.7811 |
| 2025-10-01 | 40.4144 |
| 2025-10-08 | 41.9472 |
| 2025-10-15 | 41.6343 |
| 2025-10-22 | 41.7103 |
| 2025-10-29 | 41.8061 |
| 2025-11-05 | 42.2343 |
| 2025-11-12 | 42.5259 |
| 2025-11-19 | 42.8940 |
| 2025-11-26 | 42.9731 |
| 2025-12-03 | 42.6827 |
| 2025-12-11 | 42.7426 |
| 2025-12-18 | 42.7947 |
| 2025-12-25 | 42.8164 |
| 2026-01-01 | 43.0504 |
| 2026-01-08 | 43.0548 |
| 2026-01-15 | 43.5604 |
| 2026-01-22 | 43.6237 |
| 2026-01-29 | 42.1178 |
| 2026-02-05 | 43.1043 |
| 2026-02-12 | 42.0666 |
| 2026-02-19 | 42.5540 |
| 2026-02-26 | 42.8738 |
| 2026-03-05 | 43.2802 |
| 2026-03-12 | 43.6415 |
| 2026-03-19 | 43.6299 |
| 2026-03-26 | 43.8527 |
| 2026-04-02 | 43.8464 |
| 2026-04-09 | 43.5883 |
| 2026-04-16 | 43.7131 |
| 2026-04-23 | 43.5930 |
| 2026-04-30 | 42.9705 |
| 2026-05-07 | 42.9173 |
| 2026-05-15 | 43.4915 |
| 2026-05-23 | 43.7390 |
| 2026-05-30 | 43.7596 |
| 2026-06-06 | 44.0467 |
| 2026-06-15 | 44.0076 |
| 2026-06-22 | 44.4438 |
| 2026-06-29 | 44.4676 |
| 2026-07-06 | 44.5986 |
| 2026-07-13 | 44.5443 |
| 2026-07-20 | 44.6110 |
| 2026-07-27 | 44.9561 |
| 2026-08-03 | 43.0439 |
| 2026-08-10 | 43.5828 |
| 2026-08-17 | 43.7432 |
| 2026-08-25 | 43.7459 |
| 2026-09-01 | 44.0011 |
| 2026-09-08 | 42.3892 |
| 2026-09-15 | 42.5837 |
| 2026-09-22 | 43.1800 |
High
44.9561
Low
40.4144
Average
43.1621
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=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¤cies=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.