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: show the values
| Point | QAR/BIF |
|---|---|
| 2025-09-26 | 824.9984 |
| 2025-10-03 | 809.2190 |
| 2025-10-10 | 810.1786 |
| 2025-10-17 | 807.6062 |
| 2025-10-24 | 808.4276 |
| 2025-10-31 | 810.9399 |
| 2025-11-07 | 810.7710 |
| 2025-11-14 | 810.3952 |
| 2025-11-21 | 811.3157 |
| 2025-11-28 | 811.4553 |
| 2025-12-05 | 812.8794 |
| 2025-12-13 | 813.1699 |
| 2025-12-20 | 812.9084 |
| 2025-12-27 | 812.6430 |
| 2026-01-03 | 812.8557 |
| 2026-01-10 | 813.8926 |
| 2026-01-17 | 812.2304 |
| 2026-01-24 | 812.3058 |
| 2026-01-31 | 814.1872 |
| 2026-02-07 | 812.2517 |
| 2026-02-14 | 813.9546 |
| 2026-02-21 | 814.6247 |
| 2026-02-28 | 814.9218 |
| 2026-03-07 | 814.9850 |
| 2026-03-14 | 815.3244 |
| 2026-03-21 | 816.4646 |
| 2026-03-28 | 812.5640 |
| 2026-04-04 | 815.4979 |
| 2026-04-11 | 814.5828 |
| 2026-04-18 | 815.4862 |
| 2026-04-25 | 814.6126 |
| 2026-05-02 | 816.7961 |
| 2026-05-09 | 817.2238 |
| 2026-05-17 | 818.0246 |
| 2026-05-25 | 815.7540 |
| 2026-06-01 | 816.2362 |
| 2026-06-10 | 821.2044 |
| 2026-06-17 | 821.0719 |
| 2026-06-24 | 820.1266 |
| 2026-07-01 | 817.2861 |
| 2026-07-08 | 819.6548 |
| 2026-07-15 | 820.5243 |
| 2026-07-22 | 819.6598 |
| 2026-07-29 | 819.4934 |
| 2026-08-05 | 820.0509 |
| 2026-08-12 | 821.0819 |
| 2026-08-20 | 817.1227 |
| 2026-08-27 | 820.4777 |
| 2026-09-03 | 821.2693 |
| 2026-09-10 | 821.2258 |
| 2026-09-17 | 825.0811 |
| 2026-09-24 | 827.8670 |
High
827.8670
Low
807.6062
Average
816.0069
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=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¤cies=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.