Skip to content

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

GYD/BIF over YTD: show the values
PointGYD/BIF
2025-12-3114.1410
2026-01-0714.1380
2026-01-1414.1449
2026-01-2114.1652
2026-01-2814.2040
2026-02-0414.1686
2026-02-1114.1670
2026-02-1814.1636
2026-02-2514.1831
2026-03-0414.2011
2026-03-1114.1944
2026-03-1814.2033
2026-03-2514.2032
2026-04-0114.1874
2026-04-0814.2098
2026-04-1514.4106
2026-04-2214.2332
2026-04-2914.2229
2026-05-0614.2239
2026-05-1414.2294
2026-05-2114.2329
2026-05-2914.2393
2026-06-0514.2458
2026-06-1414.2250
2026-06-2114.2585
2026-06-2814.2599
2026-07-0514.2560
2026-07-1214.2653
2026-07-1914.2311
2026-07-2614.2774
2026-08-0214.2262
2026-08-0914.2766
2026-08-1614.3039
2026-08-2414.2253
2026-08-3114.2739
2026-09-0714.2917
2026-09-1414.2980
2026-09-2114.3520

High

14.4106

Low

14.1380

Average

14.2323

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&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=GYD&currencies=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&currencies=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.