GYD to BIF exchange rate API
Guyana Dollar to Burundi Franc · quoted 2026-09-27
14.3277
▲ +1.32% over YTD
1 GYD = 14.3277 BIF · 1 BIF = 0.06979 GYD · Get this rate via the API
1 GYD buys 14.3277 BIF as of 2026-09-27, so 1 BIF buys 0.06979 GYD. Over the year to date, GYD/BIF traded between 14.1380 and 14.4106, averaged 14.2323 and rose 1.32%. The API holds daily GYD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GYD/BIF over YTD: show the values
| Point | GYD/BIF |
|---|---|
| 2025-12-31 | 14.1410 |
| 2026-01-07 | 14.1380 |
| 2026-01-14 | 14.1449 |
| 2026-01-21 | 14.1652 |
| 2026-01-28 | 14.2040 |
| 2026-02-04 | 14.1686 |
| 2026-02-11 | 14.1670 |
| 2026-02-18 | 14.1636 |
| 2026-02-25 | 14.1831 |
| 2026-03-04 | 14.2011 |
| 2026-03-11 | 14.1944 |
| 2026-03-18 | 14.2033 |
| 2026-03-25 | 14.2032 |
| 2026-04-01 | 14.1874 |
| 2026-04-08 | 14.2098 |
| 2026-04-15 | 14.4106 |
| 2026-04-22 | 14.2332 |
| 2026-04-29 | 14.2229 |
| 2026-05-06 | 14.2239 |
| 2026-05-14 | 14.2294 |
| 2026-05-21 | 14.2329 |
| 2026-05-29 | 14.2393 |
| 2026-06-05 | 14.2458 |
| 2026-06-14 | 14.2250 |
| 2026-06-21 | 14.2585 |
| 2026-06-28 | 14.2599 |
| 2026-07-05 | 14.2560 |
| 2026-07-12 | 14.2653 |
| 2026-07-19 | 14.2311 |
| 2026-07-26 | 14.2774 |
| 2026-08-02 | 14.2262 |
| 2026-08-09 | 14.2766 |
| 2026-08-16 | 14.3039 |
| 2026-08-24 | 14.2253 |
| 2026-08-31 | 14.2739 |
| 2026-09-07 | 14.2917 |
| 2026-09-14 | 14.2980 |
| 2026-09-21 | 14.3520 |
High
14.4106
Low
14.1380
Average
14.2323
Get this rate via the API
One GET request returns the GYD/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=GYD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
GYD/BIF API questions
How do I get the GYD/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GYD/BIF rate in rates.BIF.
How far back does GYD/BIF historical data go?
Daily GYD/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 GYD/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.