Skip to content

AUD to GYD exchange rate API

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

147.0325

▼ +2.11% over 30D

1 AUD = 147.0325 GYD · 1 GYD = 0.006801 AUD · Get this rate via the API

1 AUD buys 147.0325 GYD as of 2026-09-25, so 1 GYD buys 0.006801 AUD. Over the last 30 days, AUD/GYD traded between 146.8330 and 150.9327, averaged 149.5649 and fell 2.11%. The API holds daily AUD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/GYD over 30D

AUD/GYD over 30D: show the values
PointAUD/GYD
2026-08-26150.1976
2026-08-27150.4522
2026-08-28150.3440
2026-08-29149.9220
2026-08-30149.8412
2026-08-31150.5404
2026-09-01149.2612
2026-09-02149.6277
2026-09-03150.2808
2026-09-04150.3950
2026-09-05150.4555
2026-09-06150.7371
2026-09-07150.9327
2026-09-08150.9059
2026-09-09150.9071
2026-09-10150.3106
2026-09-11150.2314
2026-09-12149.7226
2026-09-13149.7500
2026-09-14149.1131
2026-09-15148.9507
2026-09-16149.1240
2026-09-17149.6732
2026-09-18148.9237
2026-09-19148.8657
2026-09-20149.1752
2026-09-21149.2293
2026-09-22148.8036
2026-09-23148.0150
2026-09-24147.5219
2026-09-25146.8330

High

150.9327

Low

146.8330

Average

149.5649

For developers

Get this rate via the API

One GET request returns the AUD/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=AUD&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=GYD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/GYD API questions

How do I get the AUD/GYD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/GYD rate in rates.GYD.

How far back does AUD/GYD historical data go?

Daily AUD/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 AUD/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.