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: show the values
| Point | AUD/GYD |
|---|---|
| 2025-12-31 | 140.0450 |
| 2026-01-07 | 140.8723 |
| 2026-01-14 | 139.9055 |
| 2026-01-21 | 141.5542 |
| 2026-01-28 | 145.9125 |
| 2026-02-04 | 146.6407 |
| 2026-02-11 | 148.9298 |
| 2026-02-18 | 147.7792 |
| 2026-02-25 | 148.3343 |
| 2026-03-04 | 147.6712 |
| 2026-03-11 | 149.5868 |
| 2026-03-18 | 147.2326 |
| 2026-03-25 | 145.4642 |
| 2026-04-01 | 145.5208 |
| 2026-04-08 | 146.4525 |
| 2026-04-15 | 149.3827 |
| 2026-04-22 | 149.6245 |
| 2026-04-29 | 149.8130 |
| 2026-05-06 | 151.2263 |
| 2026-05-14 | 151.4814 |
| 2026-05-21 | 149.0975 |
| 2026-05-29 | 149.4177 |
| 2026-06-05 | 149.5929 |
| 2026-06-14 | 147.9821 |
| 2026-06-21 | 146.7320 |
| 2026-06-28 | 144.2518 |
| 2026-07-05 | 145.0726 |
| 2026-07-12 | 145.3310 |
| 2026-07-19 | 145.8716 |
| 2026-07-26 | 146.1823 |
| 2026-08-02 | 147.3262 |
| 2026-08-09 | 147.9627 |
| 2026-08-16 | 148.0060 |
| 2026-08-24 | 150.0391 |
| 2026-08-31 | 150.5404 |
| 2026-09-07 | 150.9327 |
| 2026-09-14 | 149.1131 |
| 2026-09-21 | 149.2293 |
High
151.4814
Low
139.9055
Average
147.2605
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.