Skip to content

AUD to GYD exchange rate API

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

147.0482

▲ +6.81% over 1Y

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 last year, AUD/GYD traded between 135.5398 and 151.8328, averaged 144.5349 and rose 6.81%. 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 1Y

AUD/GYD over 1Y: show the values
PointAUD/GYD
2025-09-25137.6714
2025-10-02138.2620
2025-10-09137.9771
2025-10-16135.9597
2025-10-23135.9460
2025-10-30136.7297
2025-11-06136.2675
2025-11-13137.1690
2025-11-20135.5398
2025-11-27136.5836
2025-12-04138.2127
2025-12-12139.2597
2025-12-19138.0993
2025-12-26140.3637
2026-01-02140.0760
2026-01-09139.8112
2026-01-16140.1558
2026-01-23143.5839
2026-01-30146.9459
2026-02-06146.2563
2026-02-13147.7044
2026-02-20147.4645
2026-02-27148.7575
2026-03-06146.5630
2026-03-13147.8439
2026-03-20146.9526
2026-03-27143.8581
2026-04-03143.9553
2026-04-10147.7596
2026-04-17150.1492
2026-04-24149.5014
2026-05-01150.6878
2026-05-08151.8328
2026-05-16149.3677
2026-05-24149.5665
2026-05-31150.2993
2026-06-09147.5923
2026-06-16147.9104
2026-06-23145.1588
2026-06-30143.9045
2026-07-07145.0930
2026-07-14145.5168
2026-07-21146.8532
2026-07-28145.9012
2026-08-04147.4527
2026-08-11148.0552
2026-08-18148.8603
2026-08-26150.1976
2026-09-02149.6277
2026-09-09150.9071
2026-09-16149.1240
2026-09-23148.0150

High

151.8328

Low

135.5398

Average

144.5349

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.