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: show the values
| Point | AUD/GYD |
|---|---|
| 2026-08-26 | 150.1976 |
| 2026-08-27 | 150.4522 |
| 2026-08-28 | 150.3440 |
| 2026-08-29 | 149.9220 |
| 2026-08-30 | 149.8412 |
| 2026-08-31 | 150.5404 |
| 2026-09-01 | 149.2612 |
| 2026-09-02 | 149.6277 |
| 2026-09-03 | 150.2808 |
| 2026-09-04 | 150.3950 |
| 2026-09-05 | 150.4555 |
| 2026-09-06 | 150.7371 |
| 2026-09-07 | 150.9327 |
| 2026-09-08 | 150.9059 |
| 2026-09-09 | 150.9071 |
| 2026-09-10 | 150.3106 |
| 2026-09-11 | 150.2314 |
| 2026-09-12 | 149.7226 |
| 2026-09-13 | 149.7500 |
| 2026-09-14 | 149.1131 |
| 2026-09-15 | 148.9507 |
| 2026-09-16 | 149.1240 |
| 2026-09-17 | 149.6732 |
| 2026-09-18 | 148.9237 |
| 2026-09-19 | 148.8657 |
| 2026-09-20 | 149.1752 |
| 2026-09-21 | 149.2293 |
| 2026-09-22 | 148.8036 |
| 2026-09-23 | 148.0150 |
| 2026-09-24 | 147.5219 |
| 2026-09-25 | 146.8330 |
High
150.9327
Low
146.8330
Average
149.5649
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.