Skip to content

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

GTQ/BIF over YTD: show the values
PointGTQ/BIF
2025-12-31386.2959
2026-01-07386.1595
2026-01-14386.3713
2026-01-21386.0560
2026-01-28386.0102
2026-02-04385.8371
2026-02-11386.6031
2026-02-18386.1146
2026-02-25386.7687
2026-03-04387.3782
2026-03-11387.2241
2026-03-18387.4377
2026-03-25387.9199
2026-04-01388.1742
2026-04-08385.5268
2026-04-15394.3580
2026-04-22389.6126
2026-04-29389.4689
2026-05-06389.9280
2026-05-14390.2785
2026-05-21390.5166
2026-05-29389.4852
2026-06-05391.3414
2026-06-14391.0471
2026-06-21391.8224
2026-06-28391.4394
2026-07-05391.1352
2026-07-12391.3894
2026-07-19390.4338
2026-07-26391.3941
2026-08-02390.3695
2026-08-09392.0800
2026-08-16391.9644
2026-08-24390.4238
2026-08-31391.2674
2026-09-07391.6845
2026-09-14391.6537
2026-09-21393.3316

High

394.3580

Low

385.5268

Average

389.4627

For developers

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