Skip to content

BSD to GTQ exchange rate API

Bahamian Dollar to Quetzal · quoted 2026-09-26

7.6322

▼ +0.42% over 1Y

1 BSD = 7.6322 GTQ · 1 GTQ = 0.13102 BSD · Get this rate via the API

1 BSD buys 7.6322 GTQ as of 2026-09-26, so 1 GTQ buys 0.13102 BSD. Over the last year, BSD/GTQ traded between 7.6115 and 7.6948, averaged 7.6488 and fell 0.42%. The API holds daily BSD/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/GTQ over 1Y

BSD/GTQ over 1Y: show the values
PointBSD/GTQ
2025-09-267.6642
2025-10-037.6643
2025-10-107.6715
2025-10-177.6493
2025-10-247.6543
2025-10-317.6635
2025-11-077.6624
2025-11-147.6638
2025-11-217.6623
2025-11-287.6594
2025-12-057.6581
2025-12-137.6603
2025-12-207.6627
2025-12-277.6606
2026-01-037.6685
2026-01-107.6675
2026-01-177.6659
2026-01-247.6736
2026-01-317.6948
2026-02-077.6699
2026-02-147.6692
2026-02-217.6720
2026-02-287.6667
2026-03-077.6708
2026-03-147.6647
2026-03-217.6588
2026-03-287.6530
2026-04-047.6410
2026-04-117.6496
2026-04-187.6473
2026-04-257.6559
2026-05-027.6398
2026-05-097.6358
2026-05-177.6240
2026-05-257.6199
2026-06-017.6251
2026-06-107.6211
2026-06-177.6232
2026-06-247.6315
2026-07-017.6253
2026-07-087.6356
2026-07-157.6178
2026-07-227.6281
2026-07-297.6274
2026-08-057.6213
2026-08-127.6267
2026-08-207.6115
2026-08-277.6313
2026-09-037.6279
2026-09-107.6339
2026-09-177.6608
2026-09-247.6389

High

7.6948

Low

7.6115

Average

7.6488

For developers

Get this rate via the API

One GET request returns the BSD/GTQ 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=BSD&currencies=GTQ"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=GTQ");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=GTQ").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/GTQ API questions

How do I get the BSD/GTQ exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=GTQ, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BSD/GTQ rate in rates.GTQ.

How far back does BSD/GTQ historical data go?

Daily BSD/GTQ 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 BSD/GTQ 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.