QAR to BIF exchange rate API
Qatari Rial to Burundi Franc · quoted 2026-09-26
823.4862
▲ +4.18% over 5Y
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 5 years, QAR/BIF traded between 790.4720 and 823.4862, averaged 811.6936 and rose 4.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 5Y: show the values
| Point | QAR/BIF |
|---|---|
| 2024-08-24 | 790.4720 |
| 2024-10-07 | 795.6262 |
| 2024-11-06 | 796.1089 |
| 2024-12-06 | 807.9388 |
| 2025-01-05 | 798.7076 |
| 2025-02-04 | 811.0215 |
| 2025-03-06 | 809.9803 |
| 2025-04-06 | 803.0528 |
| 2025-05-06 | 814.5436 |
| 2025-06-07 | 808.1789 |
| 2025-07-07 | 818.1333 |
| 2025-08-06 | 817.2210 |
| 2025-09-05 | 818.3756 |
| 2025-10-06 | 810.4112 |
| 2025-11-05 | 810.4305 |
| 2025-12-05 | 812.8794 |
| 2026-01-05 | 814.3976 |
| 2026-02-04 | 811.9587 |
| 2026-03-06 | 815.5318 |
| 2026-04-05 | 816.1038 |
| 2026-05-05 | 816.6344 |
| 2026-06-06 | 819.4411 |
| 2026-07-08 | 819.6548 |
| 2026-08-07 | 822.3432 |
| 2026-09-07 | 821.3993 |
High
823.4862
Low
790.4720
Average
811.6936
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.