Skip to content

GYD to BIF exchange rate API

Guyana Dollar to Burundi Franc · quoted 2026-09-27

14.3277

▲ +1.67% over 1Y

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 last year, GYD/BIF traded between 14.0765 and 14.3821, averaged 14.2031 and rose 1.67%. 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 1Y

GYD/BIF over 1Y: show the values
PointGYD/BIF
2025-09-2714.0922
2025-10-0414.0789
2025-10-1114.1707
2025-10-1814.0865
2025-10-2514.0886
2025-11-0114.1138
2025-11-0814.0765
2025-11-1514.1187
2025-11-2214.1620
2025-11-2914.1913
2025-12-0614.1909
2025-12-1414.1309
2025-12-2114.1345
2025-12-2814.1435
2026-01-0414.1459
2026-01-1114.1462
2026-01-1814.1339
2026-01-2514.1386
2026-02-0114.1738
2026-02-0814.1538
2026-02-1514.1380
2026-02-2214.1611
2026-03-0114.1439
2026-03-0814.1789
2026-03-1514.1818
2026-03-2214.1599
2026-03-2914.1884
2026-04-0514.2169
2026-04-1214.2077
2026-04-1914.2122
2026-04-2614.2177
2026-05-0314.2221
2026-05-1014.2256
2026-05-1814.2315
2026-05-2614.2031
2026-06-0214.2365
2026-06-1114.2867
2026-06-1814.2821
2026-06-2514.2695
2026-07-0214.2654
2026-07-0914.2720
2026-07-1614.2774
2026-07-2314.2721
2026-07-3014.3051
2026-08-0614.2722
2026-08-1314.2851
2026-08-2114.2158
2026-08-2814.2713
2026-09-0414.3197
2026-09-1114.2868
2026-09-1814.3821
2026-09-2514.3757

High

14.3821

Low

14.0765

Average

14.2031

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.