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: show the values
| Point | GYD/BIF |
|---|---|
| 2025-09-27 | 14.0922 |
| 2025-10-04 | 14.0789 |
| 2025-10-11 | 14.1707 |
| 2025-10-18 | 14.0865 |
| 2025-10-25 | 14.0886 |
| 2025-11-01 | 14.1138 |
| 2025-11-08 | 14.0765 |
| 2025-11-15 | 14.1187 |
| 2025-11-22 | 14.1620 |
| 2025-11-29 | 14.1913 |
| 2025-12-06 | 14.1909 |
| 2025-12-14 | 14.1309 |
| 2025-12-21 | 14.1345 |
| 2025-12-28 | 14.1435 |
| 2026-01-04 | 14.1459 |
| 2026-01-11 | 14.1462 |
| 2026-01-18 | 14.1339 |
| 2026-01-25 | 14.1386 |
| 2026-02-01 | 14.1738 |
| 2026-02-08 | 14.1538 |
| 2026-02-15 | 14.1380 |
| 2026-02-22 | 14.1611 |
| 2026-03-01 | 14.1439 |
| 2026-03-08 | 14.1789 |
| 2026-03-15 | 14.1818 |
| 2026-03-22 | 14.1599 |
| 2026-03-29 | 14.1884 |
| 2026-04-05 | 14.2169 |
| 2026-04-12 | 14.2077 |
| 2026-04-19 | 14.2122 |
| 2026-04-26 | 14.2177 |
| 2026-05-03 | 14.2221 |
| 2026-05-10 | 14.2256 |
| 2026-05-18 | 14.2315 |
| 2026-05-26 | 14.2031 |
| 2026-06-02 | 14.2365 |
| 2026-06-11 | 14.2867 |
| 2026-06-18 | 14.2821 |
| 2026-06-25 | 14.2695 |
| 2026-07-02 | 14.2654 |
| 2026-07-09 | 14.2720 |
| 2026-07-16 | 14.2774 |
| 2026-07-23 | 14.2721 |
| 2026-07-30 | 14.3051 |
| 2026-08-06 | 14.2722 |
| 2026-08-13 | 14.2851 |
| 2026-08-21 | 14.2158 |
| 2026-08-28 | 14.2713 |
| 2026-09-04 | 14.3197 |
| 2026-09-11 | 14.2868 |
| 2026-09-18 | 14.3821 |
| 2026-09-25 | 14.3757 |
High
14.3821
Low
14.0765
Average
14.2031
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.