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: show the values
| Point | GHS/BIF |
|---|---|
| 2025-12-31 | 282.4844 |
| 2026-01-07 | 278.4052 |
| 2026-01-14 | 275.7005 |
| 2026-01-21 | 273.0255 |
| 2026-01-28 | 271.3358 |
| 2026-02-04 | 269.9489 |
| 2026-02-11 | 269.6904 |
| 2026-02-18 | 269.0605 |
| 2026-02-25 | 277.0541 |
| 2026-03-04 | 276.3013 |
| 2026-03-11 | 274.8655 |
| 2026-03-18 | 272.5464 |
| 2026-03-25 | 271.8284 |
| 2026-04-01 | 270.2693 |
| 2026-04-08 | 268.4067 |
| 2026-04-15 | 272.8588 |
| 2026-04-22 | 269.0891 |
| 2026-04-29 | 267.0598 |
| 2026-05-06 | 265.4609 |
| 2026-05-14 | 262.8506 |
| 2026-05-21 | 257.8171 |
| 2026-05-29 | 254.4995 |
| 2026-06-05 | 252.4873 |
| 2026-06-14 | 268.3483 |
| 2026-06-21 | 267.3348 |
| 2026-06-28 | 264.6717 |
| 2026-07-05 | 262.4119 |
| 2026-07-12 | 260.3110 |
| 2026-07-19 | 257.7544 |
| 2026-07-26 | 256.6524 |
| 2026-08-02 | 254.7234 |
| 2026-08-09 | 254.2462 |
| 2026-08-16 | 272.7334 |
| 2026-08-24 | 267.2143 |
| 2026-08-31 | 266.9229 |
| 2026-09-07 | 262.7043 |
| 2026-09-14 | 261.1366 |
| 2026-09-21 | 260.5904 |
High
282.4844
Low
252.4873
Average
266.6368
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=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¤cies=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.