Skip to content

GYD to AUD exchange rate API

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

0.006807

▼ +6.28% over 1Y

1 GYD = 0.006807 AUD · 1 AUD = 146.9076 GYD · Get this rate via the API

1 GYD buys 0.006807 AUD as of 2026-09-25, so 1 AUD buys 146.9076 GYD. Over the last year, GYD/AUD traded between 0.006586 and 0.007377, averaged 0.006927 and fell 6.28%. The API holds daily GYD/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GYD/AUD over 1Y

GYD/AUD over 1Y: show the values
PointGYD/AUD
2025-09-250.007263
2025-10-020.007232
2025-10-090.007247
2025-10-160.007355
2025-10-230.007355
2025-10-300.007313
2025-11-060.007338
2025-11-130.007290
2025-11-200.007377
2025-11-270.007321
2025-12-040.007235
2025-12-120.007180
2025-12-190.007241
2025-12-260.007124
2026-01-020.007138
2026-01-090.007152
2026-01-160.007134
2026-01-230.006964
2026-01-300.006805
2026-02-060.006837
2026-02-130.006770
2026-02-200.006781
2026-02-270.006722
2026-03-060.006823
2026-03-130.006763
2026-03-200.006804
2026-03-270.006951
2026-04-030.006946
2026-04-100.006767
2026-04-170.006660
2026-04-240.006688
2026-05-010.006636
2026-05-080.006586
2026-05-160.006694
2026-05-240.006685
2026-05-310.006653
2026-06-090.006775
2026-06-160.006760
2026-06-230.006889
2026-06-300.006949
2026-07-070.006892
2026-07-140.006872
2026-07-210.006809
2026-07-280.006853
2026-08-040.006781
2026-08-110.006754
2026-08-180.006717
2026-08-260.006657
2026-09-020.006683
2026-09-090.006626
2026-09-160.006705
2026-09-230.006756

High

0.007377

Low

0.006586

Average

0.006927

For developers

Get this rate via the API

One GET request returns the GYD/AUD 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=GYD&currencies=AUD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&currencies=AUD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GYD/AUD API questions

How do I get the GYD/AUD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&currencies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GYD/AUD rate in rates.AUD.

How far back does GYD/AUD historical data go?

Daily GYD/AUD 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 GYD/AUD 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.