Skip to content

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

QAR/INR over 1Y: show the values
PointQAR/INR
2025-09-2424.3702
2025-10-0124.3752
2025-10-0824.3837
2025-10-1524.1919
2025-10-2224.2895
2025-10-2924.2394
2025-11-0524.3521
2025-11-1224.3416
2025-11-1924.3144
2025-11-2624.5054
2025-12-0324.7713
2025-12-1124.8131
2025-12-1824.7974
2025-12-2524.6753
2026-01-0124.6920
2026-01-0824.7048
2026-01-1524.8077
2026-01-2225.1623
2026-01-2925.2521
2026-02-0524.8100
2026-02-1224.7912
2026-02-1925.0539
2026-02-2624.9799
2026-03-0525.1782
2026-03-1225.3323
2026-03-1925.6177
2026-03-2625.8570
2026-04-0225.5775
2026-04-0925.4145
2026-04-1625.6382
2026-04-2325.7238
2026-04-3026.0505
2026-05-0725.8660
2026-05-1526.3256
2026-05-2326.2915
2026-05-3026.0899
2026-06-0626.1103
2026-06-1526.0206
2026-06-2226.0128
2026-06-2925.9739
2026-07-0626.2098
2026-07-1326.2695
2026-07-2026.4960
2026-07-2726.3515
2026-08-0326.1918
2026-08-1026.1822
2026-08-1726.2657
2026-08-2526.2136
2026-09-0126.0855
2026-09-0826.0512
2026-09-1526.3627
2026-09-2226.2624

High

26.4960

Low

24.1919

Average

25.4179

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=INR");
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=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&currencies=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.