GTQ to BIF exchange rate API
Quetzal to Burundi Franc · quoted 2026-09-26
392.7407
▲ +1.67% over YTD
1 GTQ = 392.7407 BIF · 1 BIF = 0.002546 GTQ · Get this rate via the API
1 GTQ buys 392.7407 BIF as of 2026-09-26, so 1 BIF buys 0.002546 GTQ. Over the year to date, GTQ/BIF traded between 385.5268 and 394.3580, averaged 389.4627 and rose 1.67%. The API holds daily GTQ/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GTQ/BIF over YTD: show the values
| Point | GTQ/BIF |
|---|---|
| 2025-12-31 | 386.2959 |
| 2026-01-07 | 386.1595 |
| 2026-01-14 | 386.3713 |
| 2026-01-21 | 386.0560 |
| 2026-01-28 | 386.0102 |
| 2026-02-04 | 385.8371 |
| 2026-02-11 | 386.6031 |
| 2026-02-18 | 386.1146 |
| 2026-02-25 | 386.7687 |
| 2026-03-04 | 387.3782 |
| 2026-03-11 | 387.2241 |
| 2026-03-18 | 387.4377 |
| 2026-03-25 | 387.9199 |
| 2026-04-01 | 388.1742 |
| 2026-04-08 | 385.5268 |
| 2026-04-15 | 394.3580 |
| 2026-04-22 | 389.6126 |
| 2026-04-29 | 389.4689 |
| 2026-05-06 | 389.9280 |
| 2026-05-14 | 390.2785 |
| 2026-05-21 | 390.5166 |
| 2026-05-29 | 389.4852 |
| 2026-06-05 | 391.3414 |
| 2026-06-14 | 391.0471 |
| 2026-06-21 | 391.8224 |
| 2026-06-28 | 391.4394 |
| 2026-07-05 | 391.1352 |
| 2026-07-12 | 391.3894 |
| 2026-07-19 | 390.4338 |
| 2026-07-26 | 391.3941 |
| 2026-08-02 | 390.3695 |
| 2026-08-09 | 392.0800 |
| 2026-08-16 | 391.9644 |
| 2026-08-24 | 390.4238 |
| 2026-08-31 | 391.2674 |
| 2026-09-07 | 391.6845 |
| 2026-09-14 | 391.6537 |
| 2026-09-21 | 393.3316 |
High
394.3580
Low
385.5268
Average
389.4627
Get this rate via the API
One GET request returns the GTQ/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=GTQ¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
GTQ/BIF API questions
How do I get the GTQ/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GTQ/BIF rate in rates.BIF.
How far back does GTQ/BIF historical data go?
Daily GTQ/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 GTQ/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.