Skip to content

AUD to GYD exchange rate API

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

147.0482

▲ +5.00% over YTD

1 AUD = 147.0482 GYD · 1 GYD = 0.006800 AUD · Get this rate via the API

1 AUD buys 147.0482 GYD as of 2026-09-25, so 1 GYD buys 0.006800 AUD. Over the year to date, AUD/GYD traded between 139.9055 and 151.4814, averaged 147.2605 and rose 5.00%. 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 YTD

AUD/GYD over YTD: show the values
PointAUD/GYD
2025-12-31140.0450
2026-01-07140.8723
2026-01-14139.9055
2026-01-21141.5542
2026-01-28145.9125
2026-02-04146.6407
2026-02-11148.9298
2026-02-18147.7792
2026-02-25148.3343
2026-03-04147.6712
2026-03-11149.5868
2026-03-18147.2326
2026-03-25145.4642
2026-04-01145.5208
2026-04-08146.4525
2026-04-15149.3827
2026-04-22149.6245
2026-04-29149.8130
2026-05-06151.2263
2026-05-14151.4814
2026-05-21149.0975
2026-05-29149.4177
2026-06-05149.5929
2026-06-14147.9821
2026-06-21146.7320
2026-06-28144.2518
2026-07-05145.0726
2026-07-12145.3310
2026-07-19145.8716
2026-07-26146.1823
2026-08-02147.3262
2026-08-09147.9627
2026-08-16148.0060
2026-08-24150.0391
2026-08-31150.5404
2026-09-07150.9327
2026-09-14149.1131
2026-09-21149.2293

High

151.4814

Low

139.9055

Average

147.2605

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.