Skip to content

AZN to GYD exchange rate API

Azerbaijanian Manat to Guyana Dollar · quoted 2026-09-26

122.8292

▼ +2.94% over 1Y

1 AZN = 122.8292 GYD · 1 GYD = 0.008141 AZN · Get this rate via the API

1 AZN buys 122.8292 GYD as of 2026-09-26, so 1 GYD buys 0.008141 AZN. Over the last year, AZN/GYD traded between 122.3590 and 126.5461, averaged 123.1479 and fell 2.94%. The API holds daily AZN/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/GYD over 1Y

AZN/GYD over 1Y: show the values
PointAZN/GYD
2025-09-26126.5461
2025-10-03125.7325
2025-10-10126.3502
2025-10-17122.5224
2025-10-24122.7261
2025-10-31122.9624
2025-11-07123.0271
2025-11-14123.0366
2025-11-21123.0880
2025-11-28123.0424
2025-12-05123.0453
2025-12-13122.6910
2025-12-20122.8603
2025-12-27122.7752
2026-01-03122.8673
2026-01-10122.8797
2026-01-17122.8996
2026-01-24122.7488
2026-01-31125.2157
2026-02-07122.5044
2026-02-14122.8731
2026-02-21122.8587
2026-02-28122.7299
2026-03-07122.8685
2026-03-14123.0002
2026-03-21122.8266
2026-03-28122.8630
2026-04-04122.6260
2026-04-11122.7215
2026-04-18122.7743
2026-04-25122.7528
2026-05-02122.8028
2026-05-09122.7860
2026-05-17122.9075
2026-05-25123.0684
2026-06-01123.0594
2026-06-10123.0231
2026-06-17123.1133
2026-06-24123.2996
2026-07-01122.9595
2026-07-08123.3251
2026-07-15122.6009
2026-07-22123.1438
2026-07-29122.7454
2026-08-05122.9947
2026-08-12123.1053
2026-08-20122.3590
2026-08-27123.0908
2026-09-03122.8914
2026-09-10123.0591
2026-09-17123.7633
2026-09-24123.4961

High

126.5461

Low

122.3590

Average

123.1479

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/GYD API questions

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

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

How far back does AZN/GYD historical data go?

Daily AZN/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 AZN/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.