Skip to content

BSD to GYD exchange rate API

Bahamian Dollar to Guyana Dollar · quoted 2026-09-26

209.1887

▼ +0.63% over 1Y

1 BSD = 209.1887 GYD · 1 GYD = 0.004780 BSD · Get this rate via the API

1 BSD buys 209.1887 GYD as of 2026-09-26, so 1 GYD buys 0.004780 BSD. Over the last year, BSD/GYD traded between 208.0053 and 212.8667, averaged 209.1726 and fell 0.63%. The API holds daily BSD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/GYD over 1Y

BSD/GYD over 1Y: show the values
PointBSD/GYD
2025-09-26210.5094
2025-10-03209.1561
2025-10-10210.1836
2025-10-17208.2882
2025-10-24208.6341
2025-10-31209.1841
2025-11-07209.1468
2025-11-14209.1612
2025-11-21209.2495
2025-11-28209.1720
2025-12-05209.1769
2025-12-13208.5746
2025-12-20208.8624
2025-12-27208.7177
2026-01-03208.8744
2026-01-10208.8955
2026-01-17208.9294
2026-01-24208.8266
2026-01-31212.8667
2026-02-07208.2575
2026-02-14208.8840
2026-02-21208.8599
2026-02-28208.7647
2026-03-07208.8765
2026-03-14209.1004
2026-03-21208.8052
2026-03-28209.3303
2026-04-04208.4641
2026-04-11209.1871
2026-04-18209.2073
2026-04-25209.5156
2026-05-02209.2050
2026-05-09209.2502
2026-05-17209.1751
2026-05-25209.2163
2026-06-01209.2019
2026-06-10209.1391
2026-06-17209.2927
2026-06-24209.6093
2026-07-01209.0322
2026-07-08209.6526
2026-07-15208.4216
2026-07-22209.3444
2026-07-29208.6673
2026-08-05209.0910
2026-08-12209.2790
2026-08-20208.0053
2026-08-27209.2506
2026-09-03208.9181
2026-09-10209.2004
2026-09-17210.3976
2026-09-24209.9463

High

212.8667

Low

208.0053

Average

209.1726

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/GYD API questions

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

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

How far back does BSD/GYD historical data go?

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