Skip to content

AZN to GYD exchange rate API

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

122.8292

▼ +0.35% over YTD

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 year to date, AZN/GYD traded between 122.0842 and 123.2625, averaged 122.9794 and fell 0.35%. 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 YTD

AZN/GYD over YTD: show the values
PointAZN/GYD
2025-12-31123.2613
2026-01-07123.1710
2026-01-14123.2588
2026-01-21122.9988
2026-01-28122.6247
2026-02-04122.7040
2026-02-11123.1300
2026-02-18122.9113
2026-02-25123.0374
2026-03-04123.0611
2026-03-11123.0494
2026-03-18122.7564
2026-03-25122.8809
2026-04-01123.1009
2026-04-08122.0842
2026-04-15122.9950
2026-04-22123.1476
2026-04-29122.9967
2026-05-06123.2625
2026-05-14123.0681
2026-05-21123.0464
2026-05-29122.5707
2026-06-05123.2319
2026-06-14122.9982
2026-06-21122.9658
2026-06-28122.9664
2026-07-05122.9809
2026-07-12123.0536
2026-07-19122.9608
2026-07-26122.9204
2026-08-02123.0215
2026-08-09123.1032
2026-08-16122.8306
2026-08-24123.2392
2026-08-31122.9000
2026-09-07123.0615
2026-09-14123.0315
2026-09-21122.9863

High

123.2625

Low

122.0842

Average

122.9794

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.