Skip to content

GHS to BIF exchange rate API

Ghana Cedi to Burundi Franc · quoted 2026-09-26

258.0311

▲ +6.36% over 1Y

1 GHS = 258.0311 BIF · 1 BIF = 0.003876 GHS · Get this rate via the API

1 GHS buys 258.0311 BIF as of 2026-09-26, so 1 BIF buys 0.003876 GHS. Over the last year, GHS/BIF traded between 235.1978 and 282.4729, averaged 264.3358 and rose 6.36%. The API holds daily GHS/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/BIF over 1Y

GHS/BIF over 1Y: show the values
PointGHS/BIF
2025-09-26242.5939
2025-10-03235.1978
2025-10-10238.1577
2025-10-17276.0952
2025-10-24272.5158
2025-10-31271.7009
2025-11-07270.1313
2025-11-14269.0213
2025-11-21266.8238
2025-11-28262.9611
2025-12-05259.6000
2025-12-13257.7394
2025-12-20257.5300
2025-12-27265.6515
2026-01-03282.4729
2026-01-10276.4884
2026-01-17273.1223
2026-01-24271.8890
2026-01-31271.0320
2026-02-07269.8850
2026-02-14268.9780
2026-02-21269.4441
2026-02-28277.8771
2026-03-07275.3174
2026-03-14272.9184
2026-03-21272.7803
2026-03-28270.5920
2026-04-04269.7331
2026-04-11269.5004
2026-04-18269.0669
2026-04-25267.4453
2026-05-02265.6228
2026-05-09263.4984
2026-05-17260.7342
2026-05-25255.8993
2026-06-01253.2718
2026-06-10255.8378
2026-06-17265.1313
2026-06-24265.9805
2026-07-01262.7597
2026-07-08261.5140
2026-07-15260.3284
2026-07-22257.5727
2026-07-29256.3525
2026-08-05254.9957
2026-08-12254.9165
2026-08-20268.7975
2026-08-27266.7413
2026-09-03264.7151
2026-09-10261.4920
2026-09-17261.2132
2026-09-24260.1270

High

282.4729

Low

235.1978

Average

264.3358

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GHS/BIF API questions

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

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

How far back does GHS/BIF historical data go?

Daily GHS/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 GHS/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.