TOP to BIF exchange rate API
Pa’anga to Burundi Franc · quoted 2026-09-25
1262.86
▲ +1.45% over YTD
1 TOP = 1262.86 BIF · 1 BIF = 0.000792 TOP · Get this rate via the API
1 TOP buys 1262.86 BIF as of 2026-09-25, so 1 BIF buys 0.000792 TOP. Over the year to date, TOP/BIF traded between 1242.29 and 1299.74, averaged 1265.98 and rose 1.45%. The API holds daily TOP/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/BIF over YTD: show the values
| Point | TOP/BIF |
|---|---|
| 2025-12-31 | 1244.86 |
| 2026-01-07 | 1242.29 |
| 2026-01-14 | 1248.84 |
| 2026-01-21 | 1252.41 |
| 2026-01-28 | 1262.53 |
| 2026-02-04 | 1266.75 |
| 2026-02-11 | 1271.73 |
| 2026-02-18 | 1264.89 |
| 2026-02-25 | 1269.42 |
| 2026-03-04 | 1265.93 |
| 2026-03-11 | 1264.29 |
| 2026-03-18 | 1266.74 |
| 2026-03-25 | 1263.84 |
| 2026-04-01 | 1257.83 |
| 2026-04-08 | 1250.51 |
| 2026-04-16 | 1278.23 |
| 2026-04-23 | 1270.83 |
| 2026-04-30 | 1283.00 |
| 2026-05-07 | 1282.76 |
| 2026-05-15 | 1299.74 |
| 2026-05-23 | 1262.65 |
| 2026-05-30 | 1250.22 |
| 2026-06-06 | 1253.13 |
| 2026-06-15 | 1265.45 |
| 2026-06-22 | 1266.40 |
| 2026-06-29 | 1255.40 |
| 2026-07-06 | 1258.13 |
| 2026-07-13 | 1262.48 |
| 2026-07-20 | 1265.71 |
| 2026-07-27 | 1268.21 |
| 2026-08-03 | 1254.86 |
| 2026-08-10 | 1272.12 |
| 2026-08-17 | 1271.97 |
| 2026-08-25 | 1278.00 |
| 2026-09-01 | 1280.69 |
| 2026-09-08 | 1280.35 |
| 2026-09-15 | 1269.03 |
| 2026-09-22 | 1288.11 |
High
1299.74
Low
1242.29
Average
1265.98
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/BIF API questions
How do I get the TOP/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/BIF rate in rates.BIF.
How far back does TOP/BIF historical data go?
Daily TOP/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 TOP/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.