Skip to content

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

CUP/BIF over 1Y: show the values
PointCUP/BIF
2025-09-26125.2284
2025-10-03122.7973
2025-10-10122.6259
2025-10-17122.8866
2025-10-24122.8267
2025-10-31123.0794
2025-11-07123.1105
2025-11-14122.9810
2025-11-21123.0437
2025-11-28123.1297
2025-12-05123.4002
2025-12-13123.4251
2025-12-20123.2928
2025-12-27123.3358
2026-01-03123.2752
2026-01-10123.4055
2026-01-17123.1397
2026-01-24123.2523
2026-01-31123.5607
2026-02-07123.5522
2026-02-14123.4511
2026-02-21123.5344
2026-02-28123.7251
2026-03-07123.5955
2026-03-14123.8211
2026-03-21123.8617
2026-03-28112.0189
2026-04-04123.7353
2026-04-11112.0755
2026-04-18112.1998
2026-04-25112.0632
2026-05-02112.3019
2026-05-09112.2641
2026-05-17124.3655
2026-05-25124.1839
2026-06-01112.1092
2026-06-10112.7705
2026-06-17112.7855
2026-06-24112.6292
2026-07-01112.2601
2026-07-08112.6336
2026-07-15112.7576
2026-07-22112.6028
2026-07-29112.5953
2026-08-05112.7157
2026-08-12112.7634
2026-08-20112.2554
2026-08-27112.6715
2026-09-03112.8114
2026-09-10112.8087
2026-09-17113.3630
2026-09-24113.6610

High

125.2284

Low

112.0189

Average

118.7501

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP&currencies=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&currencies=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.