USD to GYD exchange rate API
US Dollar to Guyana Dollar · quoted 2026-09-25
209.1887
▲ +0.03% over 1Y
1 USD = 209.1887 GYD · 1 GYD = 0.004780 USD · Get this rate via the API
1 USD buys 209.1887 GYD as of 2026-09-25, so 1 GYD buys 0.004780 USD. Over the last year, USD/GYD traded between 207.9465 and 209.9013, averaged 209.2187 and rose 0.03%. The API holds daily USD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/GYD over 1Y: show the values
| Point | USD/GYD |
|---|---|
| 2025-09-25 | 209.1282 |
| 2025-10-02 | 209.2163 |
| 2025-10-09 | 209.1461 |
| 2025-10-16 | 209.2208 |
| 2025-10-23 | 209.0258 |
| 2025-10-30 | 209.2024 |
| 2025-11-06 | 209.0979 |
| 2025-11-13 | 209.2184 |
| 2025-11-20 | 209.2190 |
| 2025-11-27 | 209.2844 |
| 2025-12-04 | 209.1908 |
| 2025-12-12 | 208.8597 |
| 2025-12-19 | 209.1653 |
| 2025-12-26 | 209.2061 |
| 2026-01-02 | 209.2356 |
| 2026-01-09 | 209.4525 |
| 2026-01-16 | 209.2504 |
| 2026-01-23 | 209.1516 |
| 2026-01-30 | 209.6004 |
| 2026-02-06 | 209.3273 |
| 2026-02-13 | 209.4906 |
| 2026-02-20 | 209.2474 |
| 2026-02-27 | 209.3315 |
| 2026-03-06 | 209.1891 |
| 2026-03-13 | 209.9006 |
| 2026-03-20 | 207.9465 |
| 2026-03-27 | 208.9859 |
| 2026-04-03 | 208.8478 |
| 2026-04-10 | 208.9527 |
| 2026-04-17 | 209.2187 |
| 2026-04-24 | 209.2534 |
| 2026-05-01 | 209.2523 |
| 2026-05-08 | 209.9013 |
| 2026-05-16 | 208.9720 |
| 2026-05-24 | 209.2721 |
| 2026-05-31 | 209.2754 |
| 2026-06-09 | 209.0368 |
| 2026-06-16 | 209.3632 |
| 2026-06-23 | 209.2646 |
| 2026-06-30 | 208.9482 |
| 2026-07-07 | 208.8256 |
| 2026-07-14 | 209.6054 |
| 2026-07-21 | 209.3346 |
| 2026-07-28 | 209.3727 |
| 2026-08-04 | 209.7119 |
| 2026-08-11 | 209.5866 |
| 2026-08-18 | 209.3252 |
| 2026-08-26 | 209.0461 |
| 2026-09-02 | 209.3469 |
| 2026-09-09 | 208.8765 |
| 2026-09-16 | 209.0863 |
| 2026-09-23 | 209.4338 |
High
209.9013
Low
207.9465
Average
209.2187
Get this rate via the API
One GET request returns the USD/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=USD¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/GYD API questions
How do I get the USD/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/GYD rate in rates.GYD.
How far back does USD/GYD historical data go?
Daily USD/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 USD/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.