Skip to content

GHS to BIF exchange rate API

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

258.0311

▼ +8.66% over YTD

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 year to date, GHS/BIF traded between 252.4873 and 282.4844, averaged 266.6368 and fell 8.66%. 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 YTD

GHS/BIF over YTD: show the values
PointGHS/BIF
2025-12-31282.4844
2026-01-07278.4052
2026-01-14275.7005
2026-01-21273.0255
2026-01-28271.3358
2026-02-04269.9489
2026-02-11269.6904
2026-02-18269.0605
2026-02-25277.0541
2026-03-04276.3013
2026-03-11274.8655
2026-03-18272.5464
2026-03-25271.8284
2026-04-01270.2693
2026-04-08268.4067
2026-04-15272.8588
2026-04-22269.0891
2026-04-29267.0598
2026-05-06265.4609
2026-05-14262.8506
2026-05-21257.8171
2026-05-29254.4995
2026-06-05252.4873
2026-06-14268.3483
2026-06-21267.3348
2026-06-28264.6717
2026-07-05262.4119
2026-07-12260.3110
2026-07-19257.7544
2026-07-26256.6524
2026-08-02254.7234
2026-08-09254.2462
2026-08-16272.7334
2026-08-24267.2143
2026-08-31266.9229
2026-09-07262.7043
2026-09-14261.1366
2026-09-21260.5904

High

282.4844

Low

252.4873

Average

266.6368

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.