Skip to content

QAR to BIF exchange rate API

Qatari Rial to Burundi Franc · quoted 2026-09-26

823.4862

▼ +0.18% over 1Y

1 QAR = 823.4862 BIF · 1 BIF = 0.001214 QAR · Get this rate via the API

1 QAR buys 823.4862 BIF as of 2026-09-26, so 1 BIF buys 0.001214 QAR. Over the last year, QAR/BIF traded between 807.6062 and 827.8670, averaged 816.0069 and fell 0.18%. The API holds daily QAR/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/BIF over 1Y

QAR/BIF over 1Y: show the values
PointQAR/BIF
2025-09-26824.9984
2025-10-03809.2190
2025-10-10810.1786
2025-10-17807.6062
2025-10-24808.4276
2025-10-31810.9399
2025-11-07810.7710
2025-11-14810.3952
2025-11-21811.3157
2025-11-28811.4553
2025-12-05812.8794
2025-12-13813.1699
2025-12-20812.9084
2025-12-27812.6430
2026-01-03812.8557
2026-01-10813.8926
2026-01-17812.2304
2026-01-24812.3058
2026-01-31814.1872
2026-02-07812.2517
2026-02-14813.9546
2026-02-21814.6247
2026-02-28814.9218
2026-03-07814.9850
2026-03-14815.3244
2026-03-21816.4646
2026-03-28812.5640
2026-04-04815.4979
2026-04-11814.5828
2026-04-18815.4862
2026-04-25814.6126
2026-05-02816.7961
2026-05-09817.2238
2026-05-17818.0246
2026-05-25815.7540
2026-06-01816.2362
2026-06-10821.2044
2026-06-17821.0719
2026-06-24820.1266
2026-07-01817.2861
2026-07-08819.6548
2026-07-15820.5243
2026-07-22819.6598
2026-07-29819.4934
2026-08-05820.0509
2026-08-12821.0819
2026-08-20817.1227
2026-08-27820.4777
2026-09-03821.2693
2026-09-10821.2258
2026-09-17825.0811
2026-09-24827.8670

High

827.8670

Low

807.6062

Average

816.0069

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

QAR/BIF API questions

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

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

How far back does QAR/BIF historical data go?

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