Skip to content

USD to GYD exchange rate API

US Dollar to Guyana Dollar · quoted 2026-09-25

209.1887

▲ +0.10% over 5Y

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 5 years, USD/GYD traded between 208.5642 and 210.1810, averaged 209.2290 and rose 0.10%. 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 5Y

USD/GYD over 5Y: show the values
PointUSD/GYD
2024-08-24208.9748
2024-10-07209.3807
2024-11-06208.9936
2024-12-06208.8704
2025-01-05208.9839
2025-02-04209.0366
2025-03-06208.5642
2025-04-06210.1810
2025-05-06209.0187
2025-06-07209.7042
2025-07-07209.1762
2025-08-06209.2916
2025-09-05209.2130
2025-10-06209.5479
2025-11-05209.1728
2025-12-05209.1769
2026-01-05209.6352
2026-02-04208.5969
2026-03-06209.1891
2026-04-05208.9502
2026-05-05209.2529
2026-06-06209.4014
2026-07-08209.6526
2026-08-07209.5949
2026-09-07209.2045

High

210.1810

Low

208.5642

Average

209.2290

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.