Skip to content

USD to GYD exchange rate API

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

209.1887

▼ +0.02% over 6M

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 6 months, USD/GYD traded between 208.2800 and 209.6246, averaged 209.0707 and fell 0.02%. 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 6M

USD/GYD over 6M: show the values
PointUSD/GYD
2026-03-29209.2320
2026-04-05208.9502
2026-04-12208.8998
2026-04-19209.5715
2026-04-26208.8718
2026-05-03209.2523
2026-05-10208.6729
2026-05-18209.6246
2026-05-26209.1681
2026-06-02209.4409
2026-06-11209.1753
2026-06-18209.2609
2026-06-25208.7697
2026-07-02209.2482
2026-07-09208.8608
2026-07-16208.3012
2026-07-23209.0333
2026-07-30208.2800
2026-08-06208.8935
2026-08-13209.3000
2026-08-21209.3722
2026-08-28208.9680
2026-09-04208.7827
2026-09-11209.4452
2026-09-18209.1559
2026-09-25209.1887

High

209.6246

Low

208.2800

Average

209.0707

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.