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: show the values
| Point | AUD/GYD |
|---|---|
| 2025-09-25 | 137.6714 |
| 2025-10-02 | 138.2620 |
| 2025-10-09 | 137.9771 |
| 2025-10-16 | 135.9597 |
| 2025-10-23 | 135.9460 |
| 2025-10-30 | 136.7297 |
| 2025-11-06 | 136.2675 |
| 2025-11-13 | 137.1690 |
| 2025-11-20 | 135.5398 |
| 2025-11-27 | 136.5836 |
| 2025-12-04 | 138.2127 |
| 2025-12-12 | 139.2597 |
| 2025-12-19 | 138.0993 |
| 2025-12-26 | 140.3637 |
| 2026-01-02 | 140.0760 |
| 2026-01-09 | 139.8112 |
| 2026-01-16 | 140.1558 |
| 2026-01-23 | 143.5839 |
| 2026-01-30 | 146.9459 |
| 2026-02-06 | 146.2563 |
| 2026-02-13 | 147.7044 |
| 2026-02-20 | 147.4645 |
| 2026-02-27 | 148.7575 |
| 2026-03-06 | 146.5630 |
| 2026-03-13 | 147.8439 |
| 2026-03-20 | 146.9526 |
| 2026-03-27 | 143.8581 |
| 2026-04-03 | 143.9553 |
| 2026-04-10 | 147.7596 |
| 2026-04-17 | 150.1492 |
| 2026-04-24 | 149.5014 |
| 2026-05-01 | 150.6878 |
| 2026-05-08 | 151.8328 |
| 2026-05-16 | 149.3677 |
| 2026-05-24 | 149.5665 |
| 2026-05-31 | 150.2993 |
| 2026-06-09 | 147.5923 |
| 2026-06-16 | 147.9104 |
| 2026-06-23 | 145.1588 |
| 2026-06-30 | 143.9045 |
| 2026-07-07 | 145.0930 |
| 2026-07-14 | 145.5168 |
| 2026-07-21 | 146.8532 |
| 2026-07-28 | 145.9012 |
| 2026-08-04 | 147.4527 |
| 2026-08-11 | 148.0552 |
| 2026-08-18 | 148.8603 |
| 2026-08-26 | 150.1976 |
| 2026-09-02 | 149.6277 |
| 2026-09-09 | 150.9071 |
| 2026-09-16 | 149.1240 |
| 2026-09-23 | 148.0150 |
High
151.8328
Low
135.5398
Average
144.5349
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.