QAR to INR exchange rate API
Qatari Rial to Indian Rupee · quoted 2026-09-24
26.4520
▲ +8.54% over 1Y
1 QAR = 26.4520 INR · 1 INR = 0.03780 QAR · Get this rate via the API
1 QAR buys 26.4520 INR as of 2026-09-24, so 1 INR buys 0.03780 QAR. Over the last year, QAR/INR traded between 24.1919 and 26.4960, averaged 25.4179 and rose 8.54%. The API holds daily QAR/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
QAR/INR over 1Y: show the values
| Point | QAR/INR |
|---|---|
| 2025-09-24 | 24.3702 |
| 2025-10-01 | 24.3752 |
| 2025-10-08 | 24.3837 |
| 2025-10-15 | 24.1919 |
| 2025-10-22 | 24.2895 |
| 2025-10-29 | 24.2394 |
| 2025-11-05 | 24.3521 |
| 2025-11-12 | 24.3416 |
| 2025-11-19 | 24.3144 |
| 2025-11-26 | 24.5054 |
| 2025-12-03 | 24.7713 |
| 2025-12-11 | 24.8131 |
| 2025-12-18 | 24.7974 |
| 2025-12-25 | 24.6753 |
| 2026-01-01 | 24.6920 |
| 2026-01-08 | 24.7048 |
| 2026-01-15 | 24.8077 |
| 2026-01-22 | 25.1623 |
| 2026-01-29 | 25.2521 |
| 2026-02-05 | 24.8100 |
| 2026-02-12 | 24.7912 |
| 2026-02-19 | 25.0539 |
| 2026-02-26 | 24.9799 |
| 2026-03-05 | 25.1782 |
| 2026-03-12 | 25.3323 |
| 2026-03-19 | 25.6177 |
| 2026-03-26 | 25.8570 |
| 2026-04-02 | 25.5775 |
| 2026-04-09 | 25.4145 |
| 2026-04-16 | 25.6382 |
| 2026-04-23 | 25.7238 |
| 2026-04-30 | 26.0505 |
| 2026-05-07 | 25.8660 |
| 2026-05-15 | 26.3256 |
| 2026-05-23 | 26.2915 |
| 2026-05-30 | 26.0899 |
| 2026-06-06 | 26.1103 |
| 2026-06-15 | 26.0206 |
| 2026-06-22 | 26.0128 |
| 2026-06-29 | 25.9739 |
| 2026-07-06 | 26.2098 |
| 2026-07-13 | 26.2695 |
| 2026-07-20 | 26.4960 |
| 2026-07-27 | 26.3515 |
| 2026-08-03 | 26.1918 |
| 2026-08-10 | 26.1822 |
| 2026-08-17 | 26.2657 |
| 2026-08-25 | 26.2136 |
| 2026-09-01 | 26.0855 |
| 2026-09-08 | 26.0512 |
| 2026-09-15 | 26.3627 |
| 2026-09-22 | 26.2624 |
High
26.4960
Low
24.1919
Average
25.4179
Get this rate via the API
One GET request returns the QAR/INR 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=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
QAR/INR API questions
How do I get the QAR/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/INR rate in rates.INR.
How far back does QAR/INR historical data go?
Daily QAR/INR 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/INR 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.