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: show the values
| Point | GHS/BIF |
|---|---|
| 2025-09-26 | 242.5939 |
| 2025-10-03 | 235.1978 |
| 2025-10-10 | 238.1577 |
| 2025-10-17 | 276.0952 |
| 2025-10-24 | 272.5158 |
| 2025-10-31 | 271.7009 |
| 2025-11-07 | 270.1313 |
| 2025-11-14 | 269.0213 |
| 2025-11-21 | 266.8238 |
| 2025-11-28 | 262.9611 |
| 2025-12-05 | 259.6000 |
| 2025-12-13 | 257.7394 |
| 2025-12-20 | 257.5300 |
| 2025-12-27 | 265.6515 |
| 2026-01-03 | 282.4729 |
| 2026-01-10 | 276.4884 |
| 2026-01-17 | 273.1223 |
| 2026-01-24 | 271.8890 |
| 2026-01-31 | 271.0320 |
| 2026-02-07 | 269.8850 |
| 2026-02-14 | 268.9780 |
| 2026-02-21 | 269.4441 |
| 2026-02-28 | 277.8771 |
| 2026-03-07 | 275.3174 |
| 2026-03-14 | 272.9184 |
| 2026-03-21 | 272.7803 |
| 2026-03-28 | 270.5920 |
| 2026-04-04 | 269.7331 |
| 2026-04-11 | 269.5004 |
| 2026-04-18 | 269.0669 |
| 2026-04-25 | 267.4453 |
| 2026-05-02 | 265.6228 |
| 2026-05-09 | 263.4984 |
| 2026-05-17 | 260.7342 |
| 2026-05-25 | 255.8993 |
| 2026-06-01 | 253.2718 |
| 2026-06-10 | 255.8378 |
| 2026-06-17 | 265.1313 |
| 2026-06-24 | 265.9805 |
| 2026-07-01 | 262.7597 |
| 2026-07-08 | 261.5140 |
| 2026-07-15 | 260.3284 |
| 2026-07-22 | 257.5727 |
| 2026-07-29 | 256.3525 |
| 2026-08-05 | 254.9957 |
| 2026-08-12 | 254.9165 |
| 2026-08-20 | 268.7975 |
| 2026-08-27 | 266.7413 |
| 2026-09-03 | 264.7151 |
| 2026-09-10 | 261.4920 |
| 2026-09-17 | 261.2132 |
| 2026-09-24 | 260.1270 |
High
282.4729
Low
235.1978
Average
264.3358
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.