Skip to content

BIF to IQD exchange rate API

Burundi Franc to Iraqi Dinar · quoted 2026-09-26

0.43703

▼ +4.01% over 5Y

1 BIF = 0.43703 IQD · 1 IQD = 2.2882 BIF · Get this rate via the API

1 BIF buys 0.43703 IQD as of 2026-09-26, so 1 IQD buys 2.2882 BIF. Over the last 5 years, BIF/IQD traded between 0.43703 and 0.45527, averaged 0.44347 and fell 4.01%. The API holds daily BIF/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/IQD over 5Y

BIF/IQD over 5Y: show the values
PointBIF/IQD
2024-08-240.45527
2024-10-070.45199
2024-11-060.45190
2024-12-060.44502
2025-01-050.45071
2025-02-040.44389
2025-03-060.44408
2025-04-060.44826
2025-05-060.44215
2025-06-070.44542
2025-07-070.43977
2025-08-060.43968
2025-09-050.43989
2025-10-060.44415
2025-11-050.44407
2025-12-050.44281
2026-01-050.44304
2026-02-040.44226
2026-03-060.44129
2026-04-050.44108
2026-05-050.44034
2026-06-060.43917
2026-07-080.44011
2026-08-070.43846
2026-09-070.43828

High

0.45527

Low

0.43703

Average

0.44347

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/IQD API questions

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

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

How far back does BIF/IQD historical data go?

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