Skip to content

QAR to TND exchange rate API

Qatari Rial to Tunisian Dinar · quoted 2026-09-25

0.81255

▲ +1.76% over 1Y

1 QAR = 0.81255 TND · 1 TND = 1.2307 QAR · Get this rate via the API

1 QAR buys 0.81255 TND as of 2026-09-25, so 1 TND buys 1.2307 QAR. Over the last year, QAR/TND traded between 0.78063 and 0.81444, averaged 0.80048 and rose 1.76%. The API holds daily QAR/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/TND over 1Y

QAR/TND over 1Y: show the values
PointQAR/TND
2025-09-250.79850
2025-10-020.79701
2025-10-090.80442
2025-10-160.80295
2025-10-230.80708
2025-10-300.80459
2025-11-060.81262
2025-11-130.80950
2025-11-200.81288
2025-11-270.80890
2025-12-040.80384
2025-12-120.80191
2025-12-190.80025
2025-12-260.79349
2026-01-020.79218
2026-01-090.79693
2026-01-160.79552
2026-01-230.78948
2026-01-300.78063
2026-02-060.78702
2026-02-130.78270
2026-02-200.78931
2026-02-270.78719
2026-03-060.79792
2026-03-130.80547
2026-03-200.80080
2026-03-270.80417
2026-04-030.80563
2026-04-100.79091
2026-04-170.79130
2026-04-240.79070
2026-05-010.79095
2026-05-080.79578
2026-05-160.79856
2026-05-240.80057
2026-05-310.79789
2026-06-090.80315
2026-06-160.80135
2026-06-230.80788
2026-06-300.81015
2026-07-070.80987
2026-07-140.81120
2026-07-210.80965
2026-07-280.81444
2026-08-040.80390
2026-08-110.80380
2026-08-180.80138
2026-08-260.79668
2026-09-020.80197
2026-09-090.79641
2026-09-160.80102
2026-09-230.81054

High

0.81444

Low

0.78063

Average

0.80048

For developers

Get this rate via the API

One GET request returns the QAR/TND 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=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=TND");
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=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

QAR/TND API questions

How do I get the QAR/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/TND rate in rates.TND.

How far back does QAR/TND historical data go?

Daily QAR/TND 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/TND 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.