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: show the values
| Point | BSD/GYD |
|---|---|
| 2025-09-26 | 210.5094 |
| 2025-10-03 | 209.1561 |
| 2025-10-10 | 210.1836 |
| 2025-10-17 | 208.2882 |
| 2025-10-24 | 208.6341 |
| 2025-10-31 | 209.1841 |
| 2025-11-07 | 209.1468 |
| 2025-11-14 | 209.1612 |
| 2025-11-21 | 209.2495 |
| 2025-11-28 | 209.1720 |
| 2025-12-05 | 209.1769 |
| 2025-12-13 | 208.5746 |
| 2025-12-20 | 208.8624 |
| 2025-12-27 | 208.7177 |
| 2026-01-03 | 208.8744 |
| 2026-01-10 | 208.8955 |
| 2026-01-17 | 208.9294 |
| 2026-01-24 | 208.8266 |
| 2026-01-31 | 212.8667 |
| 2026-02-07 | 208.2575 |
| 2026-02-14 | 208.8840 |
| 2026-02-21 | 208.8599 |
| 2026-02-28 | 208.7647 |
| 2026-03-07 | 208.8765 |
| 2026-03-14 | 209.1004 |
| 2026-03-21 | 208.8052 |
| 2026-03-28 | 209.3303 |
| 2026-04-04 | 208.4641 |
| 2026-04-11 | 209.1871 |
| 2026-04-18 | 209.2073 |
| 2026-04-25 | 209.5156 |
| 2026-05-02 | 209.2050 |
| 2026-05-09 | 209.2502 |
| 2026-05-17 | 209.1751 |
| 2026-05-25 | 209.2163 |
| 2026-06-01 | 209.2019 |
| 2026-06-10 | 209.1391 |
| 2026-06-17 | 209.2927 |
| 2026-06-24 | 209.6093 |
| 2026-07-01 | 209.0322 |
| 2026-07-08 | 209.6526 |
| 2026-07-15 | 208.4216 |
| 2026-07-22 | 209.3444 |
| 2026-07-29 | 208.6673 |
| 2026-08-05 | 209.0910 |
| 2026-08-12 | 209.2790 |
| 2026-08-20 | 208.0053 |
| 2026-08-27 | 209.2506 |
| 2026-09-03 | 208.9181 |
| 2026-09-10 | 209.2004 |
| 2026-09-17 | 210.3976 |
| 2026-09-24 | 209.9463 |
High
212.8667
Low
208.0053
Average
209.1726
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.