CUP to BIF exchange rate API
Cuban Peso to Burundi Franc · quoted 2026-09-26
125.0131
▼ +0.17% over 1Y
1 CUP = 125.0131 BIF · 1 BIF = 0.007999 CUP · Get this rate via the API
1 CUP buys 125.0131 BIF as of 2026-09-26, so 1 BIF buys 0.007999 CUP. Over the last year, CUP/BIF traded between 112.0189 and 125.2284, averaged 118.7501 and fell 0.17%. The API holds daily CUP/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CUP/BIF over 1Y: show the values
| Point | CUP/BIF |
|---|---|
| 2025-09-26 | 125.2284 |
| 2025-10-03 | 122.7973 |
| 2025-10-10 | 122.6259 |
| 2025-10-17 | 122.8866 |
| 2025-10-24 | 122.8267 |
| 2025-10-31 | 123.0794 |
| 2025-11-07 | 123.1105 |
| 2025-11-14 | 122.9810 |
| 2025-11-21 | 123.0437 |
| 2025-11-28 | 123.1297 |
| 2025-12-05 | 123.4002 |
| 2025-12-13 | 123.4251 |
| 2025-12-20 | 123.2928 |
| 2025-12-27 | 123.3358 |
| 2026-01-03 | 123.2752 |
| 2026-01-10 | 123.4055 |
| 2026-01-17 | 123.1397 |
| 2026-01-24 | 123.2523 |
| 2026-01-31 | 123.5607 |
| 2026-02-07 | 123.5522 |
| 2026-02-14 | 123.4511 |
| 2026-02-21 | 123.5344 |
| 2026-02-28 | 123.7251 |
| 2026-03-07 | 123.5955 |
| 2026-03-14 | 123.8211 |
| 2026-03-21 | 123.8617 |
| 2026-03-28 | 112.0189 |
| 2026-04-04 | 123.7353 |
| 2026-04-11 | 112.0755 |
| 2026-04-18 | 112.1998 |
| 2026-04-25 | 112.0632 |
| 2026-05-02 | 112.3019 |
| 2026-05-09 | 112.2641 |
| 2026-05-17 | 124.3655 |
| 2026-05-25 | 124.1839 |
| 2026-06-01 | 112.1092 |
| 2026-06-10 | 112.7705 |
| 2026-06-17 | 112.7855 |
| 2026-06-24 | 112.6292 |
| 2026-07-01 | 112.2601 |
| 2026-07-08 | 112.6336 |
| 2026-07-15 | 112.7576 |
| 2026-07-22 | 112.6028 |
| 2026-07-29 | 112.5953 |
| 2026-08-05 | 112.7157 |
| 2026-08-12 | 112.7634 |
| 2026-08-20 | 112.2554 |
| 2026-08-27 | 112.6715 |
| 2026-09-03 | 112.8114 |
| 2026-09-10 | 112.8087 |
| 2026-09-17 | 113.3630 |
| 2026-09-24 | 113.6610 |
High
125.2284
Low
112.0189
Average
118.7501
Get this rate via the API
One GET request returns the CUP/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=CUP¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
CUP/BIF API questions
How do I get the CUP/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUP/BIF rate in rates.BIF.
How far back does CUP/BIF historical data go?
Daily CUP/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 CUP/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.