Skip to content

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

USD/GYD over 1Y: show the values
PointUSD/GYD
2025-09-25209.1282
2025-10-02209.2163
2025-10-09209.1461
2025-10-16209.2208
2025-10-23209.0258
2025-10-30209.2024
2025-11-06209.0979
2025-11-13209.2184
2025-11-20209.2190
2025-11-27209.2844
2025-12-04209.1908
2025-12-12208.8597
2025-12-19209.1653
2025-12-26209.2061
2026-01-02209.2356
2026-01-09209.4525
2026-01-16209.2504
2026-01-23209.1516
2026-01-30209.6004
2026-02-06209.3273
2026-02-13209.4906
2026-02-20209.2474
2026-02-27209.3315
2026-03-06209.1891
2026-03-13209.9006
2026-03-20207.9465
2026-03-27208.9859
2026-04-03208.8478
2026-04-10208.9527
2026-04-17209.2187
2026-04-24209.2534
2026-05-01209.2523
2026-05-08209.9013
2026-05-16208.9720
2026-05-24209.2721
2026-05-31209.2754
2026-06-09209.0368
2026-06-16209.3632
2026-06-23209.2646
2026-06-30208.9482
2026-07-07208.8256
2026-07-14209.6054
2026-07-21209.3346
2026-07-28209.3727
2026-08-04209.7119
2026-08-11209.5866
2026-08-18209.3252
2026-08-26209.0461
2026-09-02209.3469
2026-09-09208.8765
2026-09-16209.0863
2026-09-23209.4338

High

209.9013

Low

207.9465

Average

209.2187

For developers

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